libfuse3-3-3.10.5-150400.3.2.1<>,1(gP p9|Վ>x*L8cIrODe @.C25ZoM2bCxxBsQk[2vCy -F p+At15#LT~Oq`b?#-w8G5r JygU-q8]ew Ln0ɝ]@e3BsH4_5+KS~ZNoq9Z8P]D9)տn Jזw` ;uSj`z Q܋fXo-h .x>@ 8? (d  ! c 'JPX` d h p   T(89:>@FGHIX Y \8]@^abmcdefluvwLxTy\z $Clibfuse3-33.10.5150400.3.2.1Library of FUSE, the User space File System for GNU/Linux and BSDFUSE (Filesystem in Userspace) is an interface by the Linux kernel for userspace programs to export a filesystem to the kernel. A FUSE file system is typically implemented as a standalone application that links with libfuse. libfuse provides a C API over the raw kernel interface.gP h01-ch3dSUSE 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/libfuselinuxx86_64ءgP gP 22ff6a6ff5181ffc420908999efb62d423f1d0da574fc389d5e0fc78cd324921libfuse3.so.3.10.5rootrootrootrootfuse3-3.10.5-150400.3.2.1.src.rpmlibfuse3-3libfuse3-3(x86-64)libfuse3.so.3()(64bit)libfuse3.so.3(FUSE_3.0)(64bit)libfuse3.so.3(FUSE_3.1)(64bit)libfuse3.so.3(FUSE_3.2)(64bit)libfuse3.so.3(FUSE_3.3)(64bit)libfuse3.so.3(FUSE_3.4)(64bit)libfuse3.so.3(FUSE_3.7)(64bit)@@@@@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.28)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.5)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.9)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2.5)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libpthread.so.0(GLIBC_2.3.2)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3aUa6`@`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/sbin/ldconfig/sbin/ldconfigh01-ch3d 17332992163.10.5-150400.3.2.13.10.5-150400.3.2.1libfuse3.so.3libfuse3.so.3.10.5/usr/lib64/-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_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1287cdc55152562b2a7e259c950c1868b8927159, strippedPPPPPPPPPPPPR RRR RR RRRR RRR RR{@8ca'xutf-8fafbe616bcaa9f5a0c52fc9d9ba500273513c0a31be1dbbb622d49e0d25827f6?7zXZ !t/ ]"k%dxro%FQ$,lrW;Mk)H sxB=4k'*XSh4nѷ`|&Dr58LV_KK"N{*"eYN`XE`Wܺؠ+vD)ﱵ9--g? nbaxrmN/Bj>K+5eV]hЊ+Wg)RKs6tIvF0D HnRY;UR3_奁Ohٚ_GH,ԏY\xޙqhVТ>qQlW+805w)[1-,otmRJ7+d#eh+2!]TH[Zͣӹ3MM\ o#AgKE{BJP0NFamf-kܚy>uGPz@|ܓ}h)E `"`oM8\6zr7,uf|@gqҲC7\#d cCp>U~/h VAJ QvRnʤf"7T ~}쨬0 U]Ę 5S7I{y+`iia<,;xe8TѬ1»<X4)x" 1+S+^ߐ ;.GӰ ,FL7{Z8`m%]A]]-[UwsevS!%t>d\-67޴8-p! xZV_I@l_FKm`GV!O7euyNab>XGр#ڊW5H-6\Iik=4+V vX-] 8֣i͉vtg9kOIEjqO&QbZȺpD;Pmec,1MAPp8۪G&v BS.ذQ#@]OC_9T1 ڗI/1;t}[m!:'#SeSF/>`beBqC^yrAd2X- wgmxy3s TG%S6yAPuEtu$㙌A[M%g}0S15Y1)p zh-UvT7#*|>I`P&@#@$eW>ɉ`8ҼCW~W&IԤ3tဦ^K^L[׏]l}W*~}tG딬ϼ-tn[zj[_Bٕ8'm;dc-3Z{Cb.*亩)3c+2\-2kx$sFL#d!}so2746z W[#cu_2Ɠ<j@̫kM~>2/iUt jU8a&cqlk@r{Q= Sz,C0Lt Ok(La,1'4Hh jjާ(Q@} Օq !7@ `I9SF)L<3l})gFfv4*CƁ?㋖Ew#xv .7m=RO]*'H^Hmk~vrdbpeP1Hc(40tu'#CC%b6/RiL"khw6z+јVg׷>=0YFN$a96DNK=WP_̷hSsDUW_6|S Cisa.IfG结\C%]]s+H(BXQhz)$ہy-D>/2M"ܪ3 ĂjY/C_iED^ EEƕ{[+lUpFf^iK! yÈj*ĔQbɌN 0P2"2{'Raj STۍ,$7"l)4+XAe8 6f8cIKB{&7|2G m5}tQ#ֹpa.ʷmh| dtq HHRѕNnƠ '$`y9lFBO1Ҳ?Xvvu6Op"oۂhm0FͦzظYDҀ9+ȁ?4ǛJahX 7%8۔?Y?e>ӼB P Y~[igR{W9fP⏠>LU{:H2IlU$Ԯ"`&#~8#|=lS;+\.),\ļOn2B1?=(qaQmj$ik:{EZΥ6 5P]aBc`)\#`Sގj ~~O?ZKA9i7pQ YZ