fuse-exfat-1.2.8-bp150.3.3.1<>,7h\!M@eeeT[I:iZ/mT:dFH(XO05lm7|4n4\qJN)Ç 7+ǴMuN(q9qA0nμNs]9gfM66 qhC1 ℱ [{9®j6 5 i%Nx(}2<]~.[7xܡ=.'n.5[!tXvD/8?_JG(z n@oJ[plyʥ&Zyp=S_ޖ>D&?&xd   E@DTXar        $  n     Dl D(n8x9: N> @ F G H! I!D X!PY!X\!| ]! ^"#b"c#ed$e$ f$l$u$$ v$Lw% x% y%z&&&&$&(&,&2&tCfuse-exfat1.2.8bp150.3.3.1Free exFAT file system implementationThis driver is the first free exFAT file system implementation with write support. exFAT is a simple file system created by Microsoft. It is intended to replace FAT32 removing some of it's limitations. exFAT is a standard FS for SDXC memory cards.\obs-power8-05y?openSUSEGPL-2.0-or-laterhttp://bugs.opensuse.orgSystem/Filesystemshttps://github.com/relan/exfatlinuxppc64leif ! grep -q -e '^exfat$' /etc/filesystems ; then sed -i 's/*/exfat\n*/g' /etc/filesystems echo "Added 'exfat' to the file /etc/filesystems" fi if ! grep -q exfat_fuse /etc/filesystems ; then sed -i 's/*/exfat_fuse\n*/g' /etc/filesystems echo "Added 'exfat_fuse' to the file /etc/filesystems" fiif [ "$1" == "0" ]; then sed -i -e '/exfat_fuse/d' -e '/^exfat$/d' /etc/filesystems echo "Deleted 'exfat' and 'exfat_fuse' from the file /etc/filesystems" fi B\FA큤A큤\\\\\ZulfZul\Uڪ\d1d28954eecb087fcccbb44a4275460f4eef90ec3a1a2da362378b8af484cb0c22889cc8a2c801b5c20fc76ce4164d2f73d3f84c96f247c9f7377d2d725e8011bcfc55c0df333a916618b11097d283f8003b19d0feb6420881cefde9156caa988177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b8806431582f06b1ab39c0471d4af24f4890e74bc6763b278831f376f1278f827989a92/usr/sbin/mount.exfat/usr/sbin/mount.exfat-fusemount.exfat-fuserootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootfuse-exfat-1.2.8-bp150.3.3.1.src.rpmfuse-exfatfuse-exfat(ppc-64) @@@@@@@@    /bin/sh/bin/shfuselibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libfuse.so.2()(64bit)libfuse.so.2(FUSE_2.2)(64bit)libfuse.so.2(FUSE_2.5)(64bit)libfuse.so.2(FUSE_2.6)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.63.0.4-14.6.0-14.0-15.2-14.14.1\U@Y(@WT@V@V@VjVqU@S<@S@Q@QQP@P@P-PP[@O@ObM@astieger@suse.comasarai@suse.comdap.darkness@gmail.commpluskal@suse.commpluskal@suse.commpluskal@suse.commalcolmlewis@opensuse.orgdsterba@suse.czlars@linux-schulserver.dezawertun@gmail.comsubchaser1@gmail.comzawertun@gmail.comzawertun@gmail.comzawertun@gmail.comzawertun@gmail.comzawertun@gmail.csszawertun@gmail.comzawertun@gmail.comzawertun@gmail.comzawertun@gmail.com- fuse-exfat 1.2.8: * Fixed new files or directories creation in the root directory: ensure there are no 0x00 entries before valid ones; otherwise Windows can corrupt them boo#1118871- Update to 1.2.7. * Fixed handling of two last clusters: operations with files that occupy these clusters could fail. * Fixed crash when started with stdin, stdout or stderr closed. [1.2.6] * Operations with directories (except initial listing) now make less read/write system calls. * Fixed handling of files with optional tail entries (0xe0-0xff): videoclip files created by Sony cameras were missing. * Write operations now correctly return ENOSPC (instead of EIO) when there is no free disk space left. * Fixed max file name length: it's 255 16-bit code units (not 256). [1.2.5] * Added an option for dumpexfat to show file fragments [Daniel Drake]. * Fixed crash when directory starts with an invalid cluster. * Daylight saving time in now properly reflected in file timestamps.- Update to 1.2.4: * Fixed wrong files names hashes. * Man pages are now installed by default. * Commas and backslashes in device names are now escaped.- Provide symlinks to /sbin (see boo#965476)- Update to 1.2.3 * Fixed clusters loss when file renaming replaces target.- Update to 1.2.2 * Improved reliability in case of a sudden unplug: FS will be in a clean state after closing all files and performing sync(1). * Fixed compilation on Debian GNU/kFreeBSD and GNU/Hurd platforms. * Updated mount.exfat-fuse man page.- Update to version 1.2.1: + Fixed compatibility with Zalman VE-200: now newly created directories do not have archive bit set. + Fixed heap corruption: malformed FS can use invalid sector or cluster size. + Fixed hang on mount: malformed FS can have cyclic references in the clusters.- Update to version 1.2.0: * Switched from SCons to autotools. * Added musl libc support [Brendan Heading]. * Worked around "FS is larger than device" error for memory cards formatted by Panasonic Lumix cameras. * Worked around "unknown entry type 0xe1" error for memory cards formatted by2 Sony cameras. - spec: change upstream url, cleanup- recommend exfat-utils - specfile cleanup using spec-cleaner - fix URL - add Changelog and COPYING to doc files- Update to version 1.1.0: + Relicensed the project from GPLv3+ to GPLv2+. + OpenBSD support [Helg Bredow]. + Improved I/O errors handling. + Implemented fsync() and fsyncdir(). + Fixed crash on Mac OS X 10.5 caused by non-standard use of realpath(). Also fixed TrueCrypt disks unmounting. + Avoid extra erase on writes to the end of a file. This should improve linear write speed. + Allow arbitrary changing of lower 9 bits of mode. Allow owner/group changing to the same owner/group. This fixes rsync. + Fixed buffers overflows when handling lengthy file names. + Fixed "real size does not equal to size" error on volumes with pagefile.sys. + Fixed negative IUsed in "df -i" output.- Fixed an error "unknown filesystem type 'exfat'" for the openSUSE 12.3- Update to version 1.0.1: + Fixed unexpected removal of a directory if it is moved into itself. + Fixed "Operation not permitted" error on reading an empty file.- Execute %postun script part only after package uninstallation- Added link from man page mount.exfat-fuse.8 to mount.exfat.8- Update to version 1.0.0: + Fixed crash when renaming a file within a single directory and a new name differs only in case. + Fixed clusters allocation: a cluster beyond valid clusters range could be allocated. + Fixed crash when a volume is unmounted while some files are open. + SConscript now respects AR and RANLIB environment variables. + Improved error handling. + Enabled big_writes. This improves write speed (larger block size means less switches between kernel- and user-space). + Do BLKROGET ioctl to make sure the device is not read-only: after "blockdev --setro" kernel still allows to open the device in read-write mode but fails writes.- %{optflags} passed as the value for CCFLAGS and CPPFLAGS- Update to version 0.9.8: + The mkfs utility can now create huge file systems (up to several exabytes). + Fixed handling of characters beyond Basic Multilingual Plane. + Echo messages to syslog only if stderr is not connected to a terminal.- Update to version 0.9.7: + Out-of-the-box FreeBSD support (via ublio library). + Fixed "missing EOD entry" error (could happen while reading directory that consists of several clusters). + Fixed interpretation of minutes field in files timestamps (minutes could be displayed incorrectly). + Fixed mtime seconds field initialization for newly created file (mtime could be 1 sec less than creation time). + SConscript now respects CC, CCFLAGS and LDFLAGS environment variables.- Update to version 0.9.6: + Fixed write performance regression introduced in 0.9.4. + Mount in read-only mode if the device is write-protected. + Set ctime to mtime to ensure we don't break programs that rely on ctime (e.g. rsync considered that all files are outdated) [Eldad Zack]. + Indicate that FS in not clean when it was not cleanly unmounted. + Utilities are now compatible with GNU/Hurd. + Fixed several memory leaks that could occur on error handling paths. + Improved handling of corrupted file systems.- Update to version 0.9.5: + Fixed erasing of the root directory cluster when creating a new FS with mkexfatfs. This bug could cause mkexfatfs to produce invalid FS. + Utilities are not linked with libfuse anymore. + Ensure that the path being opened is either a device or a regular file./bin/sh/bin/shobs-power8-05 1544535522 1.2.8-bp150.3.3.11.2.8-bp150.3.3.1mount.exfatmount.exfat-fusemount.exfatmount.exfat-fusefuse-exfatChangeLogREADMEfuse-exfatCOPYINGmount.exfat-fuse.8.gz/sbin//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/fuse-exfat//usr/share/licenses//usr/share/licenses/fuse-exfat//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.opensuse.org/openSUSE:Maintenance:9287/openSUSE_Backports_SLE-15_Update/35aa01965bbd309eb66d904d943ce7fb-fuse-exfat.openSUSE_Backports_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, for GNU/Linux 3.10.0, BuildID[sha1]=15b1d1a37cc21b837d93633277f1597e8ab572b5, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RRRR RRR R/PQ/exfat-utilsutf-8eb32ae471eeee4c8dacaa83c6c2e05433450cbe1ad332ac02d27ee3a91fc99af?7zXZ !t/ N 5]"k%w ):(){c|j~IgJ]`&Æ3.ߗvƊOaM )v+%Opfٕ4s#T& ~~wR0`sԠf $u_mDьu0uWM }RptJklm+U%J~ުΠ|66ug =#cofnhյx8_c.l}pvoiIXc}TD+ߩȺE/T{TL:>,[]D&QK_϶ _ǔ y ^qڹ*Ei6^<rQ;HC D/uZ~LoW;==lyaz}xѡܡ4 [cw˔ +-/=|A7R(7St'rgC@| 7ѕFh:ForB96L1lӾϰ_eQ9a8BgHeaҹoSy}tþq`qprd"z0(@,.l̥zCGc%{~q5qP(Rؐ]t ԨJ!{pScjøbl*XQa h; u*\Qag Jس|YOY&K7/;VSgX x >ᆫf 8xL>aYvet.$2Yˠ~b/yBR-?BtAmp8w'd@ߋgjUY0 aOBg2BA,L>@f_q6t2ޔfd6tR}To'Y+h^P lNҴxt(hU1iL>%LxZ̯dc2k4EY#/QrqՈ``>ƿ<1__c:5 tjr^eebܗ?M^1SJU2֖TDɰfYQZ)gfZONƋcRÔC{91NNs+p|B ]r m;57=XUfI|dx&6szC@gb@BU'&/P+RQB |s8ʙ8VNg~: Q_3j LպnD:d~b\w '73>8BN #m.m$BzNSVWDzw̵k:~D w==5~J|)DJ;\m0փ0GP}GK- ka|CԺ"4[ݭjyO>~BdxCXJZ"@rRYiM=:FLO&}TRes *uɢp.`79fN$@" CEuց#좫V(D(0 B_N2W]2[2.ҀJďؒcKׅ)%p2SC v}lu4M2yh 20#OMN*$HO<䀪X=c$%֮|nBV`mZp'"ki?2bnJlF-@X8)McdwH5c$HV5;R]ź @W1X/pYKbaJdl4Gzʮ5gG2kilFz P˚2QenU{.Q?̍ܵIr%=%!EOà^IWqnHlVx$ F*xgKtNw_8 E,I#xDzVWK{et[}+5deg e 8})`1 T]q{Xg9U59Z;`hU `Zq'E#uZo֏*&De-L60|,Jqb'@D1: YZ