fuse-exfat-1.2.8-bp150.3.3.1<>,8\;!M@eeexv+W_trº"VtT:1KiUD| G_F{aӔ~IEa|`٦ y+FtDŌDS3dp&~M^m6nK JjTEB?yBVMx  r%È4y iL{mrUBQxQ6Cf'NCvg^]C%2Dqcҭ$YvTT*(B&j 6PXꟲgqM>D&?&d   E@DPT]n          f     <d |(89 : >!@!F!G!$ H!L I!t X!Y!\! ]! ^"Sb"c#d$6e$;f$>l$@u$T v$|w% x% y& z&(&8&<&H&L&P&V&Cfuse-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.\;s390zp25I'openSUSEGPL-2.0-or-laterhttp://bugs.opensuse.orgSystem/Filesystemshttps://github.com/relan/exfatlinuxs390xif ! 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" fiB\FA큤A큤\;\;\;\;\;ZulfZul\;Uڪ\;3a6eee9f06979e5096a7eb0e6ec387234f1ab2a257772b9954a2fd5a3e4e422d22889cc8a2c801b5c20fc76ce4164d2f73d3f84c96f247c9f7377d2d725e8011bcfc55c0df333a916618b11097d283f8003b19d0feb6420881cefde9156caa988177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b8806431582f06b1ab39c0471d4af24f4890e74bc6763b278831f376f1278f827989a92/usr/sbin/mount.exfat/usr/sbin/mount.exfat-fusemount.exfat-fuserootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootfuse-exfat-1.2.8-bp150.3.3.1.src.rpmfuse-exfatfuse-exfat(s390-64) @@@@@@@@@@    /bin/sh/bin/shfuselibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(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.2)(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/shs390zp25 1544535611 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_Updatedrpmxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, interpreter /lib/ld64.so.1, for GNU/Linux 3.2.0, BuildID[sha1]=efbf7f847c54cd121c2cfd52c35b55c8d2589d18, strippeddirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix) RR R R RRRRR Rz]*Mexfat-utilsutf-89b1587eed2613b44c38b2b8364be855a7821b47fb069a538f766b0c134229c20?7zXZ !t/! ]"k%w ):(){c|j~IgJ]`-jypOsЄ&I1ݘ:9]|x ]D "AK!G0vzz̎NjZ=VP}!2gbU{1y( :efX2x9\ ~ئpʿ.w)Nzpn 2i|jw 3s%ת fz1}m%w^Α=hwEGD~`>(e _.(y~ C?̲eo6,ǼG'1-jرv"OpU%Dz^ 1¡3pJ$" ɷexJ0L`G8? Ƥ8L W?2Ƽ^ex9/ޫvDGH߄ʼnMs;#WQL#(E )f(Ӌ=Lhu(xmH7 WskhO5j I+Dd8`9_g񭄑92V۟1wmI1R1yXq]F+(HrX3_82dw۱jaY>oMI|m\^Vނp`F_8wQQMŶ'R9tV^c1/YWQhY}ո;DzIH$k8)<`h/en*4:y`TcDFw0".t&*66w70|C %xxhC NhGthNbi{WJŬ0r$D$-y<;5wyq]+Ί0DHWL ~u҄!Ÿ/k1\űUPn/! (cw= KggS Qsw} g_5YΊqkjh{ =k|b%~cN~,q ;481:ա鰘_k[\:h;_)ʄlZ%U}k\,әN ϰXy0 ҋ[ڍHdm0mz{a듗iƙ>* dIXv|H(A%ͰH S'wG+e8"bni{VچeD]8L ȸipKε?jȮjz/:'N QUf wI!+@6WJ,#DWqCzd駝/vb4_uc%nM.4ͳY|sGhPHb; -!!֋*0j"e%?MU˺8CxJFY92_ZpMYb az{S~%ONGaygW_?xM)h;ATcJtK`|uǷ}az Oo]Hm( OSC,X3Βz YQFy8݉_oEãqcðjEA^j6HMrC"etI movٚBj YZ