nfs-client-2.1.1-150500.22.3.1<>, e p9|: u51EϜ ,PǼ1?_WeV/PfVh>~[jz\ !#:X;:r%IOtk\GG'g6׃9'_FHg*u o4mvy$ 㻛%CҬL9%`ܯ]hvHTv.4 +wQ'p$S;G~rWgtOZ0V,s)+kl3M[ ʚU8|>K|x?|hd  ! ; 1^dlLOO &O O O (OO )O*<O+O-Z-O.../.3.(37384,2942:832=`>`?`@`&B`.C`8F`@G`\OHaOIbOXc$Yc0Zcl[cp\cxO]dO^ibjckdl,el1fl4ll6ulLOvmwxOxyOy{ ?z||||"|dCnfs-client2.1.1150500.22.3.1Support Utilities for NFSThis package contains common NFS utilities which are needed for client and kernel based server.e ibs-power9-13!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 fiQ X 5  0=T7/edkzgkH]dP X*H @ HbJw+ps   GA큤A큤A큤A큤A큤A큤A큤큤AAAAAe e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e c8f962c35ec040337a3240dfa1bc2d3b2c2f314d8684f79bb780751a864628deb4cd73d6ef85f8d6e821fa3f8b8bedea80e4457b9aa1768b6ab2f5c4dfe6ce8e42a1f0621b28a5bbe5b6ac587dc974f173d62e8b5f1c6921089ec64db4e7844c16926e89ab7e0892638034875616f21ae69822d58f9b8b690112b096f93ec3f065db2d9fc611d377e8e3e7eaef8006524d4df55a9a1f882f22899bb91ffc1f8f3a28145cc3a397891305a0f09dd584d2743b28ec3d4eebc6ab6855c01c0f323414161e04b435aa3be7b1308e3229a24f22797eb5ad9ca35f3116d69aaf24543f157ed4baac5597761abb4fed26482f9b80ca55a251afed784225e718cd9efbf62df4ccd2ecd2dea227425c4a5a471155498a1753cd0f24543a87a5f30034e82b7366170d3c746c7579dab1c6cabe78825ec017831200a619ffa913de624dd2b772fb2c60b15cc958be12528851acfc69314dbe3246dc4044f2d874ab502ac3d344865bf16d30152c12395bfe6e521349e735c6b3a921ae50cbaf311b50866193e824438fda96602f643db60c549f2df47dd116a2531a4a051b72e4aa63b674c00e3045253bbab2403ad93e10de9104cfe98c2db9a3df5ec110721827bc9e85c76bf30463d32b6af6083652afadccf526c65efe9f118095f1d523a3421dbf16037c229aa3095b6ede467eba908e1d2f840180eae7f610d48cca317015405837f8dd23c5eb8729e976aa6cb8245898400d645a9ec1c25eaa63eba23d6f890f5af7b275f06b11d50d9a3fb0aeb43dcfcc2ae4c1f980b92a632a7073ca3c6afe7f6d7885f167a7b2c0a37591107e61490eff5e211749171c6fa57c4c8657891c33ae54e600732505c0762cf445ad80692e5e404069a6b556edc9cfdba78e4da0a0e206eaa6b9230c17186f3ae3b1025c29b180fc872a8564588bf21f6b9bff89743429afbdb1c96ab8cc97634096911cffb511738d14b3d4529707a9c647df715b06978272e0a2187472040fd74399d17364a173666d7f86c3a768f3187d61b8b9b22219d21584dcfffa25e9081f189dae1354d7dc97e9d398f167def931dea4add8d6ac7ed961657dfea9cb52f786f29f281661fe33aeec1b3a14fb715d9b684c75a30e26f3ac526c7470695fdd52cfd89111fc73c97a23d8ed35f89c5caf2b9b8fe271fdcfe0289b1c1eabbf068b42d694ba4201e5689eb20dcec59fcd4a657c642b4b4f30bf52d6f11aebe71d77be4440805ff2b03d28eb19ed55a11edee3641b753bfce86716d230bcb0a8e651e86e465f9a5e5b763a9bbd7f074a4a951dcd3cb46507d233f495ac6be4faa9f36107ac9a55713ff674a1a8dadde1b0d45ff8717e45809d4d17f34f374c5a4d7c300d43db909c94ddc2852ca7ec89c470702567f5fdf230ecdcdfefcf60274eb361a6c278461f6821afe273035604e88a1449e16490acbe544bc420d13f58cbb7e4191afb70ef87ac80360c290e8c6e7489a22389dd477f3878b828236474923e860b5df556d601455c5ae5a237866d6d58bd3ef00cbf121fd66caf04c398f22637b730e16b58cdebc6b17b2ec9ef48e633d40cea83d03c6262d6aba56a2e5e564699bac94a9224e6ae72872e420e6739e9e6c69a3cc62661853ca1edf7cad569b09e84218f52bf4aa253b98fe5cc6e0a836832b78637849e3e11d423cafcc25eec1d7c86da4e542882114f21cbb62152375272d5429664f6a88d9a787ebdadc901fcbe52b2c2e05bd45482c35af643df7dca5da7af8c5e64536351211bf52cc119f2a2a24f7c1def707456cb6c89bc26ccbd02b901b148a987f30c56b8369dbd63357a6a634cf8e53589e3351f7eafbb4d943888dfac9161c0f566dff149722b6a5483dbbb88d1532c088e02c6c3add2131035fae29a46f1f0a9cd6136bba6364f8d1ace0ec39bfdda9da77f29726b5713f6478b3c38c0544b684983b763c915b7afddc6f37499c335f58a8b457ffff5f0298c75bcf410f5738222ff47d3f4a1a74e1ed5b08adba49d75c674af66dd7aa17a423764156f0127917dc81247135a63eb7a12b401118417483a243409ff09859dd2fa386b75904ab8c5ab9495e0dba74794330886dd61fc30f63a700d181051d2df8e2542bf54c99c270c950a48f26f3c0420af7f0957b8ff40c54d492725ecc7902a4058f11acf73f240b0d21d467643538e5e2826661b8f08dbb3de21a425c69c2b2b1f929ad5e2f6f231a417ccf6e3ba7b47e68a5c7a4ac865a53f775181778e81cf379acfe2066cc0ace95740925f0b41486e828596c7be1cbb8008b3222a3a5ec4690003d30c25604fe2d6bcf6519a42d62dbca142bb2cc88241431c97167d641d7dce36502b3a9d6d37bae44f4343bb76ff541689491d0bbcba3e4da6494c7bdf599086465d2ee2e901d678767385ceafc918c529b2d91266e1575e0bace15cc617a7d98e3e7fc23e94dff6acabc764a8aa5e06a8965762b7cc95d65ab44827afca52e0fda099f7cc7aaacbf225e05b7916f702ff20e83269c23b781d788emount.nfsmount.nfsmount.nfsserviceservicegssd.8.gzidmapd.8.gzsm-notify.8.gzstatd.8.gzsvcgssd.8.gz@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootstatdstatdrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootnogroupnogrouprootrootnfs-utils-2.1.1-150500.22.3.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-150500.22.3.13.0.4-14.6.0-14.0-15.2-14.14.3 /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-13 1695290554  "#$&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRS2.1.1-150500.22.3.12.1.1-150500.22.3.12.1.1-150500.22.3.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:30711/SUSE_SLE-15-SP5_Update/e3acf8b6c557b1f1c6737648112269ca-nfs-utils.SUSE_SLE-15-SP5_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]=e4af4517000cd586768d0e5971aaeed682c458bc, 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]=f21b3851aef6209214963b62f8d21a6ee4e957f6, 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]=4bc19747c804410e0567a99c5e3e11e82bf412d2, 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]=813bbd0f4cdcb14655b9562c76cfdef4894b1df8, 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]=862014d0650977cbd9ce3c92336d3226d3894f47, 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]=1e22dffe9da80bc0e19bb83605797d3c490d0767, 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]=572eb44fead868a8a129fd1136aa5447a4cf52c0, 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]=6fa1e973d4d2cb6a1e5265c988595a0bd17b82aa, 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]=b54404fe454d0f4c9ba9d28490d66a1115d2c311, 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]=4b22a087517d1288d8e1bcb8b6999fb37ad9373a, 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]=191197fa0c71dfdc0ff8ea0ecd5442010270dbcd, 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]=3c84eb0e9166d4ab792e2f5cc373402428c2411e, 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 RRRRRR#RR%R"RR$RRRRR"RRRRR#R"RR#RR"RRm΄WiTutf-8778784df2be2466cf09d321a26f9986ee883b0fa456ccb3b395b32f25c0c6b8c?P7zXZ !t/p|]"k%E]4" ֶXVSUA"oI1?WWޯ ۆ 'XIvqT7[IOEd JpۛV:9LAoYyMٱ27nyҳPK}R'S?SqO>W;O7epMiY;M ċWfO`dHFJue"/T!xjD(xQ@`wʛR+'NSEc' @WjZ8xR(t klτH|.TZrٮ/HU&q c-RQ/:r58P|E֜lbmɇ'TEY bW kW 0T’dswt*$v:kB؂ruԌbL EdQlFiwR֍+ P;4DZSFl6Z?`*!P#}']HLO6WPR3B|fu7|Pq%$qߢn]ld|<\|uPU<5P-u3b.$/֒ǡRfK]Gi0XǠE9}흂rUe# 4L>fʑVs4F/x`)gHBýz(00H FV';g!iUv,ٜm`@W?.:ϻ.oBpdQ s˵ve+E跖f؊KM?HÅG@tM9-o^yČM yؙ!r( w{b$?śs{ L(6^2/9"g|yW[j,5w3rzGCMŪp*?A3~f|oE<2!@ײr#zߢHPלAcWD@;,|PM_@ph!HyL{Z?7 (&Ĕ2EDMy7=F xm#Gp*%8ʧDN ]4@9l/O=cǼڵV]_M<ԢEwU[ʉ7C.c)V`;.(~n1M& ~p(5P*"]WxE30ٯԴ[b}6LIG%~Im (6Ds3ͧىpacUKb)ĽA?(IM喰n6sK>NAb'ԇsv00, \gZ ==FΛpE) <kT~աɛޭ.c}@A* c.L~.Jtr bLZU>B޾0wh,hK_i]i #|+yӦߧ\{)LXؽ8S!=;ߓ"QSAKKy669+l_[Bfņo%7DٴP_>C21<=H#i.T:Фuf jAu0fB`L^ׄW6@mv"^ Ǖ2t~@~9 #Fh4j= ]Pwx5vla7뎶*} uJ0=Y+u'x50 :Θlyzk湨|_[)"ua 6짶ܽ64`wV(rM(Kٲ`,z4j?N[w z0:wV§ ]hw jG&q-ⱃƬ5(xdQ^`@ul G!OA3 dqscj}n($Go$AM6YcRpp2vd "YZbS}Qc[Oifv W?KW/A7Z)$/}o| SP %Ꞔ*wEVWEd/wFv̢8ߖY[\. J9*^oZÁvbo勽ߦG%7&D%qE5(k0YJhےA4֟t&9Q%P+rwb}¶ =T<^HrQA4 kǁt@wXxKObhfꀒ{F'L-bvkLw-SKڼ% (  Z/5YSNXKa8lz[dB8Wr}M; G@-Om5жr=X$7v|?15?!/7kdK3$]=I ?uC!_.8 M%>5r #(7y)HFlCMf-yd{μXIrC{:apqr50d4{>Ϟ 66)j:Xhjj@ om5PsCEp{k- liXQw)[䥯MRϖ8[.g:"$/)~oރxmJyVJHhAt4J/;gF_rHA$+X+BRa4X啖GY,1`uhYъW. OX=rdAdMd,qp%MY6Ti$h-4|y] R[aD1Rpv(1W=Y$( 2׆²Sؗ_Kca8\V%ľ]uC7uӓ E̜KkZ"ch8A-o;`M,`X':~(Q<uW uU%~U:t}C#A @} #uuFפ DHbښ^8kY# MHy YD7="DVh\,zQVLiۚ$jtW 3iC!賀fqJ͜}x n6V6+㯑NX\H8#K#kҴ|" }0?u$Xae>"(zG\WջC߽ELj_S/!bhITwSOK}wA:>}<<< Y3/eL/ ˇsOFD.'ܝ 4ohlc@bfA*NqLX_ځ|>Lwi 3yZo(ܾ_9nP#(:*[4-GT,D|s0 0czG AT'g,QFMں*I5` [.kSZn% +(\4p $p-n.7A>D&L%j^H凞˘ nj5@`4BTnӱ(ӗD<_hUK?bڈ˜Z)sXctJE-Ƭ!~2?/Lsk 3 %z>=Y3G _ubq9m7MͽIki߮nP BOOT}MۤRO"6q7>beAs } Sb^`e~+̈́DmãP@=zuKB|sXoTIRd*t/R:RYJ k!ڿkVsN'L뉽nh́<ٲNN!=Cf?lov_ᇥSbB3URfdДZUp؅03?P<^ʒbl11M)=VǫkвO5.̸2s2A, Ns]]o ~xb8*nنT#>r16 ХH d0Z@~{@dq!TfpGaGcEs2!s%+0#C9`<{a~ *KeRf&J=1- KU0I E\>fBږ?GoNKրFGFF"W8 y_P՗q^v YV3#'Až֧`Τ~F Fs~!bCD`޸EjƸqNxؘ|7@'(,D]&?SG&^ uykIGSe|).yfr?  ܖHiYʺUF -5'AF. |SZuX7 ƻBt@CjzcrrBE[tdL>nCD%W"4Ѭߥ#.z"޿٩A?׬;L{^*X%I". 5˼9'9)󓣟p.Uqc!hQ+|@Oe[fQY/J 9RZf_qM=2q4jܱ⳹%* #~ՙ.Гf(|27PTVzR5\ٝbqdJiL$N| u sDЉd?jE/}a wlWto].m*6)9,lR3;7>C):pI 48p R`q]=~ 2n?)e/谐fxk2gJg%~඀n7h{Q3}-Z**Nc.2}O[BhhW H/oCsʝ ^z5k֪b̰R(Ħ^g6utBOe0E4/*nVN}/6XT7%%aHX>j֠0U o7ܱW@ں |!y>i]Q9@l!M@Q܈sOo1(,$:t5e{gMMoў(V:P( w\.` Фgy-W^bleuG^D~DFd~4`fQ8^IwܨOVH8hg2+lHV/K5uX~Y]hH ࠁg95<\o#,*\z6V=g{ =.(`~1GsY)4 4GYw}$;|U /{roZTCP퍹QaPWF} |G8yӂ0MQf'#/͈);;x}% QaŢ%ȌIrnCX[)ȑ;ze1ߩ/5?~%]Y VDZՐ/42N1 p5n{޷:iKGǢZ Y} ,cgy%JMN)GH (#N3.lx3ZmePߵ*fƜe mD>NPn)slI-Ε3Gb T;'֘ƭUSrZ~ZKVS"_aސS^{Pl#-P#MS9Or|v&k+AL{Mؼg20> :?Dv TJBa.A^O1ݔP70>;)"(@Ǫ)W4=bPbO̼f1>9=jĨuT:a)*"h[W_dkPKMѮO g@q)Q[4 I1ړn@ AbX#sn`ٯ<|cd40tD\7^ĸ], NeP~;w|~[S1qfyRbtޫc) 3KEvN,GëF fMY#Wpiw@dP|rnPm^C| 0oKƿ.վR\6,}$~[ x(wXSPG7-nTF,Z廧 q|5C뤴U].; 0-նlDz"|,EA;MP]X9\U]-t(/o "S˧V t]/;zSJV&DddQjZNemV؃T#yDJfj$^6\Z+{3J6Nk;l_OQIX0$DmiƕSv/hsfx :jI8ͲЯ}N~4م16?j%M AJ!dω{YKv(Ae#1oQt1۰k1zOTC",,=,Fɿ)b71R-+51Pm /{_z8kk&+'1jE"ky/:/袻{C[ 5G:L3oSMOW)⫙j2'gc@ŧ ~c30pb_E#; sB%U ^^e̬%-zGmpL^Ud~Ƙ"VT/"NA-;dy,*32~zK Sni *nkfncf~r58}B4E_nKa-V؋vLmZȪd=?L-aq@@]希B.qtsTCt0UbxENP] P!}"fV+ Lhq}  kɮ`.D*R5xKyH7iȜ- NosTLWM7`"\6]IOs'R;1谯\+d)|虖UoM)$=IAp_XT4'$kR(A[Pfrr^v73~Ŏ0r|E6PO1|Zf"jIN>xg֥^}/ZRSAM%Ta-{H0Q[Ys4&%[r/;J7G@W9کs2ޡ&Q+΁G}9FMsTH$#@n'bת[aȴsAc9i[Qў'p9m3S./d;bkOwo88'FZgxm$gj3<vА"EDEZ%}J2I[29bs+<;*j;}.os:63xF&,@]¦lqRHck٭sXc9S4PjҒ}%iZ얍1&H܉ҌSBHW\D8^}qRQx_й_o5GmK,@T?x=3Ly! \%xܵ >NWe,}։u]$ N%1-S@1M9b8>Q+ -`u$!oTE-̤L8qlAGzZ_鶥Q"LHR83ZVλG2O~mr"G(M۫zyg̓nTj*zT+괵֪q?~3U5w!V7m-?+,܂!~H/pMJM2!vEgm1~ڇs !>~ CeXK@LX%$D!gWNC0!mkwɼ= B-;ɝڑ`~.79\Uƛڏɷ%?\jpLC>40Nol29$wnLxeȨ ǥ'vƤk}Gvb,v+͊-jz`V%ya_I fWgjV7@@j 6e{~nE?8għ29f}hzsd⏌NJ'}5vBRdou; DOeZrlꃏߊ7`:ꇃn9gA Yτ$ ?M+k@=uK 0sgQhF-2B*͸mHa{Қ^B8FE0#Z@y4U+aNE11,4`'s\ӏ;Gw¯e,\:ol uD[|5 YG3q_*s+͇.e4Igdej62~=M-kwN&$PɁShN>/[#idP0RyUxj灛ﯗɐ )W'ggou8hTCnEK/R ;ʒha\(]X!q+Pt-"ßMgKlEnK7fq3Bk>ڣLBfzޱr*jEGU\FFmSvg c;7`j Fzr\ȢBKZ7=I|ѷWxn ~_c1Et@St-Mu;3?L+;kz {%֮*'Ϡ,&{+^FR2\cY2]Nu T!TΠ@aӘVCtDH^X&& IXQq&i2(( iۂ8|9FrZ?d2R/kwo^^F_1ea+%&i7y$~7*)^VOMi ٽ1"i [;3ƣkAs%;H[Mҳ@cp)6#DgW@]UӞ[(~s Z4>NuƱ ^}%FP!]%S˙jL8;U9d( N.j NMos_hi9<ހ$*sGa3CSRiggy2_<1qc qdvEjS~lN[m0!jf3@%AۙxuCɥ 3,%6Q2%jd &!fs:Nc=nnȋdy%\9C#*͖s Z׺ݓWmӧ0@-cvpV `8eĞ}(XTȃ&f| 0Y _WxA&m±mPldc<\ V[)\PN9Y YAa1| aI_BTw I6yi;XF3Dyz86`em9I2+ U'~GvM<;ö`dP fn^gl{/Tbh8/ |战1j_:+|Z&B?N;q$ە0$ؤc#7jŮ?|:`D؇sՍYsЏC&)9Z:)qg*q|W>^fػo-8T"7P_5i5#e·b:^1%B #~ c;mm7dtɫ.CYm_cKR>UjSl}q Ttf}Džap'.n*4n H!,u}Oɤt". צ{ `KlJ_]s3Ʋ)ay/J^]@ &N.1EaEԡ/\a%h.!<; ;ϻ&BT `b^C}!HA t{p"=e?]aJ~(IhlW/O<[)#ńZ0vwHګifLxguv9-%W bOMl2ava' ņ ,c- fGESOΞW1rf2F2LeZzYjOr, m1 *zP *Oη԰&00fv$@wF)_-xWܒJkŹG٨M/")͋QcJQE[Z߾S Gd?~K๋d"ڬ(,[J |!j6>( `lxMgR"v)zOΰs\13V.jT P9e9@2ҧ܆R_-i?bT?⥺Suj70"+J Zvj&/33˱nPrGB JP!޻uBz!D?[%2O5zIYVtSV z?H <:&U#G$=(i-QDBJ|]WI33xrz$ |3/ξf~DP9`\m0)?j(iFT_Bf_Un" #/¸0ڄ)DYA_<^B [Ϟg,wə7^%.>M͎d-8Z;)2= g_Ʌ~ʾj#v\:9Rg -{bV7ayX *yh䋀e@0Y=?C3P;{lĪu8AunsuO%EQCȞ迯4F*o 4NdkZU;ogI`U:v:ZBG \ 6_u$Ւ[UכPV=}.6b?8,#2SO /]'II_f6l1"IefV(fF('IіV^S#ؠpC- PcCɮTf]T%=_(D2wñĄ^ *qگj`(vŅL ?@a)誣!쪼0˄PkjI .״DDX||s^d]jtdpq^!.?Wq `n4}1Z:yf/jM~v?%|Lkmh/k[du^@0g) 2A޼9"Vsd=(7 ?yxEݳ,߽2[n"Rz"k؍z[k'zT8\Mĵ 4KL)šA_͍[bB~bf73/RQGaq/E#vdBXTу/?ϣ(?MBC< c`=8Gk5ăx >:#!_M]ӁIy[7Ah"Dcz% 65.GTY /Xv3*\yg[?#G9뻝4m#A 9G{1!HH¢{tKf\L L10Bem~A/=#ܫ@KW7IMQǏeC=F@bR,TR Hg23SaV2Xlq!2|tvei%O׺9ė\4o. _ Tl1.u`ah!cu'n%R-#o.Ca`aȼ> |p'H= ?r?N3 |)E l{GkӺ̐8JpI4e>!t̘}E+wۅ{dp#N="ɂU3Xby 2[UrWUji`}!UKV hvZeiD*]ՏϕtSks̸;j,u6lǚwBGt':s5 >4Æ@JZrDrNR &h+j3 ip[{;ݭ$9 49ZrCC֥B/ zM @Ѽ)${p.UC`Z@et5^ljrf\듥alsr@7 ن+iQ wUTW[v˕<;t vV|uf-;D}M+۞IBݯ2\7Hkwԑ8)j^ 3|[[m kRvYksj4t!oYg-d-P؊蛹g2HRqwk.7B*-n}ohC"_FuwgxfuY{/VG.ILffeTi hn.c8-HP 恮wu]Z7x ffBVQj4~FLo/=?|G[_A=ȹ6{`T. `h(nʑ'̝!c'gM9 -!]nO*)A΀ ̜togn `( VU5dxS[`LXݳQ07yeez|~pj$]_AR!V:Wy֡CPJlra>Qw}_ϲ' -`09bk.#=K sy+DŽ_7J◴sz?3>ӛH/];ok䱖GFs{N9r޲~bY\ dpEj $t҄Z2e'1vOoW)Һ} ,[F?8^F.RV/p$=L{))7'|r4q=Z|$Y|r|[n7A>1`8@3: :ІC] 1[o]m"t-*W:sywN9 HʒT.Z!Dhr08Nw](p]]*u .&C:mpm)@ڀZ@9IV9Yա_7~d"E"܄ d$\)EyKG&JgXd"z"-Hl85^ny=`f #7-xX0O؊ܘʁCcQzA'MJs7: @MP{*W5YVrf)˱%Y{TS~]AX$W"VtO?0f8_ǔoAQ տ}62W@@o>sw/ ($By$∁aWvφբi6*DU_QX&wFAu2%`.)'CϬjrT-oz0sCd'_,Q`PVɾ& Ϭ(!0R3`(ֵKR CU櫿~TeVEWp=J9яl*k2\߱N~{U R+#1r=Z [(%'" "~T 9 T`0lߥG{mEjr E3jiҍbBHo8% e9(EE5l_c3,.!#FdF?&KdH&z<9CQ ]oќ1JqO`%6%؞>Ns83*+0}I!MJń^8awU烹I$,f32D©)}&0i~́l%Ku7G4c;v,^[cP厨= 4jYZ3`Fv ,N)N!ݗј|t=wD=4_HGX4_<v#7|e!l-#@l8??oL,'%BXA 7nKQ'Y~@-2 9Ykɔ![tL2o-XsHC}ZJ>+Tp uB)-aV:wVzDޭ.Û6TQ&"qcK4k jtVx-}FbN8P[ir_mP:O |8SUGqi / IRRֵ#Hh$һ4?`<\!1Df6ڠUq$k9i$ }A))Uԩ׹3%ҁT1)„1/ {6@aۀ8Il&]0pmԬ FFͪ6m3֭}Dk^{O(f#Kj;Pd[vDQ/Ew No#(d"i ʁ5N=M$9">+v .Y6oJ#3g_ML0h0{5/d3aJR|;#*QJ+P*Sm+#xE( + 0%L_~x5],- P o5Z !Jzz.8@F{^;ٖ 13z Q孆:3LB#8b3'볢$HA}g̨| ;W}nؚدǖE&ܐ@~S1uX ?i➋fA@,H9 (/D()wݍ(Wo\[ @oviq'iDW2\gb<&`Z^% _K_j&togС<ϵ0xx&T$y;A{T?LԧM쮓qO',joӌX+q7f JP TJwDwI7uC(SBnŶ</ciNDщ;CNU"Z?JePE&Yǝ~ȣ\|0'y<' JONZkJdA,"njut0XiNռm(a*+JEz K$~2v7bҩg,s'P5E0ƒӳ IջQ@! {Wd0ڣϴد]1=RU+OJ=JPjR.09[3~|?R~=#=ǤiZ?CC&$i="ӕ$A"j9XA}T{+v&/OȮ9x0lz:,mrN?!/#ccArO:OVQ^g9`| fr~*66ҏ7G9uKGU6IksXoSh:eE~{ sz ?5#Z:s[sbdEbIXM'=jhDsmfKD.|;. *A,b_?ɀ`O >-k!,OZ@tMK39qhD shq5]o6kTZ0*-ԓA )HGv3ZNׄ!ͲWYeHDSSw{DoDGTn{taAָBNL7bpL2A, 2QiLo!~]^B'ْqNn~9!aƄsDh'u2]}yr+X [QВu}Dy8.='U,~ֺ˟d a%:;| tL^jYp_vx=edY`I9{$t8}'wH6UAmO͕{mD%_W\@].o}mfpLɌ'-Q `=do,fiip9Z7~_W.x'VOnhZr`Yq7#8 J_T{NDZN3bg`V)9EL+x]}!a,=) kg0=~?/s$~̹yC!Ȉ _X'z14pB JA!Ը|ZccAb2,q4O3 v^L6 L2_.E]lKĘd5.g;ٸMNJ-!"@HtFcE",L=w@,`(ont~/}:%<1O0کwš^N>@?a̍ jMR{uᐰEU+Ǜ@X!&|%"'{ʕ;i=,nj>:E82,m m:rdnU*K+Č)/*Av/$E|ǭӰ19Q_;O/}AkG 9N2_k5[7<tSyqaI8K['EYF݆T횁mM< =aeMPHoE椨ɄORSC4Ӭy8wٺ0RE t!ć  *^lfGpް{ylrv3J:SWǰ5.7w0zL6(7L׏8Ț9wbFRpTy3{!$V_lY _cƭ7? "1K18޽6 X'K)z dr9 _Q]-; kںLjj!ӑBH#QRu~\>mOEv+Vd93X@qIL&O$%&tS%עR5|>r#qKImDڗΕcMC %.e[%Fғ.&) ;n+{&ǔK d@4 |M&x.@af }^FՆ[)$NsʕL2=5O":&Ldz@#fԭ7tMEWF%KI,R 5k_ݛ"'?2&Q6le?qg>&?"J0IE/Hم0Yv6OKv@J p{$=J ռ=4r*j߲߉Fdžܲʮ'K x\^SJn ?67Wi¤ Fªi]f(j˂#WBR+/ A^e89๘@ 8F@:k0pI)ë QVy.@$Ir" U+tcc+jժiBF;XH۠v&fIzDmD,~OI?`fu@`tT+`ȽtGB?*؝R]w-H`dj=s,`@ ~`?$ #w<{5|LNrHx/Шk9{_0[*M!ZF7}Hpg-y+ezi53Cu$IyD#ÇwmtUL7L51n]c:ىOtǗ%Ca <^p{GJ@Y3iSS)VG cjOuhk 2`Nw$:3ߌxof4GiB4ۘGgGPV"WpqqЪxOӵ(? K>^nɭDmYZ<.*2f ~:2|(@:TRr.yq'k WpYٔ՛yJq❵㪯kK= 䚢 fo{"ViV:t=19kVr?C96JbZ;At~SZ1pR8*XnSr`mˍrQ3ౌ? /hr\/L79kuGv9o;&#~[ ; a"[ y>[!c ,Ћ4om]$dGLraVDcɊ}[ugST eٝ@Q:eIד\5fl%T;`tdXRNԩ=XёKae>o!yւIFoq+ܮ^ᬰ^Ұ"?Xh,&FF^U] s!S~r>oQ23>0[rꏜd3(n@k!VukNpqmr(%]lڋ7) ZNb+ 6:N~k>ςoTAQȕOB4 J[ HC/--](޽@mIWAIc{ y۷+5.OjqJ!P +b1JdM51KI˯>ց0G?[5 =L;.7 +F}8V xդ+e!J1i9iqi a@/3q P^V%c} K^"ƒ[e~-e<<nKh5~j5dQ'rgg{BCgþu0pANv >퇌n¿BqI:^ s1~ N×UsfN'H̪ؽh8ƌ R\w]8JXt1X0YLFO\l=\xDnM2 *$ ;7oၨ__|[yu$bv?(Y,`7&ΫN\-?X1n 7F1VefCvl,P>>Yaf8vEl3 yK,0z 9@~&ذ8AP\i-\-)R2# Ÿ27 3b ƺ9\_Mvz~C0\n\iށ෉ vj &X?RBsiRjmQ AϸC)&nf5TŃcС EթH>_c}Pd~Q5faE[5 Ԍ}Gz.]kj^oҝ>O7ɗ>Ij@8jmAJn2lJȄǷwfoDƖ*`1b1tm ]֔l3[3&q) ʢU" ._)N:QGǢI `[JJюJ9G yd3?Jզl&;)c}&2 NAoL5":vǁuM ~qيYNk%k U vv8$`؍:FcQL=x^MLj0q@ v aGQ֍B>|X~UG'q5<Ӥ$)}吪y:ۀ k7u;\%P.;ýh۝yb?% [x 4w}[4LEkQ;IQD^vX]w%X^x/h1m AZQWZ\5l8t|~NܰuiQIf)ư _˧\"-Af`Ypf` Q|uC`޺Aģ䃉!!8E,<X{hD" {2"e#S:kaDaP5Կ{QɃN1V߷ 3Ξ۹j)l Iyp^ajPڼK| ف/0=CB#r72j$ƿwo m|>&Tq ez2ݼ'پ-7eZv.oc*þwܵk$<' CRB ĩ7ƥAg.'+G1/NȜ|[u}2|FR)oz[t_O?Pmor~`Sj f:nvLP{^GDg 33W.:MfEԠv3[=:nkjuF !MK~!ugU*cn'謗~t:@]P\M'%fo<ꖨfqzoxz_a~Z74)uF6L`UU^XMa3l^$]MϾ;s4`?yXƄ4eI !m^? up## Ix|sB\V$QPiz-lXW>m^EEPvrٺ %|] '}$j!zbfΏ *PPձȿBcI4U[ 屾լحcBǰ:+@U_RI<:[೻ϕe}?o."f"aNޜlyAoM4K.>\N2:4܍)% Eyv{nr6;_v0;^N󔊑?>& fFNoCs-OC۟)u -hO ^4GY Px! "/ hgADTH ~)Ѓ'r* HXAXҙuN0^ytNY.D/ 4q/]1HAu! Xf"5/÷όnqP/ٲBt #?-~ 7"qG|ٳ@?MNƟW+R~N$:*{6o޾L4tkBҿ-M6yWC U,<"L*˓3{ZThc"bM-,G%hpuVjXJtťo(3MQt1*Mt=iUFz&aMqgABo1#S"<>`v?3o,e60Y !bF3siI 2cy^`76W=XsH0[p^H7<)^EgVD}P}!JGщNB:"Ć!}N n%xZhޤs7()B7#Hwv2پ4P2Zȧ h<"h]PWE7m&Yr8%MlWze _MBiGgs{H/x>eE ׶[\tl\/PC9NuSmZ;RKu aMhD5C|t:J/ PlF/hPYZ[V3^n' hPxy]o93 ~۱4yY WyeBX grtHݍjBh1O;2.xTZ"Z8ْlQAf1mL@NqUA=j:u!:2gV=C?ui$ c{E=3Q4brr y(8_~vBbT1Zn'n?#y|y=?ѫ菱b:>JBDL 'rĂIqKc, ?X}}zwa"DqZ^YZ`H>Xy&Cu_ֈg,QtR1TL#aN&^y9+'kHHISb.ՏE)*/@6YaA!R{w>ؕ0-ME!!@*nl Ls={ƫ> {>_K;UWeBi;wܩ,۝@e[ @G8 D(\э!vNIg8 z.[k*[+p/R61B*@sL2:`dnƢ텝zov}=ؑVIK.vVxFU ĦatbbZrYwgիO<5&M @LU|˳4S>hG??lL1ÌXǦSR!θݞY4;uAbSBwOgrnH5J`7XFO N{wJL7A9d nCNМ;]f!W Gڑl;v;g!;us+GtHh~n S4׍P/5ҼW. "?)Gﯣ@^%$fÉR z+Vs2b1:cÁFZxa"y\SnGy>Χ;opHOCv.ysG':BN zr%d*:~8ZQ|F/1?広[JS*h#;RUu{yQ~P= aWREC7|G'e,C^Ew7?"UdYIP5(Q?0i %LE8s:1 2HycQbE}'wOFLYN@>ZW'ym(kMI)2Y_Xb~:,5 QH>'/+|D]0I1oZ#z^rGk2).gl&DjxJ+87*M޵a3֗XļCe[]@J_#ў<]|?ͻJ/!$jlńP>=аeO&Qr^HSV)&ΩєWIaG27@.N Jʂ՞(%fY? EX 'f(9,!%Q#`a,5=q6wY[l:v#I,dd;Rcߤ9:W_$:X. ` AE1|u$ԕ~Ngp=@@"/ 7OaGƽK-BqZI3~ScT几(P,=v0)y YZ