fuse3-3.10.5-150400.3.2.1<>,1|gP p9|I(XQU^Zp&w`)?qk8j9SJTЉYiFCZn3>} 7%G&z մ!lV3BIȆsf)^*bwntsXW8+/ʫu|RJM4H@vl9>E&X?&Hd  V $7Z`h     0  `     ( d  X(78 9 l: >CFG HL I| XY\ ] ^ b!/c!d"Xe"]f"`l"bu"x v"w%T x% y%z%%%%%%&&DCfuse33.10.5150400.3.2.1Reference implementation of the "Filesystem in Userspace"FUSE (Filesystem in Userspace) is an interface by the Linux kernel for userspace programs to export a filesystem to the kernel. This package contains helper programs for using FUSE mounts. FUSE file systems are typically implemented as a standalone applications in their own right and are packaged separately.gP nebbioloZ1SUSE Linux Enterprise 15SUSE LLC BSD-2-Clause and GPL-2.0-only and LGPL-2.1-onlyhttps://www.suse.com/System/Filesystemshttps://github.com/libfuse/libfuselinuxppc64le if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /usr/bin/fusermount3 fi  cFgLA큤A큤gP gP gP gP a6 ia6 igP a6 ia6 ia6 ia6 ia6 i024aa16852bdbecfe3b828c7c5f7baf2db51fae72ddcd488445b99331aafebed75b809bdba77bd86dbbd22d9df37ab573e12f87006ebfcf8730673683ece455286768de5b231fb405367f2bae297938dbf061757e93bef877a665c7284ef326150188026d810bfeb3720e1bb68867cc27b58fc3a85fbad59c9219e193d7af111110b8f15b27a7b90da2246644cd8e1e29351280bc872fefebc762a4bbd116f4a8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551b8832d9caaa075bbbd2aef24efa09f8b7ab66a832812d88c602da0c7b4397fadf305a693bda7ccfc1320c8cd7404bc2d18d13e796cf8d81f93d760c00a37cece78460c7ae095c2185de3fb9760c7c7e56f2662d660db46d7fb57d61c1b68945crootrootrootrootrootrootrootrootrootrootrootrootroottrustedrootrootrootrootrootrootrootrootrootrootfuse3-3.10.5-150400.3.2.1.src.rpmconfig(fuse3)fuse3fuse3(ppc-64)!@@@@@    /bin/sh/bin/shconfig(fuse3)group(trusted)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.28)(64bit)libfuse3.so.3()(64bit)libfuse3.so.3(FUSE_3.3)(64bit)permissionsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)util-linux3.10.5-150400.3.2.13.0.4-14.6.0-14.0-15.2-12.184.14.3 /usr/bin/chkstat -n --warn --system -e /usr/bin/fusermount3 1>&2aUa6`@`t6@`3@`_@__P_/@^^t@]]@]$] u@]:]:\@\\@[[@[lhenriques@suse.comjengelh@inai.dejengelh@inai.dejengelh@inai.dejengelh@inai.delnussel@suse.dejengelh@inai.dejengelh@inai.dejengelh@inai.deidonmez@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.comidonmez@suse.commliska@suse.czidonmez@suse.comidonmez@suse.cominfo@paolostivanin.comjengelh@inai.deinfo@paolostivanin.comjengelh@inai.deidonmez@suse.comidonmez@suse.com- Update fuse3 to the version >= 3.9.1 (jsc#SLE-21826)- Update to release 3.10.5 * Various improvements to make unit tests more robust.- Update to release 3.10.4 * Source code: fixed memory leaks in examples.- Update to release 3.10.3 * Fix returning d_ino and d_type from readdir(3) in non-plus mode- Update to release 3.10.2 * Allow "nonempty" as a mount option, for backwards compatibility with fusermount 2. The option has no effect since mounting over non-empty directories is allowed by default. * FUSE filesystems can now be mounted underneath EXFAT mountpoints.- prepare usrmerge (boo#1029961)- Update to release 3.10.1 * Unspecified "various minor fixes"- Drop /sbin links; they do not seem to be used from anywhere. - Package "permission" is required in %post, not %pre. - Update descriptions.- Update to release 3.10.0 * Add FUSE_CAP_CACHE_SYMLINKS: allow caching symlinks in kernel page cache.- Update to version 3.9.3 * Minor bugfixes, documentation updates- Update to version 3.9.2 * Remove obsolete workarounds in examples. * Do not require C++ compiler for building. * Minor bugfixes. - Drop BR on c++_compiler- Update to version 3.9.1 * Fixed memory leak in fuse_session_new(). * Fixed an issue with the linker version script. * Make ioctl prototype conditional on FUSE_USE_VERSION. Define FUSE_USE_VERSION < 35 to get old ioctl prototype with int commands; define FUSE_USE_VERSION >= 35 to get new ioctl prototype with unsigned int commands. * Various small bugfixes.- Update to version 3.9.0 * Added support for FUSE_EXPLICIT_INVAL_DATA to enable onl invalidate cached pages on explicit request.- Update to version 3.8.0 * Added support for FUSE_LSEEK operation which can be used to report holes in sparse files.- Update to version 3.6.2 * The init script is now installed to /etc/ rather than /usr/local/etc by default. * Minor bugfixes - Drop fuse-install-fix.patch, not needed with -Duseroot=false - Add conf-rename.patch, which is split from the above now removed patch- Disable LTO due to symbol versioning (boo#1138803).- Update to version 3.6.1 (bsc#1137860) * Fixed version number (release 3.6.0 was shipped with a declared version of 3.0.0).- Update to version 3.6.0 * Added a new example (passthrough_hp). The functionality is similar to passthrough_ll, but the implementation focuses on performance and correctness rather than simplicity. * Added support for fuse kernel feature max_pages which allows to increase the maximum number of pages that can be used per request. This feature was introduced in kernel 4.20. max_pages is set based on the value in max_write. By default max_write will be 1MiB now for kernels that support max_pages. If you want smaller buffers or writes you have to set max_write manually.- Update to 3.5.0: * Changed ioctl commands to "unsigned int" in order to support commands which do not fit into a signed int. Commands issued by applications are still truncated to 32 bits. * Added SMB2 to whitelist (so users can now mount FUSE filesystems on mountpoints within SMB 2.0 filesystems). * Added a new cache_readdir flag to fuse_file_info to enable caching of readdir results. Supported by kernels 4.20 and newer. * Add support and documentation for FUSE_CAP_NO_OPENDIR_SUPPORT.- Amend License: field with BSD2c, from https://github.com/libfuse/libfuse/commit/4c699e7debd99b178b9574e7dd20f36937ef296e#diff-3f1e2bdc537057b6ac2f74d095a431b8- Update to 3.4.2 * The examples/passthrough_ll.c example filesystem has been significantly extended. * Support for copy_file_range has been added. * Build system updates for non-Linux systems. * Fixed a memory leak * Added OpenAFS and HFS+ to whitelist * Docu updates- Update descriptions. - Do not make documentation mandatory.- Update to version 3.3.0 * The auto_unmount mode now works correctly in combination with autofs. * The FUSE_CAP_READDIRPLUS_AUTO capability is no longer enabled by default unless the file system defines both a readdir() and a readdirplus() handler. * The description of the FUSE_CAP_READDIRPLUS_AUTO flag has been improved. * Allow open /dev/fuse file descriptors to be passed via mountpoints of the special format /dev/fd/%u. This allows mounting to be handled by the parent so the FUSE filesystem process can run fully unprivileged. * Add a drop_privileges option to mount.fuse3 which causes it to open /dev/fuse and mount the file system itself, then run the FUSE file filesystem fully unprivileged and unable to re-acquire privilege via setuid, fscaps, etc. * Documented under which conditions the fuse_lowlevel_notify_* functions may block. * The chmod, chown, truncate, utimens and getattr handlers of the high-level API now all receive an additional struct fuse_file_info pointer. There are more API changes, consult https://github.com/libfuse/libfuse/releases/tag/fuse-3.3.0 for details.- Initial release v3.2.6/bin/sh/bin/shnebbiolo 1733299229 3.10.5-150400.3.2.13.10.5-150400.3.2.13.10.5-150400.3.2.1fuse3.conffusermount3mount.fuse3fuse3AUTHORSChangeLog.rstfuse3GPL2.txtLGPL2.txtLICENSEfusermount3.1.gzmount.fuse3.8.gz/etc//usr/bin//usr/sbin//usr/share/doc/packages//usr/share/doc/packages/fuse3//usr/share/licenses//usr/share/licenses/fuse3//usr/share/man/man1//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:36675/SUSE_SLE-15-SP4_Update/891886a430d0ad0885641688b8d09faa-fuse3.SUSE_SLE-15-SP4_Updatedrpmxz5ppc64le-suse-linuxASCII textsetuid ELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=41cad418912d74a5ed7f5e6f1dca90a3874437d0, 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]=69125f807d16ccfd5a42e29b51dbcbb041b56cd2, for GNU/Linux 3.10.0, strippeddirectoryUTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)RRRRRRRz_nw JnzJfilesystem(fuse)utf-868bbb8cc4dd851ef704cc2764e69e53c5e8cc7f9f7ece6e65bb1675128797d76?7zXZ !t/\l]"k%j]):)Md tDB_q>  )1[`#k*%ir4iRmVG$ {Қ hmYѰ( ;}"}hD|r 06mΡ /W F]jz8,z˯(<irP|Y\f5QQIe2 -۞Q 6,}T^tQ0 ٝxXb~,PZK=nx9h| G1OBmԛ$ 6ʇݵhYS /&u sQ<{(3rjWH IƎ >XZ]!&`ٚs}m-Ӹ^&v#_.ZҶ;Zk̨$ьO6"G%uaE{MLlw Y`GkSzPs0>cN:tw )/? 'ǕܬxDV:=M=?ر%i\k`^ $aHvHm ހ}09*<- 0ImPwp|