nfs-client-2.6.4-150600.28.9.2<>,gҖp9|[˰w%"u~ X %w +w;O\G+^nFX~ǎ|)yG,OGSo\`)kX= ,=Kj.~̢qˢ{HO]5NqO*BU% Wk$:aPK*u:'[X"6ؗckt5$ Al϶bolx>͈V<Pm~Ps#e7yղg!&o8#U1.^^^%?(Vߔͺ"ɰ3'$>KL?<d  ! ; 1^dlL]] z] 4] ] ,] -].]0]22]4<4p154191(9798:(79;7:>7=t>t?t@tBtCtFtGt]Hv\]Iw]Xx0Yx<Zxx[x|\x]]y]^bcdCeHfKlMu`]vw ]x]yzz8Cnfs-client2.6.4150600.28.9.2Support Utilities for NFSThis package contains common NFS utilities which are needed for client and kernel based server.gҖibs-power9-20 w|SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/Productivity/Networking/NFShttp://kernel.org/pub/linux/utils/nfs-utils/linuxppc64le/usr/bin/getent passwd statd >/dev/null || \ /usr/sbin/useradd -r -c 'NFS statd daemon' \ -s /sbin/nologin -d /var/lib/nfs -g nogroup statd if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in nfs.service auth-rpcgss-module.service nfs-idmapd.service nfs-blkmap.service rpc-statd-notify.service rpc-gssd.service rpc-statd.service rpc-svcgssd.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fichown root:root /var/lib/nfs > /dev/null 2>&1 || : for i in sm sm.bak; do chown -R statd:nogroup /var/lib/nfs/$i > /dev/null 2>&1 || : done ### migrate from /var/lock/subsys [ -d /run/nfs ] || mkdir /run/nfs if [ -f /var/lock/subsys/nfs-rpc.idmapd ]; then mv /var/lock/subsys/nfs-rpc.idmapd /run/nfs fi if [ -f /var/lock/subsys/nfsserver-rpc.idmapd ]; then mv /var/lock/subsys/nfsserver-rpc.idmapd /run/nfs fi ### PNAME=nfs SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi # if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /sbin/mount.nfs fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in nfs.service auth-rpcgss-module.service nfs-idmapd.service nfs-blkmap.service rpc-statd-notify.service rpc-gssd.service rpc-statd.service rpc-svcgssd.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable nfs.service auth-rpcgss-module.service nfs-idmapd.service nfs-blkmap.service rpc-statd-notify.service rpc-gssd.service rpc-statd.service rpc-svcgssd.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop nfs.service auth-rpcgss-module.service nfs-idmapd.service nfs-blkmap.service rpc-statd-notify.service rpc-gssd.service rpc-statd.service rpc-svcgssd.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in nfs.service auth-rpcgss-module.service nfs-idmapd.service nfs-blkmap.service rpc-statd-notify.service rpc-gssd.service rpc-statd.service rpc-svcgssd.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart nfs.service auth-rpcgss-module.service nfs-idmapd.service nfs-blkmap.service rpc-statd-notify.service rpc-gssd.service rpc-statd.service rpc-svcgssd.service ) || : fi fi  X#T7ekgfkP_# (bP x) (%@ H# N ,m oh    A큤A큤A큤A큤A큤A큤큤큤AAAAAgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖgҖc8f962c35ec040337a3240dfa1bc2d3b2c2f314d8684f79bb780751a864628de3ea81deea6be2cf062fe6a791eae762dd1ab2a629d4e2d848a64396d7922fbf4d3465d21061604f5018f506867049e85a62d343a91698238193c8c81f747768965db2d9fc611d377e8e3e7eaef8006524d4df55a9a1f882f22899bb91ffc1f8f562e04ded930c84308af350c1f4c9bb19c31b42123c9b6d08ec6bf8ef8d30bbcaa8acf7273e5cbdb3b901b20f8d2d75d96572625cb77302791683408a4adb6c86ba0c22ad07a20530506e78c919fc03e0a894943376f452256e833ac52ded0fa3423467fc7919069e1a824bcdf17f873027d184ba28a8f75a108d236602a06043e0ca2e272425ef73eb9a39793982575109cde0e2d719813dbbc0cb47b0e132ba2ffc1131a30c150f2cba4082ce50fd901d93973f4554fde5ece76e6acecfc843644e8b912149237475f329943ec2f37ddd53565c39ed27d849f281a387fad9f72fb2c60b15cc958be12528851acfc69314dbe3246dc4044f2d874ab502ac3d344865bf16d30152c12395bfe6e521349e735c6b3a921ae50cbaf311b50866193ed1ef1bb2e1a225b5130df54f24647a61b24b68b16e428535dd3526dbaae6c240e3045253bbab2403ad93e10de9104cfe98c2db9a3df5ec110721827bc9e85c76bf30463d32b6af6083652afadccf526c65efe9f118095f1d523a3421dbf1603b2d94c68af2b3be0a3318ce6454ba95a252ded19a530f7b074290dc0241fad58ac7436b80dc095f36dcd50e0da46bac590df26c416dd2deb15bf3bf9f0e4162cdd23c5eb8729e976aa6cb8245898400d645a9ec1c25eaa63eba23d6f890f5af78bafcedf65bdbcb2e38843a232df01520513350978a5f0e34297638f5e4c51f67885f167a7b2c0a37591107e61490eff5e211749171c6fa57c4c8657891c33aef257b8c1e0a809c3b8b1bbb6a1b2d928c485f4784e12a76e095c692ec2389a5b06eaa6b9230c17186f3ae3b1025c29b180fc872a8564588bf21f6b9bff89743402ad58f3aee956ad346c59664235dc5de68b9146e0b82011b4c82c3ca4a1c332978272e0a2187472040fd74399d17364a173666d7f86c3a768f3187d61b8b9b27787ae2243a046e66941504ecb1a9ae305b9a23af96d1a8b0e1dd243ce4059ee2219d21584dcfffa25e9081f189dae1354d7dc97e9d398f167def931dea4add8ca2ca5caeff24c02ee713702903253f8a647d0d4119182440eab9627c3812411a95d0d793199da7e9d5cdb78b69ab2cc8b5a1fc643353eb7365f758924750aebc3fb6a34fce65c6075d6b96139a35b58c62c18a0467d322293694281e4f92188282f160f0cedd3ac3339dd2fb4c132c3caf92f01a31161296cc7b23fd2228ee35dbad072c3961c5abb2a7611c9f2851bf6fc8538566e7c3c86669e8f4af92c7b456f8b14093b2ab41e81579ce1255deba63da15d83c191e9f9a197054b1d5ca1f525549a9812e44ee86f5a90e9c9ee34a92480ab6086972f4a34f09abfa90f5ed985df2c665032f49d991250b4d8534a61109b5a3f10c8b718c364040ba89fc4edb5dbcef3d4fa2f7ce3ac879da2db127d0ae3ec0ac9b646caa3eb9713c89a0b4c921209d04bed2a79ba5a6ffa1ef6493b2a4fc0d35dbad6d3b16b606d243b16ff01161ea9764744108aff74c54a1f85dda95b711c103b6ef91efb75137159f657c411ec33b968810964affa873c7ed000dd649e8812088c872934a930837ad4713692b25beeac9ba53e8e89e18c46a9e10c88965e0d6c7ce40c330662f4d093f2995e9d21c7b1ac3723a4c6d697901de9481c1d34923e85d37917ff00b1a46f9ecfc74b064ee8d082cf358ce0903a816dc18b35ac9e8080c80f38d26df48d7f2fae8057ee4029a8d315eb379647084e240db129c2ef8c2cebd4d635213979f4b16a067931cba0b14e58b50152f248ccbea3e0d0fe87c650bbc0032254687aa503187c209395be1d95202e9e63b0557895f77d51960e47d224b51097c0949f4dafb9a04a868e2169b4b29602a18198f36ffe3e7c18db98a2e80704526719463746dc8745f88467535ad0f657d9554a91a97b3f01b57cf6a4d5b23e648d8188446c4a2b8e5c65b40f46209c33cd78942aff5e4cb99b385349bfb8d1075f32a73d3297c8ea4d86ab3c71980fa27f19a4cca50176a7e4653dca27055cf34ec3cfef832c87ad5f926bf789c11ab470590110d9af29c8e183f094d1f8eebd14e26045356ac3c39a484b1506ac0f10930389439db22448c0bb0dbe6c6f836e0402417a211626a5a0d0016a3ea8cc033232e08a794ca5cbc21a017c2e4e04d09625432303f387bce2ad7445a8863276788495e0424aac00b9df984bcee73cc3a0219c7cb90b6a5981617fc7d01e03de021da1557fa94ec6313dd706a034b8b75406dd3afc2d7de6fbf7702549d796e90a546b21c3a5c21a32f8ec5ab81a46f595d1feac66b89cc9f337fccfc3a876039cc60e430e9f367f1e67414f4c711f3758ca0755ba9e3bc970e28d19a7677eb447341d1d3e6d77056671267a04be2cf6440dd3213d0fcf6633b40170a608d3edf9c4b7d12e0b4cfac8e436496369f35dddb8c612929867bf116491312955cd52acd61a9519c4737565e41038694589b98fee7384a67fde5881694b18dd6a6bcb1bca5e62de02b69efe2eae5888d36b21280f7f3623d5a57bb76cce97d7d62d206c5bad42848e211db72ebb38662478d77d351e78d936bcede8702d161d796c73346351b75399b9b155bbcff30afc5e79617ad1afc6ff40a6f4588a3997830f6f466e992d1fe2883cca44b5d3372c9fff730194b12b2b1f929ad5e2f6f231a417ccf6e3ba7b47e68a5c7a4ac865a53f775181778ec23bcdd66346f0b9f222956f802606f1f4793aace490be4f9934ba0f43a652ab81cf379acfe2066cc0ace95740925f0b41486e828596c7be1cbb8008b3222a3a3953d4c4a31b22b7d6230d77de4506f3992b5c2bbbcd5ca218703d57971c541146608fb0b7ec1501408e0f8cebf82cf2cccff660a1822a5ab756a718b9d2300da7dfbe2757f476ec2b52888df0031c251d178726e4617ef5a5c3dc7c00cd20c7df6472eb835ecfbf9a70f016c86c970c04fa0f0e47bf6ad4202753af2a414a9d27afca52e0fda099f7cc7aaacbf225e05b7916f702ff20e83269c23b781d788emount.nfsmount.nfsmount.nfsserviceservicegssd.8.gzidmapd.8.gzsm-notify.8.gzstatd.8.gzsvcgssd.8.gz@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootstatdstatdrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootnogroupnogrouprootrootnfs-utils-2.6.4-150600.28.9.2.src.rpmconfig(nfs-client)nfs-clientnfs-client(ppc-64) !@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(nfs-client)coreutilsdiffutilsfillupgrepgroup(nogroup)keyutilslibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libc.so.6(GLIBC_2.28)(64bit)libc.so.6(GLIBC_2.33)(64bit)libc.so.6(GLIBC_2.34)(64bit)libc.so.6(GLIBC_2.38)(64bit)libcap.so.2()(64bit)libcom_err.so.2()(64bit)libdevmapper.so.1.03()(64bit)libdevmapper.so.1.03(Base)(64bit)libdevmapper.so.1.03(DM_1_02_97)(64bit)libevent_core-2.1.so.7()(64bit)libgssapi_krb5.so.2()(64bit)libgssapi_krb5.so.2(gssapi_krb5_2_MIT)(64bit)libkeyutils.so.1()(64bit)libkeyutils.so.1(KEYUTILS_0.3)(64bit)libkeyutils.so.1(KEYUTILS_1.0)(64bit)libkeyutils.so.1(KEYUTILS_1.5)(64bit)libkrb5.so.3()(64bit)libkrb5.so.3(krb5_3_MIT)(64bit)libmount.so.1()(64bit)libmount.so.1(MOUNT_2.19)(64bit)libmount.so.1(MOUNT_2.22)(64bit)libnfsidmap.so.1()(64bit)libsqlite3.so.0()(64bit)libtirpc.so.3()(64bit)libtirpc.so.3(TIRPC_0.3.0)(64bit)libtirpc.so.3(TIRPC_PRIVATE)(64bit)netcfgpermissionsrpcbindrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)shadow2.6.4-150600.28.9.23.0.4-14.6.0-14.0-15.2-14.14.3 /usr/bin/chkstat -n --warn --system -e /sbin/mount.nfs 1>&2g@g@gf'@eZd@dd$(@cc™@cbx@bF@b<]@a``+`S@`S@`S@_P_]@\[?YZ@Yp@Y\YtX@X@X)@X @WW@WWt@Wt@WDB@WWW@WW@VVŲ@V`VV@V@V/g@V(V@VŬUȒ@T_W@TZ@ailiop@suse.comailiop@suse.comailiop@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comkukuk@suse.derbrown@suse.comnfbrown@suse.comschwab@suse.dekukuk@suse.denfbrown@suse.comjengelh@inai.dedimstar@opensuse.orgnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comtchvatal@suse.comtchvatal@suse.comnfbrown@suse.comneilb@suse.comkukuk@suse.dekukuk@suse.deneilb@suse.comneilb@suse.comneilb@suse.comschwab@suse.dep.drouand@gmail.comjeffm@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comledest@gmail.comnfbrown@suse.com- rpc.idmapd: nfsopen() failures should not be fatal (bsc#1239165) - add 0007-rpc.idmapd-nfsopen-failures-should-not-be-fatal.patch- enable ldap support for nfsidmap (bsc#1226533)- nfsd: Revert "nfsd: Remove the ability to enable NFS v2." (bsc#1230914) - add 0005-Revert-nfsd-Remove-the-ability-to-enable-NFS-v2.patch - mount.nfs: Revert "mount: Remove NFS v2 support from mount.nfs" (bsc#1230914) - add 0006-Revert-mount-Remove-NFS-v2-support-from-mount.nfs.patch- Include source for libnfsidmap 0.26 and build that. This is needed for compatability with SLE15-SP5 and earlier (bsc#1228159) Copied from old nfsidmap package: libnfsidmap-0.26.tar.bz2 idmap-fix-prototype.patch idmap-libnfsidmap-export-symbols.patch idmap-0001-libnfsidmap-add-options-to-aid-id-mapping-in-multi-d.patch idmap-0002-nss_gss_princ_to_ids-and-nss_gss_princ_to_grouplist-.patch idmap-0001-Removed-some-unused-and-set-but-not-used-warnings.patch idmap-0002-Handle-NULL-names-better.patch idmap-0003-Strip-newlines-out-of-IDMAP_LOG-messages.patch idmap-0004-onf_parse_line-Ignore-whitespace-at-the-beginning-of.patch idmap-0005-nss.c-wrong-check-of-return-value.patch idmap-0006-Fixed-a-memory-leak-nss_name_to_gid.patch- Update to 2.6.4, to get many improvements, particularly got NFS-over-TLS support (bsc#1220075) Patches removed because that have been included upstream: nsm-headers.patch 0001-conffile-ignore-empty-environment-variables.patch 0002-mount-call-setgroups-before-setuid.patch 0003-nfs-server-generator-handle-noauto-mounts-correctly.patch 0002-Let-systemd-know-when-rpc.statd-is-needed.patch 0003-systemd-run-statd-notify-even-when-nfs-client-isn-t-.patch 0007-statd-user-from-sm 0008-gssd-replace-non-thread-safe-strtok-with-strsep.patch 0009-Convert-remaining-python-scripts-to-python3.patch 0010-gssd-Fix-locking-for-machine-principal-list.patch 0011-manpage-Add-a-description-of-the-nconnect-mount-opti.patch 0012-mountd-reject-unknown-client-IP-when-use_ipaddr.patch 0013-mountd-Don-t-proactively-add-export-info-when-fh-inf.patch 0014-mountd-update-man-page.patch 0015-mountd-add-logging-for-authentication-results-for-ac.patch 0016-mountd-add-cache-use-ipaddr-option-to-force-use_ipad.patch 0017-mountd-make-default-ttl-settable-by-option.patch 0018-Replace-all-var-run-with-run.patch 0019-gssd-use-mutex-to-protect-decrement-of-refcount.patch 0020-mountd-Initialize-logging-early.patch 0021-mount.nfs-insert-sloppy-at-beginning-of-the-options.patch 0022-mount.nfs-Fix-the-sloppy-option-processing.patch 0023-cache.c-removed-a-couple-warning.patch 0024-systemd-Apply-all-sysctl-settings-when-NFS-related-m.patch 0025-nfsdcltrack-getopt_long-fails-on-a-non-x86_64-archs.patch 0026-modprobe-avoid-error-messages-if-sbin-sysctl-fail.patch 0027-nfsd-allow-server-scope-to-be-set-with-config-or-com.patch 0028-mount.nfs-always-include-mountpoint-or-spec-if-error.patch 0029-nfsd.man-fix-typo-in-section-on-scope.patch 0030-systemd-use-correct-modprobe-d-directory 0031-mountd-don-t-advertise-krb5-for-v4root-when-not-conf.patch 0032-exportfs-Ingnore-export-failures-in-nfs-server.seriv.patch Patches added from upstream, or to fix build errors: 0001-exportfs-remove-warning-if-neither-subtree_check-or-.patch 0002-conffile-don-t-report-error-from-conf_init_file.patch 0003-conffile-allow-usr-etc-to-provide-any-config-files-e.patch 0004-fsidd-call-anonymous-sockets-by-their-name-only-don-.patch buildfix.patch- Add 0032-exportfs-Ingnore-export-failures-in-nfs-server.seriv.patch Inconsistencies in /etc/exports shouldn't be fatal. (bsc#1212594)- Add 0030-systemd-use-correct-modprobe-d-directory SLE15-SP5 an earlier don't use /usr/lib/modprobe.d (bsc#1200710) - Add 0031-mountd-don-t-advertise-krb5-for-v4root-when-not-conf.patch Avoid unhelpful warning if rpcsec_gss_krb5.ko not installed- Add 0028-mount.nfs-always-include-mountpoint-or-spec-if-error.patch boo#1157881 - Add 0029-nfsd.man-fix-typo-in-section-on-scope.patch bsc#1209859 - Allow scope to be set in sysconfig: NFSD_SCOPE- Rename all drop-in options.conf files as 10-options.conf This makes it easier for other packages to over-ride with a drop-in with a later sequence number. resource-agents does this. (bsc#1207843)- 0026-modprobe-avoid-error-messages-if-sbin-sysctl-fail.patch Avoid modprobe errors when sysctl is not installed. (bsc#1200710 bsc#1207022 bsc#1206781) - 0027-nfsd-allow-server-scope-to-be-set-with-config-or-com.patch Add "-S scope" option to rpc.nfsd to simplify fail-over cluster config. (bsc#1203746)- add 0025-nfsdcltrack-getopt_long-fails-on-a-non-x86_64-archs.patch Fix nfsdcltrack bug that affected non-x86 archs. (bsc#1202627)- 0024-systemd-Apply-all-sysctl-settings-when-NFS-related-m.patch Ensure sysctl setting work (bsc#1199856)- Add 0023-cache.c-removed-a-couple-warning.patch Fix compilation with new glibc (SLE15-SP4) (bsc#1197788)- Add 0021-mount.nfs-insert-sloppy-at-beginning-of-the-options.patch Add 0022-mount.nfs-Fix-the-sloppy-option-processing.patch Ensure "sloppy" is added correctly for newer kernels. Particularly required for kernels since 5.6 (so SLE15-SP4), and safe for all kernels. (boo#1197297)- Add 0020-mountd-Initialize-logging-early.patch If an error or warning message is produced before closeall() is called, mountd gets confused and doesn't work. (bsc#1194661)- Add 0019-gssd-use-mutex-to-protect-decrement-of-refcount.patch A field was modified by multiple threads without locking. This can lead to use-after-free. (bsc#1183194)- Add 0018-Replace-all-var-run-with-run.patch /var/run is long deprecated - switch all relevant paths to /run (bsc#1185170)- 0012-mountd-reject-unknown-client-IP-when-use_ipaddr.patch 0013-mountd-Don-t-proactively-add-export-info-when-fh-inf.patch 0014-mountd-add-logging-for-authentication-results-for-ac.patch 0015-mountd-add-cache-use-ipaddr-option-to-force-use_ipad.patch 0116-mountd-make-default-ttl-settable-by-option.patch Improve logging of authentication (bsc#1181540)- Add 0011-manpage-Add-a-description-of-the-nconnect-mount-opti.patch (bsc#1181651)- Add 0010-gssd-Fix-locking-for-machine-principal-list.patch (bsc#1183194)- 0009-Convert-remaining-python-scripts-to-python3.patch Python is no longer installed by default and these scripts work with python3, so request that explicitly. (bsc#1173104)- 0008-gssd-replace-non-thread-safe-strtok-with-strsep.patch Fix bug with concurrent gssd requests arriving from kernel. (bsc#1174260)- Don't make /var/lib/nfs owned by statd. Only sm and sm.bak need to be accessible by statd or sm-notify after they drop privs. Providing they get created, the parent directory can be root-owned. - 0007-statd-user-from-sm Change rpc.statd and sm-notify to take uid from the sm directory. (bsc#1150733 CVE-2019-3689)- 0002-Let-systemd-know-when-rpc.statd-is-needed.patch 0003-systemd-run-statd-notify-even-when-nfs-client-isn-t-.patch Fixes for systemd integration (bsc#1116221) - nfs.conf: spell NFSV4LEASETIME correctly. (bsc#1098532)- Create files in /var/lib/nfs via tmpfiles.d [bsc#1100404], [FATE#325524]- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- fix incorrect dependency in /usr/lib/systemd/system/nfs-client.target.d/nfs.conf When yast restarts "nfs" it should propagate to nfs-client, but doesn't. (boo#1053691)- nsm-headers.patch: add missing - Prerequire needed group "nogroup"- update upstream version from 1.3.4 to 2.1.1 The significant update is that configuration can now be read from a central /etc/nfs.conf file, and it can include other files such as /etc/sysconfig/nfs This means that the old nfs-config.service systemd unit is no longer needed. - /etc/nfs.conf file created to import all sysconfig settings except *_OPTIONS directly into running code. - dropins created to pass *_OPTIONS sysconfig setting to the various daemons. - various specfile improvements, such as using "-D" in "install" commands, and adding "verify_permissions". - "xtab" has not been needed for years and has now been remove. - sysconfig.nfs updated, particular the ServiceRestart declarations have been tuned for systemd units. - 0003-nfs-server-generator-handle-noauto-mounts-correctly.patch Fix the nfs-server-generator so that mounts marked "noauto" are not automatically mounted when NFS exported. (bsc#1019211) - 0001-conffile-ignore-empty-environment-variables.patch 0002-mount-call-setgroups-before-setuid.patch Other minor fixes found during testing. - REMOVED 0001-Make-location-of-nfs-utils_env.sh-configurable.patch now included upstream- Check for existence of "statd" user before creating it, and do not suppress errors about it. - Ensure units passed to %service_* are full filenames. - Pass all units (non-templated) to %service_*.- Also ignore errors on the first chown call: this can happen especially in the build system when shadow is not present and the user has not been generated in the %pre phase.- move rpc.svcgssd and corresponding man page from nfs-client package to nfs-kernel-server. For NFSv4.0 this is needed on client as well as the server to support the back-channel. (bsc#1005609)- 0001-Make-location-of-nfs-utils_env.sh-configurable.patch 1.3.4 moved the config script location to somewhere that doesn't exist on openSUSE. Move it somewhere better and install it there. (bsc#990356)- nfs-utils-1.3.4.tar.xz New upstream release. Lots of bugfixes, no significant functionality changes - delete 0001-Fix-protocol-minor-version-fall-back.patch delete 0001-close-the-syslog-fd-in-daemon_init.patch delete 0001-mount-run-START_STATD-fully-as-root.patch delete 0001-mount.nfs-hide-EBUSY-errors.patch delete 0001-mount.nfs-trust-the-exit-status-of-start_statd.patch delete 0001-systemd-Decouple-the-starting-and-stopping-of-rpcbin.patch delete 0002-systemd-unit-files-fix-up-dependencies-on-rpcbind.patch delete nfs-utils-no-svcgss.service delete nfs-utils-uninit-mem.patch All patches are included in 1.3.4- nfs-utils_env.sh Fix some problems with version_params. Various misspellings and remove the possiblity that V4 is both disabled and enabled. (bsc#990356)- Drop OMC svcinfo file, nowdays useless- Sort a bit with spec-cleaner to get uptodate spec - Convert deps from regular devels to pkgconfig style- 0001-systemd-Decouple-the-starting-and-stopping-of-rpcbin.patch 0002-systemd-unit-files-fix-up-dependencies-on-rpcbind.patch Fix systemd dependencies to ensure rpcbind is started when needed. (bsc#975265)- 0001-close-the-syslog-fd-in-daemon_init.patch Without this, tracing doesn't work - 0001-mount.nfs-trust-the-exit-status-of-start_statd.patch (bsc#945937) - 0001-mount-run-START_STATD-fully-as-root.patch (bsc#969152)- Drop unused BuildRequires for libgssglue, not used with tirpc- Drop unused BuildRequires for librpcsecgss, tirpc version is used- 0001-mount.nfs-hide-EBUSY-errors.patch Stop "mount -a -t nfs" from complaining if filesystem already mounted (bsc#950340)- 0001-Fix-protocol-minor-version-fall-back.patch (bnc#959211)- nfs.service: don't mount/unmount nfs filesystems. systemd does this automatically. Trying to do it here too causes timing races (boo#963616)- nfs-utils-uninit-mem.patch: fix use of uninitialized memory (bsc#956743)- Remove sysvinit related macros; the package doesn't contain any sysvinit script - Replace systemd with systemd-rpm-macros; increase dependencies weight - Use %configure macro - Remove depreciated %clean section- Use proper annotations for service restart (bsc#952055).- update upstream version from 1.3.1 to 1.3.3. This contains lots of bugfixes but not significant new features. - delete 0001-nfs-client.target-Removed-a-ordering-cycle-with-nfs-.patch delete 0002-Centralize-dependencies-on-the-auth-unit.patch both included upstream - nfs-utils-no-svcgss.service fix minor make-install issue (has since been accepted upstream) - use "make install" to install systemd files instead of hand-code. - retain rpc-svcgssd for now until gss-proxy is packaged.- nfs-utils_env.sh: honour RPC_PIPEFS_DIR setting. It is currently ignored due to a logic error. (bsc#947852)- nfsserver.service. Provide ExecReload directive. This allows "systemctl reload nfsserver" to work. PropagatesReloadTo but itself is not enough if this unit doesn't have it's own Reload handler. (bsc#97296)- sysconfig.nfs: add STATD_PORT, STATD_HOSTNAME, LOCKD_TCPPORT, LOCKD_UDPPORT - nfs-utils-env.sh: handle STATD_PORT, STATD_HOSTNAME, LOCKD_TCPPORT, LOCKD_UDPPORT Also handle NFSV4LEASETIME, which was missing. (bsc#941645)- nfs.service: improve back-compatibility with /etc/init.d/nfs + mount and unmount nfs filesystems on start/stop. + keep status as "good" when everything is running. (bnc#911986)- fix bashisms in pre/post scripts- new upstream nfs-utils-1.3.1 This brings numerous fixes, particularly to gssd and nfsdcltrack. It incorporates all the upstreamable patches we had: - Delete nfsdcltrack.sbin.patch - Delete start-statd.patch - 0001-nfs-client.target-Removed-a-ordering-cycle-with-nfs-.patch 0002-Centralize-dependencies-on-the-auth-unit.patch Patches from 1.3.2-rc, which look useful - Convert from /etc/init.d startup scripts to full systemd integration. The upstream standard names are "nfs-client" and "nfs-server" rather than "nfs" and "nfsserver", so local "nfs" "nfsserver" aliases are created and "rcXXX" links are provided for all 4./bin/sh/bin/sh/bin/sh/bin/shnfs-utils/bin/shibs-power9-20 1741854382  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]2.6.4-150600.28.9.22.6.4-150600.28.9.22.6.4-150600.28.9.21.1.0    idmapd.confnfs.confnfsmount.confnfs-clientmount.nfsmount.nfs4umount.nfsumount.nfs4nfsraheadsystem-generatorsnfs-server-generatorrpc-pipefs-generatorauth-rpcgss-module.servicefsidd.servicenfs-blkmap.servicenfs-client.targetnfs-client.target.dnfs.confnfs-idmapd.servicenfs-utils.servicenfs.servicenfsdcld.servicerpc-gssd.servicerpc-gssd.service.d10-options.confrpc-statd-notify.servicerpc-statd-notify.service.d10-options.confrpc-statd.servicerpc-statd.service.d10-options.confrpc-svcgssd.servicerpc-svcgssd.service.d10-options.confrpc_pipefs.targetvar-lib-nfs-rpc_pipefs.mount60-nfs.rules99-nfs.rulesblkmapdmountstatsnfsconfnfsdcldnfsidmapnfsiostatnfsstatrcnfsrcnfs-clientrpc.gssdrpc.idmapdrpc.statdrpc.svcgssdrpcctlrpcdebugshowmountsm-notifystart-statdsysconfig.nfsidmapd.conf.5.gznfs.5.gznfs.conf.5.gznfsmount.conf.5.gznfsrahead.5.gznfs.systemd.7.gzblkmapd.8.gzgssd.8.gzidmapd.8.gzmount.nfs.8.gzmountstats.8.gznfsconf.8.gznfsdcld.8.gznfsdclddb.8.gznfsdclnts.8.gznfsidmap.8.gznfsiostat.8.gznfsstat.8.gzrpc.gssd.8.gzrpc.idmapd.8.gzrpc.sm-notify.8.gzrpc.statd.8.gzrpc.svcgssd.8.gzrpcctl.8.gzrpcdebug.8.gzshowmount.8.gzsm-notify.8.gzstatd.8.gzsvcgssd.8.gzumount.nfs.8.gznfsrpc_pipefssmsm.bakstatev4recovery/etc//etc/sysconfig/SuSEfirewall2.d/services//sbin//usr/lib//usr/lib/systemd//usr/lib/systemd/system-generators//usr/lib/systemd/system//usr/lib/systemd/system/nfs-client.target.d//usr/lib/systemd/system/rpc-gssd.service.d//usr/lib/systemd/system/rpc-statd-notify.service.d//usr/lib/systemd/system/rpc-statd.service.d//usr/lib/systemd/system/rpc-svcgssd.service.d//usr/lib/udev/rules.d//usr/sbin//usr/share/fillup-templates//usr/share/man/man5//usr/share/man/man7//usr/share/man/man8//var/lib//var/lib/nfs/-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:37854/SUSE_SLE-15-SP6_Update/8f7a3a1ad784b3b2424d747bae492e5f-nfs-utils.SUSE_SLE-15-SP6_Updatedrpmxz5ppc64le-suse-linux   ASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=1b2f6994d94d85b58dddcc1227f9a90dc843231d, 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]=77384eb869b9f4dd1bec2a82a9d7bdc61e017215, for GNU/Linux 3.10.0, strippeddirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=dad6fe504671aeb34a653e3775e15aa5c1028758, 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]=ae2c19025d67101727d527310878e1b835f9d725, 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]=c66d3e1520e7a0c9b86a52b4491a608934d812c0, for GNU/Linux 3.10.0, strippedPython script, ASCII text executableELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=591c6ed350e8174943b9be086fa203b8578d85de, 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]=12f7f6040e1a200f871c5352a2cf90275a809402, 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]=2cbb10abb6b9de820b04f2d6ce786076dd711760, 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]=a09b329d1002b6b6e9a8d2726a0b4a5f4f252915, 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]=bd30e219cf8b86662458ae3394a823a19f4b1b2b, 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]=b40df5f3937b6048dd3c183f98e0c2f1ad167a1c, 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]=f459f93c5010c5b28039af215d81b37d70556738, 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]=bd42776caa7b47245bf1dbc760e67ac5381d3b78, 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]=3e1250557fbc6e2eacb56023266b95ec1cbb9adb, 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]=34ae1acf879d0480677a2118856063e50ccea109, 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]=ca99be4f87a8ed1b780c34204333bff100ec3f63, for GNU/Linux 3.10.0, strippedPOSIX shell script, ASCII text executabletroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)empty %*2<@NU]hlqy   R"RRRRRR'R&R!R R#R"RRRRR!R RRRRRR RRRRR RRRRRRRR RRRRR RRRRRR%RR RRRRRRRRR$R RRRR RR(R'RRRRR RRRRR&R RRRRR$RR R'RRRRRR&R R(RRRRRR$RRR&R RRRR RRR'R&R R'RRRRRR&R RJHïe2bdutf-843b643b8afd041c6ad11daa106428d2a63dd79a821c572c336b8bc93fb037ccd?P7zXZ !t/V)8]"k%u̜Y4J"j^L"T;a TlO8Sp_xD?\ /SaBajSߙ)Z/l(nNt*Jm3~kǂxwNo8K1f]T|7L5`xopٗ[uKq\Ecү54|'!0+/1\ jA巴^ݐ!Eͨz*.*8f@)tщ bB^Gk"AV?x{Y]bN gz WB4KOE|x+ZeޜU0'w(SًpxQ:@4ьBP}\ vAhzcȆ9& 09F Uh ,R 2{ /5Ys,s]q5XYEMB,,ְ *] $!a.{nyk'$|IXy pʩ+s2O3~pP|˒筐g8kEl | d#b(C1ifLYu228+cǠC9)I[ fal0У^v8uD%A=V]i:`=تO'3BX$a1O?]N$C=!Z2a4]k#<ˣCف4~ n ʙP(/:ڒjd+Kh۪2GJIA~@x9z^WAW7C|;J;As34m"wG•}RV}X|*>%^Ĥ`xSomR2f<9E`@pr}Q u~ϰԛG+M#(GL3)FMng> W7ͱF2ϳQhN>y5qYߋZiJj#5z)>y~6\B. gd8^p> +k5mA!f̒#ws7=enq}QQJ=vj-3K0_U~d 0yaOm&N7kJ;.gM{Y` o$yhˊ.;. CA#Ȉ޿(^7$rK.*/,=Iz]QU ~H}$3ͪ!dL@rnͲ^6RjNYSκkN%;!ZKm=ЕRBhEUbu>RSmO9Mzo>qq>UiS`%hpuE>wΝ\4!}hm J-)wakoirA0"ԍYbH%y׎{Ys}7噣_<^PQ:8  c{԰ , ]QHd~k$#q8{CxN#u]*<&{^͉G#Ҥ?2foV!'FܔyB@{.\#Q=^ya:"ag84~[cAVn\te"/M.C!eQuTpTa,,__t-T85Ԉ O鿟<]?mxkQfȽ&/NeSąqAw\"7wlKz8B"IƲvBr-mӉf@̷=0MD'09:hɊ] s[ dpV|O'AdSɑ}O˨^\0[=9Its8gzz#2 OlA8x6XßHʶ (̒m+\jyb L{= 1}ț;OWO4xta%x,0j8)*rP[ie&ٙ:I# f0HݠtN`gqGNg#jLOJTT)18dEy֚5&>Iuoմ rl( )J. Ԅ:LDDk>L<}& Ŗ[/'iDB+:V9ӗ5i9PֺK& 1M+J h%pu3׽ނ֘i',<[C޻~Jb?҉z4q?J4[y  t2>|"RBDr*3,5Б߶xS˔|a'Y$!l?Uť!OV]yI>Z]V&tHVn> D|ܨ9Qu5(okqk7+b>s% ڎqљ ~оrZ7/^m/#~z݁aPdD$`S"Nem]e]9.8V:R.OpHA*B-c@p|Se~G>s7b/rz0&VWpv'А:&FU'X &>qW9-6Kp<ν IY1,$#)͟ksU7K[m399{L;M<><ɜП A"x|嘤,jiTi=N0O{b,-yeОHdF{[5e<w6.yI E:z\I*1jVʣQWRJRXl6s8/Cͻqg%Ӷܺo!]ւ^!J.l9ulh!{o~>n*6b<KegD]r}g 'mԺGy˴?W4@IE h2[U׾}C:ywk3qUDɈGM~:Y( G(  'i}$8ɧmQ-wɔ$0„mQDG4CCTW-: eQYTBᮂ, ^cp-yr4z J^q-93:|d(؇8V0 Eg'pY;EE$7℄OXıʇb O@[ Xs{;J.^n0[,g.4`WIĸKYp$uhR~[6.dP:l'|(@v,uYlZ/chL/nN蜡PG-Y^_Ud*>n/YZ=4 'Oj5 |U-a 'TDuM|KAd~k!5D/@%ire/|ϴޑ9NvwZ'jL\{w&Ѓ@n,%T!?sTp?I.yb1ݓ+&xC@$tAÏ7__WIT߻($bz"Cp/m-1g hals=) 7*RP(MXL%lhԌ_.} x8X=2ꚁ LQ{+o'm ")pM8g13p%lJ<) E9--&3dž9oʴgB[ʐ#эQ~C @I VTmM.]7L9% |,#-\}S03=)BXHYi7D8lUp99=X oNYܖZjWlJ*uѰ l^|tXK$֔ JD^,}?kHQ@lpB*( $=p8 c)1Bu :$&\=%V\l2r ³&cZ""Dr6iy!-[mӣtSPo[dOJ, ?kBaU .\ȣbwmIG7Vz~˼Ic51*el$[HWT:x7O9p_*>Y3@ {؆", >Z)r \9.)tWL GQ [gv]( qKߡ'y@ܴT I`/<ݚP I̶PDCh}s+-jp=˿)L.؏ Fm{E,Hn yW@}bd2$P뒘Wͯ. j?<,i\ W^$T}qnstoN+3$ fGUݤv0CϽo9V:áK ֓l%19oW)=yFd$pʲiyFQ\׫BĠhsJ] %q`93XrLaϟ _!OE !# _n"D3J?F̩mYK01ܚYn(\W"T r "9ԖOG7|+uT)l)3dSY H.8Z0paUD8ǰ/e^d 3 ,WLJ%-\o'XZw*H=g_h@,CA 'U+X٠ U `ONP=@z [+j4z,qU {(tCOƺ`ێZO-D|vr? "$HSv[/ތ=3+-GQPZ8`DI(q#fG3{zȁ8]"KC^0,$>Zf>{cxS̈́I?|~Qa6v\G@$k&Rr'?9sPs"]=$nLڈł9!Xp(mڼQ7;ܘ^?pN@_|Kh-쐭~rhpFZu_MeZbdʅ?.gϝ ]3u3u=!:/]l* B,1ܵ ]'ӫ"CX"D+O? 4w"GmS߰>AW[L~fGŨ`IH yma?zn$ו)Ódf+Ʉkjz2j p:-ey#U"R8"Q5({:@^eKOmt?@DSw@Ugk [ ?d͈Ul/rT KMH!1&B|M #wfm+p/Vtpǹj8YJ*ઓ6+,{E릴{>!6;ސ).F4 '\`bR=kp1I?vRV酪E+R\cj6Y*y>nY*U&F !Pxbfg~J+7%D#T]=/ww\ w{~l۶QMs.^Vb*gR"bH(Y^2 hb9`\p[nQfyWÖ򔷛B`di- ˚gFp0Hue(%TxLW {Ga"sȊG5)1=`ORkG詥,_z%;`Cf@qQR枏r*Dhc}@xqЦKhc$F,O'꜏=Z3̲zz_̲m5`U2a:ؐLYIژU2= 4zG+j-i |VOB3(/ ʕjvcV6CFjRpk(Y s (w/DӿkhnA]5~4"B‡wg$fyjL5%%O^:J\]OVƙ?LæN\T#)G0B _ .Tt;u-VZ=ДKz)KwrgϬLI"n<2r=1<&.;0&YFS0n l3i ūm׵"hySAZu8L~{~݌!lSUe9H+ahn\gQ, =xAm N3S XY߷>|>"fd&no8&xǴtO˭¹ ⰻo:WauJ|Wߕ("xT"pav l?W*=Li)Ta7#'9D`rPKCpBCw-lj?WA.$K{k)r5 eT6sYy\fhaZIl/1ZSF]wޗfG ?UB ;9_cyL@gWSL\(Guc5YcA{@&dP_xY_Ӹ"mia|$bmTb53J Նmg;9K!ŵ%/ey:IcpVHAoy'`9/#k 10xds<k+9,n'Uf8"tpʻL;"Ôt1U5|+Wlt[+׻Y;2t@>!a?{U5hAs.v <ìpcjhxH9#$S{0.7t)UMjs#8>3zZ@% b? Cj+@9^k@Vl%2FJ M-^[PR"5rvz ,pVeI'QR P 뇈ly|[?U7mSHspfۡ@jcЎ?>jQD?:?[ѳkiXN3뉾 `ۍ |[/_ZmcD'yނ?o~wqD \`XJ?(ZUtw!gS8ɥ8I39N gȯKF=Aջx0mB0p|eavNA/hL!9^IT4]K67Gӯ*>yG>Wp( Xlg\KNwaЫԶ3R蠉6+x#n:.ML(F˲Sm=7ĕ®r@ws0xjO)NՙHqr b\sSl9Ps~a.DR%s/S 4 3t/,/#ճzPт3$6gyD ͨbFPN8{ڪ^̓ΆKrt FOpۖrX6 * to7'OٜI_LFi\biӳ[բ58tc)'Z='G@ F섏u@ʚeEGArJ!˚̀t%"FR>v%57@r;XDB2dKzڤW=nf7MpF%ǭh~y++Ν 3a5Wx`ݴPPuWʒYρCJ/:C"5Nj -BiK3 ;Nvxα&O?ⰵ*3#qJ>a/0EzǢU+rg Ct:\zgxVGJ*=]ctqNeԳ%X3u hax;#Z7o _@8]X/P*+xƜ`|^a3No]SfUc֧*Z4;)تh QT"?`] &IAU; We@߲]k\q|+N?(߶i@8r?'݉Fm-$PAĨ9}i:܈O"-LHw ƷJLg$'2& =VsM2VԎP4 .MsxKo:{ `< qծPl+6z2$"Nj]+^{έdKI|EVL85ӎ, A=Sb{:PĊm|ZPRA(3ҏ]c#8A? f˷l< ԡaΚXe>x_O ͐rR9d Mì.ʺ;nɸb,m[d1 y-+u3~X /ăQo %7ҰH_/eS%>]n8i7{g>K:z|xQDײrB}Dw+WP7`,HLs%s,$IhFTi `~LΖ( :yc ch~FSpCwKe4f*ȅst#vk&h}fPy'˴ -!hxi%؁FyA*"f~kPqZv^5⃭ʾ9W_ 3qɬQb;f(J@am! W;%6<>vup@`ou ew`qRȶG.!N"\m|6vȻq~mt,٬`!DwOT< LFf#Q[BR^ξSaR%3XXab#}E/s^5U|o(|.-dNR]-Xc˄?I(7,rtj}kvl+![SEH3dJzS}tT`XחňbIhgixsƜAI<:f|".>*Tp$ەc)#4FWΙXx5oRɧU,bz%{hEX=.o)!~F͸}4EP4F :F$LsF灹h d,jBgwbUsthSq%,kBo A\-3期+@CzݨԴmVD+g#eQ%F> zO4, D23v[&cKgp}QB l O.h06\ 1ށI:fːOVRdTZG?th4_j\Q1"@ 9r|TI!<^R=HUIRm٢LIL9b:6ᗽdID τŒ=Eby%52U|Jyũ|5Kғ|p/kW>=Y72P6X_X_yPV?kmT"vˬfұXS"A{ˌEjn!tZ3 h_|MGFK5:ɍ7HtKoaG43e_Mg\yFN=n7eCqH2M8ҫ Gď۔Z? + T4`ruwakj?.ϵ_S +4=I16vM搪&e- =E4Wo) C~b564 e)E ij7"婠{Rqkm5-{)#*(.j@B],)-X.P~pc Aehh0,RT?>S66>-f{ۤeɻOP]_|Zӭ-d0N$}jҿcfDx0u81:aV7wne4߂^(1\H4z@*UejsqS6t&OҏPk!&LQSӠe" Ѻ ~C;XEmpt3 LR"odaA#`nV[p8ep_yy4-+uxnY-'/Iլ}r<*Xhw&꾜yЇ<.;,x8LkdOgR"f8 *[v0hl7ZёF|weěX-&*<Gc 8HtYPRN>xnW'7kB&rxާ7emIv'3hy\Jׄ9I(8sHUf?!UAYҀ^THVDS`!iB'j :4'ܨ+>$B"5'G9M5gTܮGIf?p%Xpþmu/?(H= 6X" Sz[Q&${TK]:7et2+}Dd*#{@j.BN xfO/Ӱ@x 8t_IiZlM)B㧅oL eߎ.+rk(zdJK mL% ¤D! W -yUGV6l8*LA8F^?N2{!|NB}JA$O-/YJd܃nE s'0(-h__ƮDu7\Z'=.1 n zMJ_,ՙ4miþ\'qӷC#^?D ܒE5U)F\QW F<ޒHAPTYY#67.r|xz[cgDEb*y)D:mƉɷ-f;+ }P9ASxl]0(2̚!U22nGB02L1E o軭1l|{Y%A- O(SFS#6iA(H>T;4,&D§KdVHdE1ip bW0ⱹ #EջP^dw=><*zQY+,001M#JV^ѫ~!>t~(kՈkRRщ^̯CT/-ӟR~g?nӘLֲm3XT_ \Eja[Tޥ=}lV:OiFo C33'`^̲h~5Qm_!\@l?1uZ{_ٱBNmK?=Xa'6e#TzI5`Ӈ