fuse3-3.10.5-150400.3.2.1<>,U(gP p9|wX{lvF+ք~; BosQڭPŽKeI${ [2)TS_mZsoX\Mռ!1wTJ1iqD K'soU*:uUαgPM6oǣ$+GqdrÌm4Om }o1ԦDFxgxGvTqB U*.ʴQ46ߐ7"BqjOIhrVsJu K5wmG>E&?&d  V $7Z`h     0  `     ( d  `( 7 8 `9 : [>ICQFYGp H I XY\ $ ] T ^ b!c",d"e"f"l"u" v"w% x% y% z&$&4&8&I&L&P&V&Cfuse33.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 h01-armsrv1ZYSUSE 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/libfuselinuxaarch64 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 i024aa16852bdbecfe3b828c7c5f7baf2db51fae72ddcd488445b99331aafebedbcf3c0298d2bc2bdd6722618d76a25b5e9b7e6171f7928887f12aaf166a2ee4d3bfb7dadce35a89db1a90dbf800226c1a5cf3ad18edbb95773d4838c15d9a33150188026d810bfeb3720e1bb68867cc27b58fc3a85fbad59c9219e193d7af111110b8f15b27a7b90da2246644cd8e1e29351280bc872fefebc762a4bbd116f4a8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551b8832d9caaa075bbbd2aef24efa09f8b7ab66a832812d88c602da0c7b4397fadf305a693bda7ccfc1320c8cd7404bc2d18d13e796cf8d81f93d760c00a37cece78460c7ae095c2185de3fb9760c7c7e56f2662d660db46d7fb57d61c1b68945crootrootrootrootrootrootrootrootrootrootrootrootroottrustedrootrootrootrootrootrootrootrootrootrootfuse3-3.10.5-150400.3.2.1.src.rpmconfig(fuse3)fuse3fuse3(aarch-64)!@@@@@@@    /bin/sh/bin/shconfig(fuse3)group(trusted)ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)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/shh01-armsrv1 1733299201 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_Updatedrpmxz5aarch64-suse-linuxASCII textsetuid ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=b7e11074fda5fbd3bb8f87aa8a1e503f24e595b9, for GNU/Linux 3.7.0, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=b44c1b0f6c74c95f24c31928110876d73baa7674, for GNU/Linux 3.7.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)RRRRR RRRR RR Yjxګ)filesystem(fuse)utf-8e1d2cf4b98ec7047d72659ddd9a8b883b610e5269bcc2f8f4a697b3d8db12d3c?7zXZ !t/N)]"k%j]):)Md tDB_q>  )1[CPnJ88pj9R Ah!Z N<$!s\t ?j? \X姩.NSrg>TKiNJ%;$l832 u o)i>IQw= o /rr%Dƭ)"gLs"#xAG}*[o`VM՗G.AB@^nCZpJ6 NxTpѩ'5+Nd"r$?s=K;F$Cr}r ^-B;Q9UiLu5ctSj=~WyIɒ_޹s$hqSK|q͐M",aLNCØcyi07mtwz`A rRLGQ[ NIl 0ntC ZlH,}[eS1؈I{6Ij+?Βy?| 0D_kJW-Iϭ% =9:GO^~s}p/?'΁+$^G{Rs$a{.꣬Iw,1"kK`I3X΋20d< irt{VE BH`Ҹ1p2=칮qiG=٪J:6^aCH"{O5K슇sl09%̘u'Vs5ˍ?H3l:4/讑ʏ]=Hv>I,>x>>7fsGAc) :c6#Ci`tcKΙ>'j2l<7CY^%gu^|_3~A-h\BL~' <VbmМ| C4nL@B-G:لʑlvm gܡ+FBhH~OL*!98SC .yY8Kd,+ {RBAugP8 UҴy_$XEob8e=wm`NvWe2 Ue!&9s/ 9K'ӌ\4P g= [ZnUta~MNԧT˚j4ld~/ݛ1Q-19T[fxϗ0^PpvGɨI%@ݹS2>{ lrݹ>A^|. S: <?vI#}%?@hONt4s΋S0ld٘PSc-9bh돝p0W ;qʺh7>>y{ZA_mP'i3!,Nr1 I>٣p F{=]w|)w% NzTBT ;@N~"hȡmʬso dck? H])إ;T!? ?@JՉ{A!-RU_GIx ~Af ND{֊JO"Ո}> -Oyb? f6+F)U',3il R!P嶉ղuIE 1̍?1C*_T'HX - VK߃r^'yר(qe^X s| %4G.EH@&XQ .jB7h%Or4czvf'x\Vs15.,o`x?^5L.E!cb :ЗZp(w{hHZ'ɇG:=ubne,7d;>;(?SZ|4t";!8[6 9q燵:~޵lp¥اF/hN9klux\!􊪜h©\ƭXb;9:4ʒ^Ax:suCmw5 -^roC@ d֒k(rN֠װDžwL0[ʍTĄFCcx&o;o} gVUQijpu7m!]g/q]}\؏;# (*_y*I[CՇwnKz QoT#Л鄃d67t(Wgw9 L"NZjxM sRB<̰Iq#; X+Sb9yL7@XRtUTWFN|G5/_4F']r:ӥ9)03^ʮ(*.BS{dqXyR̒uH Sm:78"-ٸ|1IFQbd+@ o*?Q 7+|8:U7 ~ܦCoM .WCT84093AT&kkJj&W9H}H˙a#%zVVzcAE{q^/L㹭V.ND?D$Y&?f<6 3c6ANyKZ~)tXsW>RVfz%[hGx^,ܬ!|Ȼ+P)rY$uk[1Bk>1BvɞpZ/K=[V!X>l[}fI ) O$)$*rO!(q{I_bҩ!/<r'u]/#p,b"{V4r~.ΰ_H qXP'jِݎ L.LEz:z5lhsNy$bKcx|qY@>f"h*#ԑIE-gRwU1.6ŝ&.ǐ8q K$(ȑ'H1}?S$ɶ9fpH*.#'wض8"O7stN>'5ygϿnuS4`¹mDfSı?P=߃΁aďG?rhԶip85 `\qᣓIV' O \ G4ļY0ءǛ#rb_Sr{|{I^jrrnP*l^J+4.brĆ} )r[Omr?_A[&*Vn;*^>qoTKݫ&hHK:dJoQ.P.fi z*?,{^݇ZZ;OmGX4hs X~@=t>[l5w#G0[@o]RI^x},>G9n<'jܭ汛I`! _:G-ĒOSn%` ĩSG~bOU}0{CˏW_ڬYl!Tm, ,}Xx2Iz\D4@l/_g 09ox/𘎼ppy>ozR A@O50$šxF@=KM;$`7Arhn5U_?'Ĝ擗͕߁ׄTcɬ,VҶul<cF#!^8P|,;] <ϓzkbk3bQߩgyPJ{p"l:/6ArHSGxPk?)X$0Z%Oyw\K%9Z{T6fY6t=-mq bq>X2/075<>T\}[\H'`(gE"KhL3]4Av@`׌)Q6z,P [9~HV^8HtKJD"#[& {uW6>"p,@,.m95K+wi? _ٿb& ϱR+^dUiM*֘> [& zAXmo}7vW+B#=q͑,3p`p[aiMTaK.6q,u#{w^}&Js]3~V`9ws(Q El=5?`F 'lN.WVCF1O -%м 2R_DB )^_hwsf’¦\I]餙1u(ͼ R,:˟ۨE{\W[DһH,ʞXGQGڢ;/0yM_dRlso}C._k}+h>7 9Ee?F.7ʌH~7kVJlا$EHЙmq觯p;1Fbsd#xd@5T70qcX^J ߾C`Xur|'@SetȔ}\NN~CUu(~7j!2\i|iy&gLP@dzNsm)NɈNw=^rѩL&C i@­5;_T0[}q 6|E_ub$PW|/Q"ɔO$I" v<ƫnJJuCDUVTB-+4N?nρbNcPAb=LGeB^ Syi]]McƯ搯=$.A;U l~κJj-(bgQf0& Oo1+hC:#!cۢrvP }<ž"{RO~GpO|5#&7OQR>O-6SzQ2=!ɄLh3R5V&  /O%vj4j[d;_2 pb )*V'v9&1aӕvzn.Ѱw{y59E׍JE:֨o0}z\iѹr?8|)s|[?z&*rXO@bAC*M+#]4wX3c-ׇy"/21gOwH<$2Q)W st ҏW$!{!90jO$|(B7|z^'ɴ%=I{Fn("TS<1gAqazK#b U*\YO3)}UK=F>"ڰ}~޹xDmUK-m| 5[O}\S})5-Uyʍ U P':Hhcˤ^gq.=,xYPh 0čv |7߻;~{8Km|*H?#j|?11dI" $0OYeTX]AZ>u R{PWQt7D@ԋkrHޖ4rQPv[lp qpU[qihj}43vvU™RXv^IU6}Ӻz\xU4͊hzzH;Xܳo֜ˡW *|V0LUHl6%2eVj,Z6TW*4'ydF NVeZy\46[ɹ&m|Ow_vzW`O b!lOa9%Ҹ7ffvK)3J'PHmYN`0([hċ$n8.'a9PE>bR(6q2x(xJO0aQp8Y4PWAɑZs͞||Hq]y [%`G"ƾ59j[k;IgHXNeԪ`a(^T{9|@NKϵJ2Q ڳe À`))DEaOuEQD tu7!CB)/SǦz8CK)tb{C'݃h1Yj-P>'Gk]|A[ʮlȌZ퓂u+]f fzpT|A}KK`}juUfE$2}AVbݵ$T竊とֺ6jĄ9%,Z+ ^Z珮?$1;H0[qaX/R/̞LKx+AZ)֞Zf9oSP}ع⬒'D\p͡} (n#l52vq$f3"A\Ɖr?aC;u' %T./ " F,®}0 B|iqC"a[?pjp͉[gam&#wA¿H)Jq1K#l2=ZT$]SрUC BZ89ϻ>h;)Иe11vpg%I @nUlDe݋"UƉu!w^P;h [npm]m"sRpLw˳Cp*3|t?M [%!6}~\f/CBfs 6KU*T׉>Jd!Oڣ!I] L WaʢPV%OG >=ct%iѷyQ{Y=ώ кcp Ѿ <4OfbFwFQ*ۓdwxg%0Ti QŦkd!jZu#ɅS.lu=׭ruͭ,i`[-ƬrBu*j5(#g#ǕC`ѤAIlEa轠r# 6k磏J~=zI`kIdHE26 kgv dj s*j:9X1.M:}k#W.(ı՘ !Gk:Kg}0c_q@UYʞ6ArU\8&_!h Q(G&ʑ%;=pee-3CWIIԸXn[j4C@JNڒTgjr@H Kz.-r\-l޾СH^1p>d](Zb0 ";m~q>x.,]Z5DfS^j,׳oV#av8 6{zO(W!(]gIPQy-h{!E/;,NDA3BT3JK<ǭ^XXyr*zJBvaa Wr6Nu;]zNP3PF1V4t+0fQ b7fvDz->S7L[ʁTx~0RrS62:fK>CZD6Bގ _E[M!#@`>sJD pzXޮ˾\om@OG*fYD( [$j w`T!W609(1OVx9-{pT=,DMx>5OXycߚ׆iܵbSyU[.Rk;`@s0e,O^No)N%;r5jmŝ9$G~AU[Dy Jn<7Mx&B$3 I0[ܞPQKKFw$c:!0xXAN78kZ) 0Zf DL69 We=pnJ-0?¯ɹˋKu6M~ߢLf2!,gy76wpi/C>;ʏ:EO%ɮ|0$z&9Ay,ccD)^kᶑTi [oi5Shýlܷgq~eCPf 7\b48tڟN! =TeVÝPP 6Sx YZ