dosfstools-4.1-3.6.1<>,OlaQp9|-IK9%̚M1(;Ryvx&攷;'DhZ,B7k&"\,j4n<H*aZr5⛹p **ҎKvZrF` ۰5A}C)DӺ1oxJ*ӿGRffH78{?/=Ej"Bfw!m{JF(B]8Qd1EOU٭u,Fyv}ۚY̹" v(|Vꮉt&d>A$(?$d   Z )JS i|&L& & & |& "& & & &  & P   j( 8 9 : f FG&H&ID&XlY|\&],&^bzc#deflu&vXw"P&x"&y#z#######$Cdosfstools4.13.6.1Utilities for Making and Checking MS-DOS FAT File Systems on LinuxThe dosfstools package includes the mkdosfs and dosfsck utilities, which respectively make and check MS-DOS FAT file systems on hard drives or on floppies.aQibs-power9-12SUSE Linux Enterprise 15SUSE LLC GPL-3.0+https://www.suse.com/System/Filesystemshttps://github.com/dosfstools/dosfstoolslinuxppc64le   ` I `t'  V  A큤aQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQ329939aad6f801b918317f3d1b8b8d8ead3eedfebe6c06abb7580ba8f547926a45178b2983c005e27b4dcd35e81fe4ca5c6e8d751538a9b99355c27155f3a51f85433c4c58cf517f34594b6d012db638f72dbe3f140dc8dd345adf1f52e60be952e73aa9da763977cac498407390eb1205dc6ab87a4c6de3be129497256592b02e4d0fdb18c4c59b1480e0bb963fee6615d196328391f200511d18ea10ea2853666035759d6af0d50fc53db25e184d97ee6327f134cb88c8b2e4f73bf34315deb5373b2c7df31759ea4bae1c0f0713a6c3dee4d373a7842d6ae38097bc0c5d342912131e0a9fa82189fa26d12d70dce3cb73fc3c935ed4a82d76c26db062e66fec1c01b08399cd322171237acd1f1ee998f6c60bd28601d4a76b030bcb63513a2a201d391ff81a2f353fa48206e1b3cc71fbcbfc15b60b33cabfa756df81c56df26dcda03ba035f6b5ecc9297abcd04397ea1dea5d8f7ae9a9dc8385735016b55adca6a46a570e43c7091cead77f3275c01e0146e8a5f26fe3fe669c53756ca38df446bc8a74859fa2c86d5c1c6a2eafcdb8fd3ad4c8081f5a222c7efd7a236f3613433c17304c7b94574729f37dd264ff3655cf0025d2ed7875cf1a3f7d3f68/usr/sbin/dosfsck/usr/sbin/dosfslabel/usr/sbin/fsck.fat/usr/sbin/fsck.msdos/usr/sbin/fsck.vfat/usr/sbin/mkdosfs/usr/sbin/mkfs.fat/usr/sbin/mkfs.msdos/usr/sbin/mkfs.vfatfsck.fatfatlabelfsck.fatfsck.fatmkfs.fatmkfs.fatmkfs.fatfsck.fat.8.gzfatlabel.8.gzfsck.fat.8.gzfsck.fat.8.gzmkfs.fat.8.gzmkfs.fat.8.gzmkfs.fat.8.gzrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootdosfstools-4.1-3.6.1.src.rpmdosfsckdosfstoolsdosfstools(ppc-64)mkdosfs@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libudev.so.1()(64bit)libudev.so.1(LIBUDEV_183)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1a`8@XW-Un@UPT@T!`S @S&sbrabec@suse.commcepl@suse.commpluskal@suse.commpluskal@suse.commpluskal@suse.compgajdos@suse.compgajdos@suse.comjengelh@inai.depgajdos@suse.compgajdos@suse.com- To be able to create filesystems compatible with previous version, add -g command line option to mkfs (boo#1188401, dosfstools-add-g.patch). - BREAKING CHANGES: After fixing of bsc#1172863 in the last update, mkfs started to create different images than before. Applications that depend on exact FAT file format (e. g. embedded systems) may be broken in two ways: * The introduction of the alignment may create smaller images than before, with a different positions of important image elements. It can break existing software that expect images in doststools <= 4.1 style. To work around these problems, use "-a" command line argument. * The new image may contain a different geometry values. Geometry sensitive applications expecting doststools <= 4.1 style images can fails to accept different geometry values. There is no direct work around for this problem. But you can take the old image, use "file -s $IMAGE", check its "sectors/track" and "heads", and use them in the newly introduced "-g" command line argument.- Add fix-calculation.patch (gh#dosfstools/dosfstools#153, bsc#1172863) to work with different size of clusters.- Update to version 4.1: * Now the default for mkfs for filesystems smaller than 512 MB is 64 / 32 sectors * The parsing of octal character specifications for filenames in the -u and -d 25 options of fsck now works. * Fixed a possible fatlabel crash when writing a label to an unlabelled filesystem * Testsuite is now available- Update to 4.0 * Switch build system to autotools. * Fixed data corruption errors in fsck.fat Writing to the third to last cluster on FAT12 with an odd number of clusters would corrupt the following cluster. * The automatic alignment of data clusters that was added in 3.0.8 and broken for FAT32 starting with 3.0.20 has been reinstated. - Small spec file cleanup - Drop no longer needed dosfstools-suse-dirs.patch- Update to 3.0.28 * mkfs.fat now allows choosing 0xF0 as the media byte which was previously rejected. * mkfs.fat now supports the --invariant option to facilitate testing mkfs.fat itself. * Bugs fixed in fsck.fat are a read one byte beyond the end of an allocated array when checking some FAT12 filesystems, and checking that the first cluster of a file as specified in the directory entry is not 1. - Cleanup spec file with spec-cleaner- fix url- updated to 3.0.27: * fsck.fat: Don't print version string every time -v is encountered * Fix attempt to rename root dir in fsck due to uninitialized fields * Support long file names in volume labeling code - upstream changed- Drop gpg-offline build-time requirement; this is now handled by the local source validator- added fsck.{v,}fat and mkfs.{v,}fat compat symlinks in /sbin [bnc#884516] - call spec-cleaner- updated to 3.0.26: * Fix "odd" files created by frequent power-loss.ibs-power9-12 1640321512  !"#$%&4.1-3.6.14.1-3.6.1dosfsckdosfslabelfsck.fatfsck.msdosfsck.vfatmkdosfsmkfs.fatmkfs.msdosmkfs.vfatdosfsckdosfslabelfatlabelfsck.fatfsck.msdosfsck.vfatmkdosfsmkfs.fatmkfs.msdosmkfs.vfatdosfstoolsANNOUNCE.mkdosfsChangeLog.dosfsckChangeLog.dosfstools-2.xChangeLog.mkdosfsREADME.dosfsckREADME.dosfstools-2.xREADME.mkdosfsTODO.dosfstools-2.xdosfsck.8.gzdosfslabel.8.gzfatlabel.8.gzfsck.fat.8.gzfsck.msdos.8.gzfsck.vfat.8.gzmkdosfs.8.gzmkfs.fat.8.gzmkfs.msdos.8.gzmkfs.vfat.8.gz/sbin//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/dosfstools//usr/share/man/man8/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:22274/SUSE_SLE-15_Update/0616c276d8afba21abda35f32f95a908-dosfstools.SUSE_SLE-15_Updatedrpmxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=0c38254d9658702b62152b2dc6749a06d6f490da, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=62c9a9f02fdbb9f42b20f7daa12f0a0349d14c56, for GNU/Linux 3.10.0, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=4eb340aa9a464e057b3d28b955bb5a1383b3832f, for GNU/Linux 3.10.0, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRRRRRRԍ>7;ߵ u`filesystem(vfat)utf-8183f99589f18f215e49c3a02d2bb17ca1b363a537cbe01eb170d106920aa128b?7zXZ !t/B&]"k%]02 V }DI31t.}'NHR{~+L&<3r3'7Smf" \Y], f:[`eUS Yj^~O Rλfa/sa>ʱ,g Y!#nqߏje4Lw/_ڸ&>R(w!l^b<ڱ ]`To_2#k)dlC󏖴,u>/7P)fj(>\׏kCsy:Q%C5s w _#?/n?A/U05q`!n%Jo^'E&hWUpհ!5m ig{ T ̙1@%߄_.6e~5BݐW4̧+JafMKP`zGM|\.ȺRHwRyE?QY n9@ᡍW Ā=y\\h 9C8ktP>8*B/m7 z<49n IVCjV,9`${PF·-(LXFE&RxuC\HݝX!#icM`' jƿָN]t ͑ޏQO v Ҹ|W$A?Z͐& vr}z ۬*yє"b,&g>` NxK٫ mKٜw1"XL^"!rnC_`>;,ƣAP4Z{5-zT0 v:6{Tz={ު@z[=r)1HћaFjD.IW=v7uX@/(gddCƺzB@<].GZЧR3<6 +Dڃ&{䎬Pv j<;>ViEd7lB#oIT^㬝!'~i= GsLSԺPg_JLCI*>{>VFEkpT ?W2@C63>5@{Sѷ=Zπ\?]+} w+%mNxfG6+[Fu4rU9oQ- ui}LQߡE<'3+kgN&Ԙ@x_h&enLqحL8)|^2k't4 ΟfR!['XP2*^!Bv(NHVèQe+F0ۀ8d rҭ) @~$_ >؅h։,~$75R7q)gl)^bq4v>`'a>MJ&nj=(57 j0X.eސLh=*YIC9pF f:%(迂Ab;#ez"&-)S"?kwznwj tcB|+=8! YN9M~ OMOl97ҰuQ$݃v>VyNEf͹`,l,P$6 "~m7AM[`CkLx#mdȔJ2I%bب~kAk=x}m,%NiNkT⣊"+)թv${;i !snK#hZd)y"8*_f!1t i,؟KDZq|J ?cۜ7"wmsX&fMtJ3Q8 d_NބL2ˈU$3i>VH$Pt^{W_xya-t8V=,qR-0!0(R{"{WerVb7Sc2@}y\\-yݜx% t0c=R&=m ;\f/:NKh/P? ~R\>DTmWZkBK$:~ܿBf(OJa3ݚrfhRSc nͲ[PdޖI p=f=CҨFng:f S㱭~~c6TF.)O$3 >Jqјuk,EJ5lqU=3( mn]ᨆpMh{UH|#|:8h>;'{M]9u.]8gI><*Gs=Q^t#bGo%F ڠ/Dw4s[Bpܿkz!D!Wezm;Z81 Y- qv^[/Fޅ`ޮ髴Nsw:|!|ԕG@v /bDZUIpQL71[e3BBZo̬H6 Aܬq Չ Vi/c0h?/amZ%? mL}HVů 0$tVIW!g0*V1dBoۯK9tYU 7Cm(gEt5](Y7\_Anñ-!W;kb՜wkss,OD7d)6d,b8:jm1hx&U-n(@ƥ  0 ɬ=X 1( uBooq7;aRnyt5+hZ㻈ѪlRʴO-m\s4ń,y)˚Z>:,V,~^ΑXYSG'PT:rMtq/qZzPNKf˚W$>JA:w !oѕ6gw]\)nzuڶgVKQK })//8gSrf0h,1\Fh+춻@ԙ[tA\HZD!3)4SW]!d_ά3(#In).E/&Gzw?1IW_--;7q-;IԚ_$]!Paf0.'(Amj'3*65fj:#4:3&MrPCUMO5h ‰GbVʕlPP듊 lh\vRuX:3Tf@.1Ef3|pNKi ۓ'E ֤Pg95[%!DTyOJ:/^G!*|e6h p4±.ٿcчX#w9Dj˱KEGGLR,j*!,ώ6oemr ]jdi*R?!#o?9\n$Rhн UQØNt@\ V hl^Ċ\K5DO: ggInQ;6Ek ,#i/ @1^ &fuڜwJ8vY}f:&Ct}uzcVe¶ t升M̚VT3P>]B.#tP/PtڒicvҌ[AGrZ!GD}RN vPh*LOPp˓A+8]mWʨZ5.wPew׾nHe\O)GĥMr˓`Q8m6wZ?)xCM!y0NY` .`0>}ίrd#I$#-?Q0'W'e 5qGJpY})ր}9Sߵb9g_qײ]{Ra=7ucnQ)mK0^ԂTF!Co[ w Sx=|?VxBks6uk!֑}/kO&fKk_ɷ[OiC-hqbג [k}8Qhy"/NT,^i .@WnW6U_lU@5PLus&gFkfӤ*?gYA]< 圩u+K`Gg)u aB0~'+r@q?x |\TWe 5R&EWMt-V I)CBuy8:)`1~9{ ~aOXC{[ePk= )g϶dB^'Jʣ؈,bI[L&~^z1E[KYU3Ӻ!'[\ʹI^۵!w,ZQ{i-5H[]&QT,yKgB=ࡧ` iI0t TW{Ж}_~lJT:i_>nÀT&BAy d9'iZFlױyo' rI9)+W8qC(7F"gյ.pQNzc=!"I3_<O<^T8RW# q삨82N*6xi"US}+W(jye5(*\MGP|bc=WaLzi f!} zu\Ү𣿿ҊE$үI*W- ޛM+M?m  T2reZZ*(9[zb)\zS[P%fv;ۙuu;ޮrډ;ګ"gQm X8頳>%imvvaAD5?ܵ\`%/ ߛ,c+\>A!2X"o)\ >Hzxqul}r+kE{nYB=#Tcݧ7w,w o/D_eM#2oYzG75 +[ar"2B\O xdAC|]P(1\_)vJl[6Tph8wU($jAdO zhmA۵ịKl&ibtYbuZio6Wֱc?ˣA~H;R|hh*`g^$WL-=Ȭk} "z 5/gPmxDJܗ nD$IyTֈXufI^v-ּ)Zi5*$\S4xV,zQ;`퍷 U:pRD.DTL$ IW"X]3hQ}#@P'JKdFt.Koܺpfj0';vUsYuΆQ[Gވat)N+< (O0sU>N}V<e{;ȍ*vWuV-16dX@`}ډN!;|NhiDkpLpbv?xPR>G|ȵYM`$)Z)7ljPx.C#_@Hؾ<آ(xVlk#Dd[w©=Րz4"_Zڤ Z|JK:v8hwYW%ސGnDB`#B/QO'=G-,K}Dm_DYgMe{-_f% !8݌S)W-w:4vZG-pP~QѠN_ 5=-1# gexM1 U&,8w8Chi>RZ-]#e0Z4ꚧșzUTYtum$ݗO ^ov5 u)D|qH..QF•[ĥD >R[-:]Eg9xG\0I{x+Ã`D0!:8Ns3n۸q^ %+!Q޵rJ벒ɰLXq9eJ}}CdupRP߻Of2YOw*rAc`i|u.눢Rѭ ]䉿eYP 5ǨF/+F6h:EFeG0q9zA\'>瀖 t{*yI3^VaC,e\e*oZDO(#/7жO/RڜX)t=2 l7,#ObCQO m~a=cE·:mET/mKbe/b)'&KbbwJ"0u@U 2<ѻCC,]U!:PFqv\Uzܺn,)OǷ{N,쎺>qۉ4ʚS<̋]