nfs-client-2.1.1-150100.10.37.1<>,`dp9|,s`u}.LZy]߭--9sDLtYYʀkWĸޏmm(8EL]dL~Y1ŠW0V=gݓ)nF;rs3[OŸ!E{5 Gso}h ?q9lhRs@O~3a g))~cFO{रKgIheya PBLrYiwf|QN5xpTj=HĄf6>K|?|td  " < 1^dlLOO &O O O (OO )O*<O+O-Z-O.../.3.(3738442942:8;2=`>`?`&@`.B`6C`@F`HG`dOHaOIbOXc,Yc8Zcx[c|\cO]dO^i bk ckdl8el=fl@llBulXOvmwxOxyOy{?z||$|(|.|pCnfs-client2.1.1150100.10.37.1Support Utilities for NFSThis package contains common NFS utilities which are needed for client and kernel based server.dibs-power9-12SUSE 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 fiQ 5  H=T7/edkzgk X ]dP,   bJw+ps   GA큤A큤A큤A큤A큤A큤A큤큤AAAAAdddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddc8f962c35ec040337a3240dfa1bc2d3b2c2f314d8684f79bb780751a864628deb4cd73d6ef85f8d6e821fa3f8b8bedea80e4457b9aa1768b6ab2f5c4dfe6ce8e42a1f0621b28a5bbe5b6ac587dc974f173d62e8b5f1c6921089ec64db4e7844c16926e89ab7e0892638034875616f21ae69822d58f9b8b690112b096f93ec3f065db2d9fc611d377e8e3e7eaef8006524d4df55a9a1f882f22899bb91ffc1f8f8ff24883425334f6d180ede53f1d78740e16398286a79bfee91fcb55daf437a414161e04b435aa3be7b1308e3229a24f22797eb5ad9ca35f3116d69aaf24543f58ab771956b1773064556d4457b59eef324ab7b613de88195d418a616033d2192df4ccd2ecd2dea227425c4a5a471155498a1753cd0f24543a87a5f30034e82b7366170d3c746c7579dab1c6cabe78825ec017831200a619ffa913de624dd2b772fb2c60b15cc958be12528851acfc69314dbe3246dc4044f2d874ab502ac3d344865bf16d30152c12395bfe6e521349e735c6b3a921ae50cbaf311b50866193e824438fda96602f643db60c549f2df47dd116a2531a4a051b72e4aa63b674c00e3045253bbab2403ad93e10de9104cfe98c2db9a3df5ec110721827bc9e85c76bf30463d32b6af6083652afadccf526c65efe9f118095f1d523a3421dbf16037c229aa3095b6ede467eba908e1d2f840180eae7f610d48cca317015405837f8dd23c5eb8729e976aa6cb8245898400d645a9ec1c25eaa63eba23d6f890f5af7b275f06b11d50d9a3fb0aeb43dcfcc2ae4c1f980b92a632a7073ca3c6afe7f6d7885f167a7b2c0a37591107e61490eff5e211749171c6fa57c4c8657891c33ae54e600732505c0762cf445ad80692e5e404069a6b556edc9cfdba78e4da0a0e206eaa6b9230c17186f3ae3b1025c29b180fc872a8564588bf21f6b9bff89743429afbdb1c96ab8cc97634096911cffb511738d14b3d4529707a9c647df715b06978272e0a2187472040fd74399d17364a173666d7f86c3a768f3187d61b8b9b22219d21584dcfffa25e9081f189dae1354d7dc97e9d398f167def931dea4add891c84c479fee97f57fa4ac1cf89be5682f10d5c857a7da06c17c088dcd15dae3a30e26f3ac526c7470695fdd52cfd89111fc73c97a23d8ed35f89c5caf2b9b8f21e5c50b51070ad496fa870e3624093eba7029550ac4319d11f9865fec88b30d2b4b4f30bf52d6f11aebe71d77be4440805ff2b03d28eb19ed55a11edee3641b0b970f75e16949b90a70c084d9818b302792031b1515b075468e8413a59ea058337c097648d2dd936d154a57e1dd17d80728b1d2aa8f5872f87540cb12b00f8de8de756055777ccb5b83d0689edaa6903fc6d5ca0ff9d71596c35011f969b286758bfa7b1676c5c30878a96d17ae2aa4ddc770c707bc717db5b540397ed3c8a68623dc0e069d5eb8324afe2142c742b0d2ef0fcf334bcfdc8ab5caa396b69c49756c2012c16fe8c1efd6ca15956004094cf2947201f17391a2fe712f9930e92f708be1dc99b5c5989e5a0053b510793bcf39752068fefcba0d445cdad0d14870d38bc0cb50cf4b848164e4657bbf4a134e65a69458d072d1aabab93a1d6b259b9a3cc62661853ca1edf7cad569b09e84218f52bf4aa253b98fe5cc6e0a836832b78637849e3e11d423cafcc25eec1d7c86da4e542882114f21cbb62152375272d5429664f6a88d9a787ebdadc901fcbe52b2c2e05bd45482c35af643df7dca5da7af8c5e64536351211bf52cc119f2a2a24f7c1def707456cb6c89bc26ccbd02b901b148a987f30c56b8369dbd63357a6a634cf8e53589e3351f7eafbb4d943888dfac9161c0f566dff149722b6a5483dbbb88d1532c088e02c6c3add2131035fae29a46f1f0a9cd6136bba6364f8d1ace0ec39bfdda9da77f29726b5713f6478b3c38c0544b684983b763c915b7afddc6f37499c335f58a8b457ffff5f0298c75bcf410f5738222ff47d3f4a1a74e1ed5b08adba49d75c674af66dd7aa17a423764156f0127917dc81247135a63eb7a12b401118417483a243409ff09859dd2fa386b75904ab8c5ab9495e0dba74794330886dd61fc30f63a700d181051d2df8e2542bf54c99c270c950a48f26f3c0420af7f0957b8ff40c54d492725ecc7902a4058f11acf73f240b0d21d467643538e5e2826661b8f08dbb3de21a425c69c2b2b1f929ad5e2f6f231a417ccf6e3ba7b47e68a5c7a4ac865a53f775181778e81cf379acfe2066cc0ace95740925f0b41486e828596c7be1cbb8008b3222a3a5ec4690003d30c25604fe2d6bcf6519a42d62dbca142bb2cc88241431c97167d641d7dce36502b3a9d6d37bae44f4343bb76ff541689491d0bbcba3e4da6494c7bdf599086465d2ee2e901d678767385ceafc918c529b2d91266e1575e0bace15cc617a7d98e3e7fc23e94dff6acabc764a8aa5e06a8965762b7cc95d65ab44827afca52e0fda099f7cc7aaacbf225e05b7916f702ff20e83269c23b781d788emount.nfsmount.nfsmount.nfsserviceservicegssd.8.gzidmapd.8.gzsm-notify.8.gzstatd.8.gzsvcgssd.8.gz@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootstatdstatdrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootnogroupnogrouprootrootnfs-utils-2.1.1-150100.10.37.1.src.rpmconfig(nfs-client)nfs-clientnfs-client(ppc-64)@ !@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/bash/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)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-2.1.so.6()(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)libnfsidmap.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libtirpc.so.3()(64bit)libtirpc.so.3(TIRPC_0.3.0)(64bit)libtirpc.so.3(TIRPC_PRIVATE)(64bit)libwrap.so.0()(64bit)netcfgpermissionsrpcbindrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)shadow2.1.1-150100.10.37.13.0.4-14.6.0-14.0-15.2-14.14.1 /usr/bin/chkstat -n --warn --system -e /sbin/mount.nfs 1>&2d@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@nfbrown@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- 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-12 1687944149  "#$&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRS2.1.1-150100.10.37.12.1.1-150100.10.37.12.1.1-150100.10.37.11.1.0    idmapd.confmodprobe.d50-nfs.confnfs.confnfsmount.confnfs-clientmount.nfsmount.nfs4osd_loginumount.nfsumount.nfs4system-generatorsnfs-server-generatorauth-rpcgss-module.servicenfs-blkmap.servicenfs-client.targetnfs-client.target.dnfs.confnfs-idmapd.servicenfs-utils.servicenfs.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.confvar-lib-nfs-rpc_pipefs.mountblkmapdmountstatsnfsidmapnfsiostatnfsstatrcnfsrcnfs-clientrpc.gssdrpc.idmapdrpc.statdrpc.svcgssdrpcdebugshowmountsm-notifystart-statdsysconfig.nfsnfs.5.gznfs.conf.5.gznfsmount.conf.5.gznfs.systemd.7.gzblkmapd.8.gzgssd.8.gzidmapd.8.gzmount.nfs.8.gzmountstats.8.gznfsidmap.8.gznfsiostat.8.gznfsstat.8.gzrpc.gssd.8.gzrpc.idmapd.8.gzrpc.sm-notify.8.gzrpc.statd.8.gzrpc.svcgssd.8.gzrpcdebug.8.gzshowmount.8.gzsm-notify.8.gzstatd.8.gzsvcgssd.8.gzumount.nfs.8.gznfsrpc_pipefssmsm.bakstatev4recovery/etc//etc/modprobe.d//etc/sysconfig/SuSEfirewall2.d/services//sbin//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/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:29378/SUSE_SLE-15-SP1_Update/c328ed700ceda938b7090467fe15745a-nfs-utils.SUSE_SLE-15-SP1_Updatedrpmxz5ppc64le-suse-linux  ASCII textdirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=a3a158e002ccff08634546d46b8bc41688f800fc, for GNU/Linux 3.10.0, strippedBourne-Again shell 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]=8355697c7e849f1df328726d966d69b5dd3cf822, 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]=eac9380f9fccecbcbb79b7e9ecafa2f16d47e944, 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]=fbb6dc512d448805d855c9a01370c079e337f426, 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]=34ab4507a10fcb18ff7858bc5d9297d472affcff, 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]=69b8df09f9a3e95c6ded71fa9054141aa192471a, 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]=c5f962a3259e5ab3fe62fad6d4d601c1c68ca13d, 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]=b0c4ade849d4628638e75e011374132f1dbb7a0c, 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]=592e900d72a58c01e899f5246acb263854c354da, 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]=20cf9feefba426d7e289d3332f7f3cfc86b970e5, 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]=b25ac0c5c9f27e2e982ae14ee46541520de0c253, 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]=edf9805391b8e587ead839d8e387d107ffef322b, 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 $(-46:> RRR#R"RRRRRRRRRRRRRRRRRRRRR!R$R#RRRRRRR"R RRRRRRR#R%R"RR$RRRRR"RRRR#RR"RRR#R"RRwlx2FφvRutf-88b3b732c806b020096fac023a4bf3853f7bce10ebe3a93660ef89840bc9a12dd?P7zXZ !t/ϐ]"k%joU̜Y4J"[}{H@Dh[  rBƫiwCT2\)Sur4KrA4c6,_rθE[َ'`ϝ22u!Diu/A~i "#{'¡9mH6(=^/THIk3]D99ڧbp">Zx.6;'s4(Νoe=9ǔM>$:ኆjQ k5ɯ>7-J-j K2DŽ%t e3E!,\.mT.kß=G v}fBGϜ"Yc>MrNAro-DnYho$>XlRJL|[!?JDM4$R>7emMn82e0PJh:RI0,GR1<,ӃKIStOfLj22\Mm|z/T+Ia1WdQ4MO.s_sQ_ kۼ5T\nX`F-[\?%$ \TM35׸ WĦK2|4bTqQZ8pP0'rfԇѽb p{z/fTG|&0@L&l#?BxG,iKݮO;7CGǵ\ <%,2_2z_^V;Yq9C)Lzxcg7"{\/ |m\2 "-7q-d,:ɬhG ,VY} ]`D]©4hgZhAxиGq`y}*j8. ad_ ]~Hɴyn/N~ z(gϔWH΅u}Is3K@\r<.3Sl,gjfP.xQkAi~,s`Fz\1p">r;|7'(-= 8]Arbp/4ɥenMzqBe-Z^wCլF# 4,=t5 ǿ%"rH&mU|C5^Gy۽DɀVSx %눿{g!*k|-q-@? |s79{T=_n G ^C$E΢s)S̙-0I o(n!dvP_ԼދuRYpdOZ\1 _uUߣt?G'|3 u 'hr$zOB:>VtEE);Ɵ߂#:c26m,NS-( iUĹNmJ1p|vq;Ɛ׳Z씮ڲ+` F,P򠘡2Quf [\{pm4g+&7RGd\CT!#.[w,Ă't.، yw| *a}7 LKܟaD:=tRfm[2ۣhO'7(9cDq}In g+kspZo Ռ7!թ w8_~֬~ Aw~%xj5 @.uF67K(49MsY|[ [*:"/z̍KAU6ߤ5PlP.-On<~Xurr;DS ̊Se[\bsHsb'a U0+b(eo$ 2$\" bEĕIKL7/3D/Z5_[Y.wv m:tK.vb7d?b.Ij(3F3:)#\xVPFvy_Ex/=N; Bh^ȿ43VQNs|6 [+4 ބNڔq/m7"[ƛKO yYAxroz>X8و'(eZt,ׄzCbw jZ $I$S\xYb 4o3ȍ1'L"H g o- p/[ s.#@wљ>S/׸iԀn9RM_"h)_P4qɏ^[+Bɑ#mv߾z5dzb%6.o@Yu))1͂3^MdV2뎒_{յs"YHTZJ ڨOH \ Od{yV_^ K:Kuew[QhIsf·Gu-~s6U 61&-- A(L[M`|U1jXDQovӻH|FlDG9L?p>a 5T=sfLd``À@+ia}+X L PTQwD|M{xn:+:n !檢UW< !$x( u]qli Ж1ZmWɒ݆7e4R/ǥhpfN9JÉ5裡`JVͼQ|B\u.[v,r(COț][_ۋe}\+c3*xܣE3OdNIogU^35t}w92;M }*K+]%:)s8_L38'R>qbLzhf~ɷͻmȏx;;5KGvTw˓,NSu "! 5#䌤hl``Yüa"j E}e 2 48րs }α = kC>ƄY,[(*O5*=6i`u]rSo=`|WyUf¡]mD>Z&7JK'S)O'!g H,\AH%̈́ѵ}M-8mdnaW_-RZ0cR6d+^WJVɎ9^s *9>K[w{QVZ&!Wy3 16IQ-n;U[rH:J$L.Æ.QҾ%DVvܶ@~;ÊYKFh̃eyL?LHnT ~1;CkD|}_,@fĽJ~T*`ý4V*n1p\0TUT]2M9ّ)O]F-6 S@ T.R_P .'K['QPzxl".( 1pUQ'QvXm6?$uVYj8,(7ukA9w8u!Dɏ1[ml]\Zӓ#Sݜٷ$Lĩu"JR-t < &#^T+`:7;L; `c_#QrHqhE Cm 3!sԇ38{ ZSTc,#J 6n?&k1,|qD­wI 8$Cں_GE{2& /Y Gy5(!q;.‹>5`aoheWNǥcjl1J VDdf< L"2v( 3NJ7M ͫzm~CVC ȯsj_ F{W9b,DKI"pt<9O]n{ d{5Sџ cx-̫Mt{Ծw95BIER+ %TE=yNkNp=K4k?9o==Py# JhG wj{a L@h%n_uQB#)DKW?BG'v4O:m{6{eZ%W ex]Q[^j&*'fRu: ̇[^^Xx8Zns*%M=,UFj3< %ʁG'IIX42fBϙ+D0 zyItG $ K}׹S댃(mȿZ)Dz`dn(9pdzwxB. 8ʌZ"u99Chc_+(LXxz.Ɵ W_-3uA VӛR `pZ,+2Wo+T02* TU!c tgI4KÛp~v Zh %K2  0)8Nr ,Z H3ӱ6b}~- =!ҝ MsxRgefkD \^o̳;,0O"iH Uim!L*ȁU|6ͪOz웩;QLKB⨘~(Rt_!tlZXR@T]XVbPR8qC0,z] Xg]N3ou%Qt/O\V"J\Y18d55D|R62Ŗٔ68F378Z O/Ļ:OFXR"-kART }| {6Dh51yލ綼kGq ʋuKnӞiѨH}FȗK|!sYT%G!c/;c|[6=^LMi_gJ# '*p_g҈X_33~̌bR2Z9 wm ew:ٙX]$ؾp@̏h]fr4WԺc8wQf`@2 uTbլʚ B(C =o'lQlq\7ZaRΉ=q{]Wn'9񴂡~nT*~mU^kCL8!_!>@Nwdn֣'"2@{&2q:]Wx1Jɇ CYƍ"t Y RQw] dw-ML47TWۡPO"GGD'%BS- #-Q"0߆m˞vrK'c }&oI lqѝ}Lc-6;ER'(U,mF%_Pg vPUØf4CK Ec=<?$u!ZwցN~J˼Z}?4)HaNtpۧllMqGuH[N3ScɑEOԏ5lBpùtbo"H{N|暞LLc\w"IIqm}V~C*RSf>JiiV#Cqgsʦvf'bp69I9BЩLrGd~w^jrYv.xôsQ405[2O{?^p 8?< 9SiSKw|1Nϒd|gH,1G\bڡ:?(fKkv:}Y1Է\ 9 αP{StxL4y%@/&F2nIi- 8@:.ݨHV/aڣ7+EC3zMF̼/V ӫEI.ɗȢ'-]p_0>u]IN4S^Hǖ֒ž9֗uV̔܂bP#6G[N;E=+|k.ntF('X*7)”8>NZ(Y)9Ez[/a!O1c&k1-B-%(op4u`<4-#@xvlD ĵb(fq[XǵokcHsi=3 9`4/P\W^/-`]0tVБ}ͦڎ_v ,.rԺ4k3J2/Kz LGyZ+~IXkn6*.^Ģ>ʶ mwLIFO~ap% sF5" YV@âI8Z.p5$@kgST_2VrB =3GyTՉ6Y$t \slз/ /[l{FOTqj)(h;hSm!ba1hKxa^qfR<ũd$ 8oTbmM[> }A-QqSN?=zѝװ~cq#=_u$/ uv"KRF7 =hUszmB<1 hyfgRe{@[_Br-!hKXyNN*y[15E)=Z$$]5+! )\u xנS@YA&F B^K;)>.GP3z_R%"N{QO^ό4|w]SB1`!'n kL;=DOVFJj}IS50 lDNG¥MA8A}Sz;~$/ 0i}A1]8w,v eD3w$@P×T/їa Q)U9{#!q?oc]S ФSZXL)Ox}̼ĸ;k-9Mj3&1kTd{elЈ<'xBˠ(f9T^7MZ[=D5I# OvufB/UIG2{h)E)LJ3q([E(5EFOyG +8h?K;.\a|`4L0 y1: ;{^ N sky`I9=Q~D@kj}8@tָnU4d.SUTyC `i',l.ZwhϢڗ8+JlYni( 4'~@&\ 吓9T">M[ԖN%cꨤ)n^d]$Qi*lc KY/i>WFq QZT-\[?,+=ogs2ÆHMl8&RVJ:9ݿ| :K#EcVf~j<~JlwGfɧ^&z/ml]7Z[f y]^۲UO|kD36&%lU<&(-B$vǥE%=2W.S`mpQOCM ШI:_j-BJ<نKO]"^ >A@!;teUA6'y;nmQ[f:%4'k$yN|QΡ"QH,'#F4P)2;/ɬA < {讉d Ri[}Cd@wDrEG|s=%ܛ3xbmQ?ir~'Zؑ&+T*,dXɲ0Rp,* fkD)Z/jϗGabJL,ޔR>Oymw[X'Lȳ<5P'ch9ٲDGu՚*~h23DWQbY,J@[̂? Taն;.T%9y^"BRJ$SB7v$ez miO͡"["_?y7(C!ClR0%2k):9%̤M@h!_j:^llMw+ ?;Ow6I^Tny5QAsֲpI ɒ*\%}y%P#"o {{M%'-=񓵲&Zw݂3CE߻g&#HYFq`g>4"+ґ~@;Fl#cѯuTHkXQΨEt7fCjuys}0f]`O i*A:G$:g;y½TaMI08'5xgpIgvN3#4 xzU6xE'}~r?j2`1}j.p ȼcpRߐS;?2W BbI-%"C|Q7P#SoALkk^oI߹;6ᨂ|ύfxՋHf9O;i[ $"'0h:[8U+PF3wٿ&!$Vo"@{e&^'QG*HU‹}uW'eۙ1qUKr! ^ u>hLڈ#QhEh;Q"=NQ٧~lKK.~]$,A>P=֞jqcIE "K9;9^8UY &\=B#] ;I-U;Nx/+MWdE2YH`o2u1DlT.v꒟+p5si)jZC3= \BQȏ؇Ýʭ2N jo|5vq- _"*}_͉V?*iqLDc|., %zTlOX}jr㩽%3r>Vg~/| D`r6.lɯdo"~:u^`evSf&tkXs҅ts"Ndrv߂Jh$ګE7)tAa4m,o=D00]c$MM{ ;ͼ~A {L HN.Ĉj I Ү"j:Xo. |JJ%>%0<TuD*MjC]xV- o'kt(xw2ɤGÖ5K7k()XҨ;~[ O/z`ٗ!nRĖԐ~jX?E ]EO+cRmrZc`q0ëРcTK`r(wXިyLaaA^$8^ #Kj-9叇QzGpS)?91+?괫XgPOlBz F_gJ6&jT"?ϼvºVuo(\XˮXIO(3Nu;HSZ\o{6BZtֹ/._ɽk E1Fh7hDW.\mAhqzLOu~VxoRaEX ,d"7);T~~}V2b;'"OP`tVZ8u뼯54]@yA?GXr2.TCrUiVtztq[j5G~ER&܏Oh_ͬL'6µY}7{ G Q1IG.j{x‰2^/D-,'ȗQ^~T٭/l'}$ArZ x4UQVӼK I:̔5ޯ~-%&C;̄V>~Y^r*s g he.hx2Rq6g'\S~̒nW?U : \njTwes>G|=} ώ' *w2պ X;7J5}j3k=m|EԀS8/`^+gɌa~^? 3ۮyĨW]+ A3,ԧ2onEgr+ƹ:3潚eC9|QqnxE lxX4`2Nc/fexh~QGlCY4r},5BK#-Sa:Ƣ3_c&,0h;B<͙v>HD&G-ɻ)~لQQ\`I^oQo }eq{BLI s-d*!43Pl.cWzje%a@><؇?Zof,K_<-+)`ؕ*];w% uI7D^HZrGPs 7N!*-PZ*G+ذ2cO)d!Ä}JgDjkZ) +5r@ؠlie ezIv=?!ԙ]iuHK l8([NO:쇅 ~vA 7t8/'P ,ChqvU}5&u XEB\k՞xHPmEFu اD&-b&ۨ1›RsFL$/V_?.KCh yƥE."m[h-sYr#ضO0VP|Z2tEQ~ vVs/B%uȝX~p,Dk1h(j c] 7~&4ؒЏ~YғRy]{7Gq,νn2_s s9# @OT%1fLCc ]iLM3Q(M/5$s~`vӽZmb-(~UL6̖qH,N|[QR}Kfw s=" %#=[%F-&R-{%8.dolYƦۥNXK'@ww/O/!˛j๘/)V;*/6^} WRн!x3 g;,%oH[WP Z<%L2 J 7W5YtMkwMQD~=Z gf7Z&:W[N,Ӹ߲3(Sl!ձ` szkCak6N3|7`b^n|":gc6 #ZzHS1l*穨X+^}K6]iD̙q=σ"Pݞ}M+90Hp钹UU'X/3HG?459ڢv?e1:\P5]KOm!t{ޓ+ @Ӣ>@ϭ݈ @RG|\mvL \ᘢm.qNp *U5kY,vxĈ3+;L5z4J0GW[SC5_X .z}Z++Υ#ߪZNU¤iAD~f_ $!/G/`k&X V)u0btX7L ٰWOhC-G: A%:Cv1x @/-<};Ԉ2Iޥ0*zd3rkchIXu$cRسٹ549ڵc4 P:C\0eCR#j"M`62Sr X7L]9FS0ԛ)^{CWgb9B^Pkn'CB8z=}w|MݽXVhwyYuBH,a1I-@/=33[&eQ2(x%}F-[%{!rK̜' GG^NAloYmf߀wK 4?; _#0gk$zwH D~&X.ԗSQi9n(s ޠQNr:m5Wh,Haq̲"I g+8HT{,OWiXۮ^2Ll7 "9=djN;ÉJi84=vg859D~Y59XU.q`_˰"=0QoǠAw{,i6UuwTqП-GSwڙ)59ң;7l|ū鋃٭aHeÜW} 'i1+bIey\4\ڀ/>n7x3FZAe峟@U-dd}$8ڝI ڎ]!ToT^Z铍[_hmε֊ouVqh Mq}&1KU==pIϔ6lyTB^,̼?H> ᰬ}f)p{JH2w16H]Yw;Lk7F?tRL\ڋ>W=Aj`UĪX{VMR,sEokі˔t&Ӻ')Ѣ+& #솪n.HD_0\#63@U3m w"4q Յ.1Nbj0DBFƴ̮X W~$fL(.JkǺd&>Wct$cPaWwZ,^sj 5p'ScnU^ۚ $!̥%%!cW*Hר7r5 D0 *n_Zey6IC£ß3vvp\R'".2jPso)u6G*Pf#ci0'4I/,[O׳+"͈N "AM$z="-1tWӬlpÛsfQNtp-O HpƯhɇ2H;ܐq-Y!?sVjLT=Z*Jˋ{ ?SLbjuIlFaF&Éxc"VWWsrç>ۜ6j괌$j] }N뼁,u eYD䴳:畫y!=!~u{PEj&={ \x±(@+heg;Z <1|[ ޲we`4ɵb pV&hD\a%]qM)?y\*B?p#Pv4=C*7NFLO5} ƽ)b,m'o%: ;xhteKAĠ% pO#?P I6Q7^#Pd=g7r"2BpÅa\O_$]UWe'%V&:Qk8x0){"3[kkYc}|y<"@6̪}t\8;%&<ϰ!aʱ5r/+ 艚Fz-zO<],^⧪!dpO\y;=Df:vg?gr,n:Uߚ$Xfx hZ.ǼzQ͋7#EZ68I6߽ 1 A'߸撜^Xh9ڑ T+2v/3:̽%]Y{>4Y ia]BF 0(@> %>-̔Ϻ7f]?@uTzrЕ8r2#j!QrH'74jt[@%0 gn--ZqB5ι,=5=0Dz"A@ĥ~P%|SsOβS uy68}P}2R-Zq!@#t570kb+ ތ*Mڍ |r֡—ja)kJ1s4 #9q+]b-Ec y a˫љ. z..?H^fT{Dy6N)Jr3Ϲ4t(`9J㑱 a*E4IS˟]U3rʽQaT'ۧa5(Y0{vހrBS^ꭖԣCϫb@Du* i*9s ػf w#ej84dJ(AyǬ@Vܗ  >1í$9el?6@*1MsƟ7 Ue8=hPYL?𞩻˲erօpVlmb4eNxA`MGmX7 T^\Z-t"VOE>gʴKU(|Ā}&,5 (%ȒS*)ar+SVNEK& "ɞc_76*vL u<`?%M䮡?Aw!0֠b }8|ŽkW$Vӕf7.apdƚط%{uTjri,E{@*er'}sө􀽦!ƒ)_uWޠ"d22^a7y3bo +"2 j;jFs ~\EFȕf 8(kߦT0i>eH˕HxN׼F-Θ2E tQ|l9\x.VV;IH3ͤ5}C8ɒb'd rf<}\j 2=OLfro5x5k A&j@^r^YAjzR\m- VlՄ IgP{k ϴ /pwڧsZkuꮰ"5Ov\<3[^I13@H{K/O?`Ek"l_!WiS-qP uƄ;"1A(Ѐ b8ܰ1gvycnL\38z*D0n#z\-Ŗ0pLNP,x2:LUGԳ<YRUP1(߽m~bF˽6{RNJ(sߝFN Jb8!>=J~ʵ??cD&oh#c0:AMTRz*8`u!_(Y(I^~Џpd˛xr6g̒S3KĪz.a?)3|#ghx^cJ".{Rk s0g:bOX9" P4?5չUx$N6'JmOd&mXBMؼ$P﬷]s1UeVuߤNU]Gxe~Yvi C@V&v~k֤Qg=Q{A;ZX-n' G'd1GH)dΝ1wH)0ʩJkF0ὗz|9tA/҈ɷ'[i8f=kkq6X!u|@b[sO4GL:{ꍽyLEo3Y\w4{\Fj~ ]oV؟Ϧ GB '1R b(" ;ܰX:nFk4t0۩ 9&56! n"MFb"Ol'# rWAvQѸêx\Z&ef9B`v^ 8` d7B'*hp霗䇚BVM2\{ ¨jE@كE$V[o=E0:-5&֥Ru‘Dɾ˝j=`{BvtAUZD%MRKz?2тpM).Q {8r,t[_^?$8Phw-  QsY!0^C͵BP=8&09|V r3ż#urKQ*54}n>]+Z.dJ*OJCAbCˢG dy]8FNL#Op<K'!πK F)ܢ]JWsc.~,djWWQ [@K~ު&DN V1:'8p_A;p֊D֡ -Z,MlGqv"{gUK_%OG/I;%܃٣;F DU E b*g;WG[^ rTͬPjeQSX8J}C c^O/ҬD/<@E92*iVx+ԗwvD 6*nhԊGMȼ:m@uY׋=85 $nH$~ 8+ pRvߣZ,OGI}]cxII}y;9 *a{% 's>fW"u)rϧwWD0 I7}w\QA\Rm!>w_!~y:WʿQV9O1fkq~C (E8_@~b"mνaT5hHC]SЧʼn5mp\N0mRkT/!T:|#5,EJo&6H$0xG]_N'XbCylv:L zT"<- =|ҩ瘰f~^S])ZgsAܜwA}?+r7:,BqtF:lKq_EjLDReM4x0̣)q>Qlafw Dqf[)XM1;oWR)M\^|NSb8֮﵊Y&ewb Vݵ#KmAq[ͤw~%]HЕg/׹ܐT,On g=:wP5MW==wU#y.US{-^UJZO bS׷bz5z;y2<|(ݴc\\Vy$_⠫ ,&t%x]W>/x%g'"D% R1iT TEL2#<gƞi^ \h'$8s [K׀6e5?AN)8m%"y!;dh6^-X-ڈ(edgHV3|1*+MT䷀Bc 4? R D W 0 "=tle&k 1mcS(kf!8W%`fDMs?!23uA"^4E}Z{ 6HVnJĨkEXnNghݢ$lD'[ʋ's.UͯT/rj, qsx{ #-d+xQ)ɲNFLv.Ņ-dCq}€TWc+1 vQl56jK:vp:e4P6{ ʷ+ٺd{5[$kGgeh;\^dۿ#jRBcd.t>65{A=[[*&49JnƞTzNj&Oz9旌ʗ^LsO&ץrx#>4CUE16صWj5WVĬ'fѵHΉm`]r\ȥ݄795ʦ&QM[(GXŗ3~ Ȉb3.Ӳ knL$`Zt:|$[]0SZ)n)`!ȷp0B݄'3q/ +OfK߈EZ`yۙVfH94M. # 6=Av%`Wvnd~)̚pኜ h%=k(y<&xOҠ3R *#9\6ɊP55tX\Ug]tA'*A,fUG3=(MV+#ᣪDa޲Fm8 :-h6R_6@8W+ܯ2@U͟)&Wl?y+doZnMvg2P]߈V֭ ׵w(K%657^ `ٕ/:C ~LGKBz~KA Sg6Z5| :fF KwDq=bS7G@bqvJ,|e]-Ztz+oZgeB/cmyi{e}_dT wdM:W9S1T-k09^Bd;`ZH4B){vy`%;xTFMʬ5c$] 9Kvq(T!;)R2>+DxBZk/Kvsy#P"W`TC2+G\|o9f _߬"68;S5t4Zq߿(Orķ}UxLT;7aqeGH=].5 žng jlK+5cwSdwx^[ŕ{p,Ue}V @.v"ᐐt;^K]Ks=5ٿl U c":qlt|fݥeW')4PK6ݜ`Ӻ|+G 9#qV xddG}EEbq@c7Ji2;"Q`<.qD HLa<-ui9J3>&u{\5go1aסF vrA5O_/e{*$e (ٯg.hX#R c= 1, 9̭&4* &A]mRsm4UOi.걤r  VO#uRhvU`\ *8̻'Ø?KB@en-Dur: l+@ 7P2Q Kw\3T5r:Zb9COZ7=v1z܁+olcxs wk#ȱ_gtD4 xiYr`ve2;18?˺l"odj^Hn:t;8CfR6mȨxnk^37RoqwPaD/$ _{ru5N+:.(І)G $NAm[VK𱱯[.r/S01~%bY!RϿgd!#b~C<\&>ɮj~eYk>O ||~j#hh}4)-ܼ8Z"v헴&zQң(xyES"ͳ)u'n f*Fq☇7U$ڮ[yԾ%>iI]Pg\9vٙϡnI9-MVe6ඈܱmI cߏhyk>A$1J$_;2483ѨTB~ 6݁\ #66@sIp/0wk#LG'1@E i`bK h%) L?QvjYS]XҺǕ\Ϋ#Z5+)%_I[ ;mXeFcQZMh_BЭF/ȴn7{S7TQ(nbӻhw">^b;]HaD&Zy L^{J~u3ƃ^+ݰ`֋za<%h=kQP6M'`천uHfXTI)|hBA' EL&N(V$V8zG1? (,ݐg[h:(Ө/~)g] qI>DՀxI)PFU'cebAf#~b>qR w,b@G#iWd0x?\,(4WЄTBƭߤK=X=$.СK_Y_D

 WPp$hZ&?TBN n"r(2wCW6T8KF^OG-ЗwV6HPx4܉r :k}E<x4â{`] wG)W%C Xs:#bta=Z]uzT]y% 3$p>a@GU!4}UzKqE'VpYFA>![Nd&H\^)OUhN#92g.$Iϑfzƫ0I85[}[wD,.ZDB+!\%e{Z=ii  )9B~fsM$֋O!Û s@ 8gڧGH2-[t~֊qQ ?uԩYeRwVvuZ{n3;܀N!x OhoQQ0R ;O wKYf'?ZYE\&epR7Xoc\n{ /9T]G*_a)rẽ*n`Tǰ7wAr36խ06 ZJpo $97c{.lj:kJR {dVq\VcEZ쨙{ìfWpbJ.J-Y"hHP Y4y2s?qF{.bnPX'EM<; "Ƨ=_|aA2fK7Ͷ$0;;bXA/] P$2?)B1vmp ,,k`!OuPy3m9}.:U=utڎN~[~йֿ)Z1-2O~yE!٩{@ڝ*dw|Рߠ~H[@*-Ÿ5a,ˡ7Ͳ{z":0maP)QsSS#5A*{lN2W: 3;l:#`2ck1K>([ Q -kT-x *aqB۞ 90B[dZ׹ QZHhCs?aG @Vȃz5ea^,OᩧOjQ'J36_fh)71FMvr9y%`2C CTs /rwg5?;[/:gVL\䨥㥮҉M{#yZA4&M2 IL$Ciw-(.?~Pamu\E}5f|f ޹Xȃu|oߝM[ĒbY8ob hasU&1ht+WAJnR^e=1O ܖ*$[OV\'F|4?SGd6 UV % C/}F,SҌQ[3DRO]H\_)8,4q؎#௟ ˁ@>D_}'cXj=e[NI,!&_F+mzťӧC|X1~>j ٮ k<} ?_&<!ogPuT7!A9 _O H:QÞZ] %Fdt[d0& -4y'Xjz#3+lp] mͫ:7(?2#$ /։L&Pcn,&]t'`mx}@ ?yۨ< gCG.e޺}X}$:W` +滲FH{Ѕ`JLD)6ޒcdgMS9+ď\p1{92dT[vR; A`Tq`ΊJ91PPF."ovqzΈ1#jX:hӆNz[iL7rS4% eٴ`,CA$do|9D%t)qcLCSjPɍ+Z4pT' 7r``o%.hxMŠzO n?M8 56}@ Ghճ6`!WA~zMf]H/ ,ub{֨\\{ @_1!M: 5kA@+,۔䮭1`]sԅ8Y" *w)y2[{b< IH~fR9bө9B9+ o s۱}[ Г2zmՂ*$ CMPF߰< :}痧z(eKz{e)̥)3ZhQb gډ0Mi7nR[Xlpƚ 'Q$FWٓ}Si$<>nv:^ue6-481;I$^W&5H },=eaDq" Z2Ojc .Z]XV5]2 ]rvLV"p\0u(dAO3 =q H =fow@+&b-w_u6.Swa5^qV"ibKYp]U3~*kƣC-KYqeܨ[$uza&3^>\r~?L `0CYAjh 7'z=>ܫ0Gŷ@6DG9|r kD$TgJ'N\Fq)eqѓp+EAw 9*|?a&gzJLQ8W.ػm})TzЌ(}u-e+~jaP7+DX|pw3Qdb]U:]'N`}j>x{2E8*o.cͅ&BE{$nŐ }5&hT  ArI]1:ˆͭR`鮆YóC&=K׉jn f:N_ +fDԊރ/$N`G]E6ـ5d&BKөn|(m=xKWd&6_94!ЏpoQ523 "Ѥ0@y !YV!c ʗ$nJI{-db Uo];h9>uEq;.%(JLĚ c2y@/5U@}.IZB!0KF ~@U%r^C>|3og=]AG\U`||.NT`2wĦ+vzd *Y.%=ӱ;ʚƮ1Ma..''x]A16ℍ J2\\9z֝ 8KlКwJd-{)Ϩ( /{ٛ:y, Hmz7m|5# 9FcIL$g_;_B] /rap;o ʐEuj։-bp6mx95'O&ES@`t#Z/#GD&S)P҇NV(HY"v1Kv ؼmgCԣwz 4ݙdОCoN7 FCF =Ŗ5DžBUm?lY&=^jZdJP0a[0YwܷcM*Mѩ BF4]C1'cWxjX2p0#穕 $lH0' )jDUD*NA-Dַ͗HG7x>p OAQ̷Ow Un~7(tuIUd3"xHa2iQ\r3W39)q"X'P]0]}9 [-P YZ