nfs-client-2.1.1-150100.10.27.1<>,c p9|(L{^R//U[_p-T`ٳwջXk]9RL&Y";C7Qrf䧣;JC^KmL>ḻ:~dњ$!7=yYvE70Aw#D DKx>NfN'!sh:;R$.EX#MMɕb(S# (*i,=:]5D#es>`Ђ9.fu>Kx?xd  " <  )V\c@O|O O O O (CO (O*0O+O-N-xO..5/54j5(47485-95-:8-=\1>\9?\A@\IB\QC\[F\cG\xOH]OI^OX_@Y_LZ_[_\_O]`O^ebg!cgdhNehSfhVlhXuhlOviwt$Oxu`OyvnzxTxdxhxnxCnfs-client2.1.1150100.10.27.1Support Utilities for NFSThis package contains common NFS utilities which are needed for client and kernel based server.c sheep11 u SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/Productivity/Networking/NFShttp://kernel.org/pub/linux/utils/nfs-utils/linuxx86_64/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 "/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 5 =T7/edkzgkjhZ]d@OpH9K zJw+ps   GA큤A큤A큤A큤A큤A큤A큤큤AAAAAc c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c c8f962c35ec040337a3240dfa1bc2d3b2c2f314d8684f79bb780751a864628de92183c11a6c69a4437b3b7072624077a64096f503803587e0f7c77731e099be816926e89ab7e0892638034875616f21ae69822d58f9b8b690112b096f93ec3f065db2d9fc611d377e8e3e7eaef8006524d4df55a9a1f882f22899bb91ffc1f8fa7697f2ac69e6a92d78e770f0df48700e24beae7a9608f2629f943ebbab62cd414161e04b435aa3be7b1308e3229a24f22797eb5ad9ca35f3116d69aaf24543f293d4411599434d62423268f6ed301aad0ed73dc2fff7f3136043077f7f68bdfa2139373aaa5d82230616434edf03d062dbde20b45e2a8a1a3bf23673769041d2df4ccd2ecd2dea227425c4a5a471155498a1753cd0f24543a87a5f30034e82b7366170d3c746c7579dab1c6cabe78825ec017831200a619ffa913de624dd2b772fb2c60b15cc958be12528851acfc69314dbe3246dc4044f2d874ab502ac3d344865bf16d30152c12395bfe6e521349e735c6b3a921ae50cbaf311b50866193e824438fda96602f643db60c549f2df47dd116a2531a4a051b72e4aa63b674c00e3045253bbab2403ad93e10de9104cfe98c2db9a3df5ec110721827bc9e85c76bf30463d32b6af6083652afadccf526c65efe9f118095f1d523a3421dbf16037c229aa3095b6ede467eba908e1d2f840180eae7f610d48cca317015405837f8dd23c5eb8729e976aa6cb8245898400d645a9ec1c25eaa63eba23d6f890f5af7b275f06b11d50d9a3fb0aeb43dcfcc2ae4c1f980b92a632a7073ca3c6afe7f6d7885f167a7b2c0a37591107e61490eff5e211749171c6fa57c4c8657891c33ae54e600732505c0762cf445ad80692e5e404069a6b556edc9cfdba78e4da0a0e206eaa6b9230c17186f3ae3b1025c29b180fc872a8564588bf21f6b9bff89743429afbdb1c96ab8cc97634096911cffb511738d14b3d4529707a9c647df715b06978272e0a2187472040fd74399d17364a173666d7f86c3a768f3187d61b8b9b22219d21584dcfffa25e9081f189dae1354d7dc97e9d398f167def931dea4add8395a15e10f04cbc433f2de79464d2a2835e2d3c65caa86df3ddb4cd52627553ea30e26f3ac526c7470695fdd52cfd89111fc73c97a23d8ed35f89c5caf2b9b8f60763b1459d5a99d7e06cd32e0ecf3352eb128beda07eab77b2de13a274325e62b4b4f30bf52d6f11aebe71d77be4440805ff2b03d28eb19ed55a11edee3641ba7f1dcd6b545f32c73e77990b6b9f21bde17444c78b9a8c8059810567873dcb3fb4ba7a4501ea7192c9bfbf11caf3d0c8cd940185efacb5ee0fa37b9a7c9d4cf994ba873e305e3b8ff32dce9dec4c2bceb17abe5a248718009ddfa33ea2fbdef11637f8e6562d13a0d05500e0cccfff0a94f9ca9c01eb033f4dde2fdc90836ac167f6a86dd6a3bcc749cc647b4537d4539cf44435cbf8023a0ca6888fb0443284357e8a4a79b04bc0472c81db51eb24fede764b6d9caee69eccd66e38b52bf7fa545e2c6e9e67738a78da68c260cce0d56e1c892c9ee93b3923fc91ed93a0c0325fdb450076ef84583c40d68b425a8c0dab73bcfeddf389a3b7d5b63fb90dc729a3cc62661853ca1edf7cad569b09e84218f52bf4aa253b98fe5cc6e0a83683262d49871baf2589645d1468a8a68488d04a9e3e913c5309a7cbb2341bda087cdd5429664f6a88d9a787ebdadc901fcbe52b2c2e05bd45482c35af643df7dca5de367503214b5a54d2477e67d5eae5c8929602dc909d20eb0172074b27ef6c0b1b901b148a987f30c56b8369dbd63357a6a634cf8e53589e3351f7eafbb4d943888dfac9161c0f566dff149722b6a5483dbbb88d1532c088e02c6c3add2131035fae29a46f1f0a9cd6136bba6364f8d1ace0ec39bfdda9da77f29726b5713f6478b3c38c0544b684983b763c915b7afddc6f37499c335f58a8b457ffff5f0298c75bcf410f5738222ff47d3f4a1a74e1ed5b08adba49d75c674af66dd7aa17a423764156f0127917dc81247135a63eb7a12b401118417483a243409ff09859dd2fa386b75904ab8c5ab9495e0dba74794330886dd61fc30f63a700d181051d2df8e2542bf54c99c270c950a48f26f3c0420af7f0957b8ff40c54d492725ecc7902a4058f11acf73f240b0d21d467643538e5e2826661b8f08dbb3de21a425c69c2b2b1f929ad5e2f6f231a417ccf6e3ba7b47e68a5c7a4ac865a53f775181778e81cf379acfe2066cc0ace95740925f0b41486e828596c7be1cbb8008b3222a3a5ec4690003d30c25604fe2d6bcf6519a42d62dbca142bb2cc88241431c97167d641d7dce36502b3a9d6d37bae44f4343bb76ff541689491d0bbcba3e4da6494c7bdf599086465d2ee2e901d678767385ceafc918c529b2d91266e1575e0bace15cc617a7d98e3e7fc23e94dff6acabc764a8aa5e06a8965762b7cc95d65ab44827afca52e0fda099f7cc7aaacbf225e05b7916f702ff20e83269c23b781d788emount.nfsmount.nfsmount.nfsserviceservicegssd.8.gzidmapd.8.gzsm-notify.8.gzstatd.8.gzsvcgssd.8.gz@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootstatdstatdrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootnogroupnogrouprootrootnfs-utils-2.1.1-150100.10.27.1.src.rpmconfig(nfs-client)nfs-clientnfs-client(x86-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.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.8)(64bit)libc.so.6(GLIBC_2.9)(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.2.5)(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.27.13.0.4-14.6.0-14.0-15.2-14.14.1 /usr/bin/chkstat -n --warn --system -e /sbin/mount.nfs 1>&2cbx@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.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 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/shsheep11 1663075719  "#$&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRS2.1.1-150100.10.27.12.1.1-150100.10.27.12.1.1-150100.10.27.11.1.0     idmapd.confnfs.confnfsmount.confnfs-clientmount.nfsmount.nfs4osd_loginumount.nfsumount.nfs4modprobe.d50-nfs.confsystem-generatorsnfs-server-generatorauth-rpcgss-module.servicenfs-blkmap.servicenfs-client.targetnfs-client.target.dnfs.confnfs-idmapd.servicenfs-utils.servicenfs.servicerpc-gssd.servicerpc-gssd.service.doptions.confrpc-statd-notify.servicerpc-statd-notify.service.doptions.confrpc-statd.servicerpc-statd.service.doptions.confrpc-svcgssd.servicerpc-svcgssd.service.doptions.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/sysconfig/SuSEfirewall2.d/services//sbin//usr/lib//usr/lib/modprobe.d//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:25913/SUSE_SLE-15-SP1_Update/ab45cfcab3c439171891e5bb93936aca-nfs-utils.SUSE_SLE-15-SP1_Updatedrpmxz5x86_64-suse-linux  ASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=5b3fa5ba2c06890c36b6500d1d871d59bca696b8, for GNU/Linux 3.2.0, strippedBourne-Again shell script, ASCII text executabledirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=cc3621af060bb3cdebf2a6dce49343a593138170, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=4a243831f4024ff7c999171b556b5ff7a8c64c84, for GNU/Linux 3.2.0, strippedPython script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=669b8b7ce4e4ed7e81597e3b4ca45604eac90ba9, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=4d21c97fa4fa0a6ec340130d84db292f9e394dc6, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=8a3b2131c904d60e42ae3e2e0736362bff23f6c0, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=70864656b201e1a953bf83efa3e6c814597f6e91, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=3cbfd57e05fc9a7781646321e36ba072c6463d5c, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=b78a6d92dec6b71463de00539b1020ec104594b6, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=443eef0e48bb5fcb170d08eb274037aa0c16ff7f, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=2d8b172e81b1c294470ca593257f43070830c166, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=9dbec4acc15bb8b4245fc3f66b570ae667546c1b, for GNU/Linux 3.2.0, strippedPOSIX shell script, ASCII text executabletroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)empty $(<BLW\dm    R%RRRRRRR*R)R$RRRRRRRRRRRRRRRRRR R!RRRRR&RRRRRRRR+R*R(RRRRRRRRR#RRR"RR)R'RRRRRR&RRRRRRRR*R,R)RR+RRRRRRR&RR)RRRRRRRRRRRR*R)RRRRRRRR*R)RRWЯ%v%utf-84605c7e552ede0b73f10b03fd799ec8abea06cf6d4281cd77cd9625cbfa712c4?P7zXZ !t/)?]"k%joU̜Y4J"[}{H@QvMUj'Xv6r>?شMR!6V$s\&/pr4R}N:X6N7]?þ&X؅.Ӑ=16`#i@iFS(ܸ2נ,>l'[- ѱUjJOnzP~ @.`P "j! ?J > +ĿGiaWrsqPawGp 1*QyTv(fPl1^@3UϨtFAᗲ!loU`1vE/-'olPdʦ5OZfxl7CQGr4yAh5adfѣ0(7k\FۖǮ>u_.r7*?j+9l݀ Ͷ4Khu[ע$޲?5Á`%>=vw!\gǰ6O nɘhͤOr?0qO*(Vr ЮOyGaՕBTf1Z'}n~=MV7CZ +&-;^ى{~52/!Q-f;k9[@3SO SS?x(SVj8HFR{ئpKOj9z\u!@qsiHcX]4GuؤzI4q>whS=o[É ovcXEK)~Wz!$EP@rV)?LxtHYS"z"\}&A(w6=ۄLPq;c݌>M.#E%ֽSO5=qIP3R]CmpJJŞK 0|doL0Z&ORrcoAk~!rugb"y9U*)dbc..(291 |z`64U<`́ӕبOcLW-;>GC!go ?V}P2pӄ)M<Uk;G%8B>s&bpj'JNG{0NvC len>7c:9tu剽 ,`@Dʦ4ז/ۗFWK{>'{-dfk\J WR:hUvz>{ d }e'嫗G׈\,AF-* lkdk` =A 06@D]l+3h1`g_d*ծi}0ɢ6+9;T[T]z`7ҮB6U[;^KIB>Pf *mo!kpË,=^ӫt7Fw+ZFuCXaOć!qO4o"#Z1iS7Ե/qtW &ݷݕ~+xqM( N8osq:|b}<-Orgmiިp-n\9=0ƦP㮋!!S*'8Fh!ZT R7gG%gJX,*I<H vWgezoo5d-cO~gO5}c6xӽy h@mP?q?XLgzJ搸de+KdfOKsDEAcCUl:AŬ(Q\hMZd$<P9k@LjnL}=|=ՐGɂ|l$kӵ#'>V~uS8/MնB?SNx]nUcO]y*[)p'&dV&Q.^"<-lh}EmVo }$L,ػɋLcOFZJ#ג򐃏0%ys>G]Z_e,"r4*8 i+"#/‡'usHTJJ^Ǡ:tEV~"ۚEmD[[`pҦHocr^׎r?–:C4 YHO|$,e. N,-]7d6ρ*S##* Y$7bQ%\>}31:bL+4THs󉘸uȝn+o AQtCz{;(xJ(XQ;d8E_"a\%@k6Zp\]w^{/ Z3b6> ELxPr)(ڦ&2&H N"Z=[j D2߽-Bн1 e02tA14^+R1bfdzCMfAP({c S*%gPŽ"ޕNhyܾndU FTӁ{ ɭ8r*3/ ˸r$?W ;EL 9(\ [ܬ m!`wC ,_uCϣc5ƫND!qMy{APV>2Û憨5.xTdGk[pU(QZ 5AϹ"Ԟ*uV_߽!4)<5tovֆ4Lz],GJ:%:qcv%=®b´02Yd.#.^zv6ZGn&V6}\b^exaD(0BqY/xVZL`!D!tgt;-,yvqT8@NUՓ1In@o1t6?SbN>E*RCՈ&ŕd­ؕ 2—ξ\S6QΎS¯s|NĄ;]S hCQasWt| _#N<%k$a?Լ0R~5Tؑ#r1y.H6 ny]~[z[z9640GJC1i*}޳9|Xf8'vH _[iM*M y=Kc^~|*0~{O1_*!0uyFv[h64Qgi#hCi߹\6TfD廆Z>:758M/M7΄7kyԂg; 6 ۋac!? 'Qјxdr_lm4j&h UD.S $m+B>qSeܲw ]YkZIk F8o svJ _$W_(VELvt)Ib*Z%9pe:e (L3ڼ@p4> lH, EEUb[Y$W^ዻppF9{ݨyC/=M# @"m*bUtz%aG,IlM;DdCFC㪒 ~U<Ħ*MBm@jbJY4pE C/*Z8K~aS𷾯aijN5P,$d<ٯO$XN/spq04V6;e^}X_] P z L3scՀ c I_ (}ј"t }Wf59dLoz6mꘗ1+X{Z4PmLd@ zmYي }4` $Y;|Y)ʆU+?}܁#d!l郥?yh2ͦ<*o;Oژy'a(q+Z>쐧3&}KOR~ʽ*PAqk'|dUTиK3AzsZDGG}.; $eFi%A.A-j$?K@]>^FKEN +A%#'EZ BB dRR;ok3sp ^JwO5hhZ妼ΰdJpeMs=a<$N6 Z$Px,fqRީUЧܺ!ir4j"OU=7~cgT0& 0L8}ny)U7KWGNQ/I ZM S})]kL"_?(/4=w6[ܘF1{趿F=,l*8Nf9-S;?DE`M䅥:eӪBD xWUB`"1pQoc{%9?l4By.c^ιI~s^2A[;O0B閙"6Y&!K |%3.(gF,W~o; yW}4ؗh/%)lxA{ *mn0 7; z.<$yr>e!D}aI#* ;q3qDMkz@mODx$[w"u&%&Jt!ג7 g5JE:` bÞa'R٠0L$ 8quFsrEuiMyݴ12AL G:X;קDuլu+@l ÔiO'-9ANtoX='ې4=x<6Ρȓeϯs>OLrWcu|k9vLVJJ9D=DҿEV5UGg݉ڵ47A1VXu.jfQ78sH0E Ϯ漴tѣfpG%]\tXT7g,1 @tݾ+r>N2 Y+Q@mhصCxy':q2S4#}Y$,ihxƽueG&}'i_jMM*ZJ`H| ~\@Tը sDR%^S=&@Il#AoSIsHR(x̔m_`IF9*y,{D@S72뤰s щwxB!Py|w]kELdD㷍Kٕ2IҙLi!EYÐӚZ=i[(goAj{>߄…NS9Cw9\T q5&58UFdr~ĘU 39FBS O̭HChKS 3W+0+6j+𻣇yhhλBN⧾g#| 4b7<>?o3(YzXA:n$Ё^b+&SZ(F u5N'Rϙ 4Q+0 <8+v*1*v*W_I"r5C Bs nߨw6&%8U\&p?%˕mj g}khdL%du }#wJX2-7Rh36gYѝM+ -WImp(~(|&ўbx.V&'i`]>$g*cB߁k=Pfl{C0w3Gжf%(c"~Ֆoy p"aS4٦=|fQC0l6/f{:JK#]U0E;%[6ɻ{TESRQ?Í r-E#w~~uPgۢhyQg1$s9#j)ng0I'_IƺOkBs$b(O' `3O9̕g7?q)J;XyZZ9Li+5ߡWdW͏w:-'/ɨRwӗ *$<Rd vJʠV)8]KGޖ^QQfTUlHYtf9Ȩ$ҵ6ʬgo `}:U3E&KtuGi~٘1"j.O!iuoj_f>b޷Ahq\}F2@4QB7#Yk> -A٫nhP6E{ cF ^m࢘ϯ Α=V3.AX*faJynX-sLLZvĎ\AZ\ĴjUO 5r, j@Сd{2t|LR玗:XZ#XIHAa 1"z.ʬ])DonN؛$AlRNPq"ojGX'6abo8y1c*[hgZ f.2?>?Z`FG,i{ ^>]nK4rZMEG0X{c*>v*,$^HՅ|B{DD8 2$ޗ i~iBqF*X]ARzKwuSéM[nOV U) d"$bA.) !MIm #GR&Խ:pV𻧞K% 2 w=ohlHIi偒C0N"#Bgj}-^ 2AWDgBhdKeEB.%2; R9xw*I=s'jsp}([M"'U^qiH7B5+E$N:Q{x?v\"YD;҃UZK*I0㳘9{}C$Jɝh_f&| BjiGLT1g5bngpmta\タ'o`P<\<@TCE?s]79Ϯ<"Uq~"Co 2cetLY!FU}iF1g/ļT.[6_)>w}fC¾1ѐ^W9|ʸDuHPګqU;_ai t\ӢI:Vu@_f>PIt}ft:ߧv&T05 em(Yf#(ʏP= Vy(ʍGKz6GIsPx3aa@H삊RiYfPP3͙U? H c'v#M ;LC r{]*,/dqa{ >-,8&|T$NQhBb.7 l_X!S>`[_}_GRqߑcIyd AY)3Z4mX`UW6|`&ڢLJ3^HT?h$x4:=i[+ Ɠ{#3"7 #~̴fq*e424sWn5A)5?C~|HOܙԄJ'G Gk*9%ޜvo zS!J92RMčk]|%Gs-pUn9؟m>|\c=۰nHp#duv4tHk$ et<@1<ω1K gfD=7oӁ-x @?T>ՆPg,I >„0tQtiv嶨edho"+JjiScbAnfƚv4xpIK0Vzx^ lGwU +êx5*"V9P.9u.#+uX<l`tG8-xwꠐL)[A*&JIfwŨ=$i />=`$.M>/B+B׮ ]Yl4g PmA4@BJ)q Թ% Rem[߫QdG*-Ȣ, lݣPbJS X+\yFU'5EFfyWi **>um~8uu?\ YfȊhb.g.Vq[f#2}BTPu.}]zWgわdT,xk]~+OXTq>PT2v_f/6`;pr(C<mb8) (oDġT 0l] gU8 p?I"ω[VFr5UpDZ"e o )9k2?SdJFK5_pU Tu-aDNl6;qE?mnЎB&?e1 7*ӶWH>tB]yc5H舮v^ G'ϯt,!Gz  w+j1(jrs/Y3"@ѯv|3Ɂ]C^i+[A-"~d9iqf0G (:;Hv;Guc25'2ַR 8yR7!]UqIkڊao@i8\W n3#Q~֋8ab#P6?`-3@oaN)?ًyՑ:F!УڡE_ dqBhX¬84d8pV?j C%6mC,X6mpMSEH2I"Һ? G fij7\,0舘2YFm$pr(Jksp*:'I\r!W>6Yي m%҉r@>@֭aLAzIpYKz:n (+ᲩՕRblڥZ֦"yO>i;t" XIa'J(x%[]^-\X6C~!ԫ]I7`4=mI‚oCa' Iz檴C%ԠZm =OƗ~Y>ӛ@2&qvs!bCO~Յ}NV2%rz$^ҳBjѪEaj}$̿lume"AY VTuHAid ] a>~"iqX!Qs *+v{gK" 4E3'~6.hZ_Z$ђgz &6gIP<% k/͓;MڣI;Pp CBޯ2.D4HVX;n,Sz: rh}a'F8z=a 7`ȴrp dx~hLrudu_1iy Ӻ[ b<ԈS$ݒ2;$=?( 4E\>rlQFCx:?tX5å[46_.u& zI8U,ZXߠ/p 5_31xU-K {!>ǪIwoaVk񉵚MR*Xg/^OvH|H!v3 R4/d RT[\Ӄ~1p؆:x>P>ZIs}Lr 0RisD%+)E&gzU5ܿf2cdOCn“r_6wILB3=o ѻ T*S HʹQсx4+;(J8嘸O>.@_i`E>m㖐h ]_A-nf,KІkw5=ǒrv䑚~|?JI [R!ҹzvz+i,Sѷ>frv?瀓 feI&Fk9ba裘7(Yf%NKFv@X?BZ܎{xZruK>dWbWƀX: U+#.m5ܑv[ R/r?ӨD co{b/8/ԻB( Ӎpv&3iN[I֥I^ Zf2TL)eGqFRfMRbbY6F՟o܆3+١Jq5UmIc 0KwϘ|f!05gW>?m:qΩH$|ւ+*ObW/c|椑1ir =W.{b-<6.&Y&YݪnYy>W2#"󗩡,d+njP{s`-_-A7>?=ɞF x%»J洲OMTx5c}7 >@E q>Ҷ&6O~ Dx̪@N⼭a"JD΀jh cQ2TMn-kΔAsFtH6CTR[9x̄a?u `2YT'7kUI'Adŝf: 3O/abKiEXWQ8AÙ)pss~r s|vvHFJO|‚p̵ fy A=kDj4_:-c7e,K+9w<xfr}&͏5HP6**?.?J^-Hx䵯~`qjks 6mF9j;]`ĺRݍ^NMJjWvKn眣nLp0YP87_@bm7;.g`Ų#l~MX%2 NW_cy&=.5c2 '~v@rDrԬ.S71(}nosE?H|Shto8z)|04ƗLU^ h vKqW;5wxx}#P{Bۙ W;̹V|S8-eԎW"173n%*sRN\k?^' k`F)am|ZIFIYw\Hm{xb5\U-6<,$ibvwEn$BҊ%w=~uìR5O[`_!g:Ja8Φ)ώYd6)`-r#Ef8}ݽ^)gH:4v{՗aL_:ˮf=Y㊠O,b (j]ץf}O'4COK%i#03ĘF?G!y&'rKW r/|{d'gFߝ&.WR%egSl!p9)=d77+Cԕ="|ybjL1>D]Yֲ S&s#P Pi4+-5?n0$!6{>}NАc6 fEwpd ӞY卢3J !Lh'=.vʮZVi; $s 59w RoIbyX<sjf@-3/e2*lp7GtWfXܯȢwj`|@|ln}Xf1~KrYbe]3AYkVT3`SCSTr{^|}*mm4RLMM6Sp'o{ݹt3чTzcgdO-E3U:+VDI6(|7VJuK繓XiڭX/x5>^'j\4\6N6H:=03σ&\9U%O6Yy;F0Ebc2XGPBdj>wN5+ey 63{YS1#bvj(!:=.^*, FR:$fX^F4|\4^`չ_TZ 9b|KY//4R>Rȗ.# '6ާ9N13M$K-9JUgkq}!seV5+b9OxNx=B# Wm GEh+v̱hr/O}T,ܙ!k(бkܷ'.H6U]D*M:6൛fx51ݔ7}Zv2-A\{3WD˓4v+t10 J!rA6ѻĞ92Y?i Jmi>C=)0åٕ>wm)pyo7+ē;MҌlAXê=Xޝ.z#@=Cr4>Ԓhgҵ,Up)Y2HU yyF5bK0NFTgIM4 V;yN^% zeerZOap 6S5_i\&K[YN[Z%Do_fӈb lLwd+9#2V0gaTEoW5_s~yֿ15Ea tֶEg%FIyC8$̓T7@lvP)В]MnjGeaˆFA"XrԻ-9$ifMKWB<(*Yn Tp$!XFk\\RgUUiL`HjbVVhgr -Zzielxy޾wE"*DžxTF0sy Uii][YOHv$FxrgHS x>Jzph^v2{ЛcOeUzx fEw9An9[#~dl~MzLS~"P`ح3N$|a-p)tt*2W(*ɈI;+pU:1aunM~|Q8jS/79jҫ#(%ڲEE6ʰmY_z^XFl.(7,֮xҌ6$59B gNypn'ɖ)y}V/LgZn8 9H wn <)lCƪ R/j08tZ!i cu +@ypKRi2P9B9= XVszƞG-^ւv(ܣn]J8Pv*|:r5c5uHÃ@*YXb:aߩt 1ڏFPB /U=x*N H)ͬcqGn[oۂ;ltr֭P Er_w&d;)Bc승{Cu=.RTOF%>^/'Ёu^TYlSgc0%]1`woz͌ uG<+k?qǃajLf2ɂ F. \*Ͷ$š޶TL8>oi{>)26Z) z,F3{p7)PrqNۆsDNnfh6T d0ס^ r{ăs<cm #G/QK /֕y9{ِ "t`C;Xo)Bni1[oߢWE_d~C2UkYƎq&"H\'B>.g2 mHuˡNy>[ ~ xJ8U@O桲QH07gMϯ ]]Dt"j. `A?nX2~c dgc.J޵jy )09"j@HlPưhz]"iTl2PƖ+N3cCaֶOkuvByK2`S>t*`9-ףȏv 4U1Cu1i0mR:מ87䔋5Ao-l!ˬ  һ1'x@ }"`,L;F"::UIb4]hkdJ3*ᆂf?Eƫ| rW,y! N!D+k ?G :B rU6–@H{b-9؛v]\a&F8B?~uMCvKufz ,mx ۷8"bVaS(?ͅ~fЯ*1,/J2HB.?eC#3%W+앸 R> o&cI⬭~OhNd~s>nU2Q+҃i^W1g⏽,]+xM,c?̴ —^sC[Wvcl95c;@UgX708BhONL!uӼDx'5GP0Cp1?}!PYY%J_s؁.CLо;.Rk svb1|dm $Ӵ"3W.qFDmT d0L\[+UqdJtVJ|8Pr9"2߰>JfR*O 3oS lK喡f:ݴҐM[Zįfϖ@v\}vP̈ԩ/d^4;z=[1?>ZbP d_LvOU$HUʐp4- ~/|% S ǔHÏއG:&Θ+nCr+R/R"ڝ$?zVKf'K6%/0,=ߎؿ42pޓð nf_I Xo06%;EI(%5},}529ә*D~yWj2}&0CB'}g[[5yֿ(i5fQ @ΙT^or=7G]+0F.%1>, s2B {j'xOZ ѫMe8UjwPG)2UeWն,x,tit}<rbm{WX!͵FNdwNG%l J841M=+t0S6s6< d26F6f:|]?VrxWK'cMrĮ@CӤO4nZx6LʜR@&5̂dp3#68u{BgN 1On{Ƽh-~a4-,oH q8Ay_@nxf Q=KBЁg!RN2'T.ٚ&_zNev: 2 aA&wLjҮ`uWWs>k T +Z 7G,X3!ڝ0܄1Ђp]9#L]|ɸE@hH@jO%֘/_F?^Iiֵh}7 );IYur,"KR}14{t, .KΪƓd*Q$KBχ‚4]0 QHKPԞ},E?q>eYZz+6@ P+#MzYb%,P"wwC<#n, Txw&2%{ǩ ̙grTZ@,Exej}Wɤ쌕AY{Mv a53nǂJ(- Ռ7߬BZZ F#6T&~6-wѧIX^]hE*i H9調+[*34"B`J9.l6[%R+/Ե]iP<|YּyI U[C2O;mib\CxYUosb X &/W \Iih@`]pŎnINJ,RukOm$A \Ru8J7}K5UA[Їz*IRqyetzvGyW#2`s#UBep|?F|9}I774yy`&ץ%P7=ad>܇E6 RfEJؑ\uyq~0#_< 50y/O^{%'lržX(;}v80MMI%" D͐ 2,a0+EPr 킬\F֠Q]iݦ6n=_"+S^-BmQC>*'\4̠Czx˦k!ۄevJ7p](Azk2:$*֝+uyv'_911G\QoQJ鸄ju‰_K{ϳ$o{'we`wm֋}(XF)+F+z%WmVec_rmkw#_fVsVtlps|7zͽ{g뗪՟"Ly`?l*:C:5 VØGCF,1[Bly`j$ӭR|v|~WJ< <5cB@3cir np骄LHS;Yյ)gE h/˼2+P2i-ēɀ BL`؈rL7A0D*g=!p-;U^ur bd& M]l5@(E~RZs8fȝF!Cyz8xp&ZjcN 8"ei-^ Hz3bn(:KA>y\ۺdyu${2֧.OΘcmP 7ϔ=tusTHVװiqκ?ǵXl 9|OuMRyr,G[{~ DU—jO=EctGLaNf.W%&!Պ]c>@r\ɌY2?wSyًƵ2Lψ[Z _?pϢ Nuq2Xji*#Bh,jJȗߒ*MƼMcF/Tv],QrS08,b') ;}|=;x iMVoQ6 >}\CQ-agspam6(>@9S(lKQͲ]v _Q3܋ R\MSLtiĻ bt2^nty90_Y z{)$mC;hw1h*bz(YW_ŒFȩWAV"=*R 8HRbU,`@L>F[5Zg$8:dvahY}õ1)gL^(Sm1X<=$d86^:%65a ڕЧ1x6UT;AhUSј+NFfkZɜB,]Z+;RLʁ )0zHU2iV bZb4Aax{f6] &sH4!Sx@G,'kbmjГWDHdd c襟ILcV^UыM86ںɋb|<&UTV#):e~DN&|kYBǸz֝_7+yXU>=){Zہ%@kuT$s8EjoH%]W=Ó9A-~rzTx#E a06Vy^n+9|DŽT妧0a95UsVjMO!_;MmVi5ǕrfOp;|T xc3c;;W0#ߜosH Ėdd2m]߲1uZK0vS@ pʺs2UE}>+x)יșܞ^J؀M*ShPއ('z~<Ǵi?E_L<uv"tU:iEP񜒳*w/> n3FHNv,)p Gq~~ .z0TOQD7 RwmG-ݙ0Ān/5;kʲRxn5$Iў?aO/'+ݜI)C"P ykO|d;Ik-!Ek՘gnۣk3;\S?]d~{h\&9\\j)6GDb4y{!v%xaME!مSALugѵצiȚ~rʯN#8C%ZeT|SF6Kz`8lQ`cޕ|aJ'c+c rR `I|J̫g.ZEW3xH}H6,<\/z*Z|1&h/ȿ!?ilQI$'7;h$c>Ҋ)74կc8\C)7TpbmM$yÏAcZd_V\"(H5nBWHO[l+F!-ACY,M޻~qS~aJuyt4^ĠI:' Gsy΅Ci s3x]`Fо@ :.6%m2s=Lj'] Xw|a^DrCDԕ:l}vٻۢ{nB3E=:Yց$<4N >&Bhs,AkڠJӎ-kArtURz #<uޖy"eAK|藺ڇn; dr^|dPm`}ةmOr1y)ɽ ']3X"lRN170 ,sXD0 @fŎ,mL1?_.4ۡ-Y~Rv%13Gi'`%ѐۓ# 8)J->GLҍEy5.)X֨j I`EUF\F:3(\w{X_d8~A/8yD͏FoQjDw¢(:T NKtQŃfj^&=n@pbW!F~̎̋ Ys"əsc&ˠ+Y{ z7\'PfwU1%LJ=D~9·xi5\ /HQ־tTh!f:=f`2Sŗ ;@>%w4xeXIwԛmaDnYJmjpߒY-%,KRB#~SGtEPͳK,D1EσNK6esbA#sXX]d|]Mken4- ~J 1TqS΃kN pB=z(:k%E/%1"b 1`kAg DR9YC'?:Kw",>&!R 3Ad %X"TIm. uN橜 u I:k*/`P+w$̱E uuv7Awje,Fo`M~QKamwtSwr)ia- ^2>Qw`-AX֐*<2U[و%ĞC@& i+c1I0zg g* <44Mb"Y<EbCA5@ GU/Td P fG {`p>x00[e]/p 2;P爔l+bA |515 iӜFgKG 4R-]vT!Q?)9Iwcd#Osjp ‚#͌u58E6p73.gSFG/p"Clpt.UDOS;δ=;()c"c_ C9BVwv+(#t] Sa.xGeVɩF}d0_'y]32rT8M+G& ޽v6K2+vm|}¹3'^4eO Y3Pb fp 6SS$"; նŚ<)9%dIA `H٥H+HYXѠ%~cIfey8C_qn]1(ǞRGWz*ג)`SδZ# WCK+^K~O^FvDI؊Rݎ=N>JpOW`+aJ$¹d;ʼn.?D"X~EۿI +D3dj#<,hΫܽ/Jsʆ%6ӈs)yiaRDL'k_ <6# [ .ӲBf0hјɝS\6i∗05~W JX(7O/*p3N0t< ~t-:-+*rE# 蹷@g /{|9s DK&s㣍%yҼAf&$9STvst/[J5 }s&4#(I:9Wc2UDU5Yz/|Leo1Li՛?Q,@`rZg<`i5N<"DTuB(rasi+a=lum S83 1dдf!x`"1 8evs-c"IgpTH]hyJ\Eq\M*~g \]*ʸeVdjz7imUܘawU6Ây(D+/@yp*m#PhL=KA]`,]=}14c'';]E螧i XN U_'9SD`ϗT5`G7p:зD)O9TeZЛl_j. --t}Wa!ԟ5PL]2&vr$ %K`9r ֓j龣E n8 *gPSS|QՍ6~SdsîyE/OHh tf~ҩҶ{'4Cf^)rG?}*Q%PҰ~vz׬F֊b4ﲲ4'HϚ&UBʔͦvޠ$Kżv봙D xp)# g)lA ]֎WE%B*w [qw@-7PF7jna-{-a¦V&Q$}6 / W Y`x *+\'\[;ԆQp3<02fiV|sbu Pɯ#~ i-0Zb Ԑ0M/+giR՘Rj%kraI_DŽ}F /!8Kl-h ucpZ{BW YAG/VXʼn[v9L&n<"*꣯+҆2ܡ3Si.2/ᭆBuv$*FlԎoz Wv4<ؾuf/w_zhXn!UNVYtֽUtd̗vI*>D AޡΊv >hasbsZ#BF,&}_ 5Kg\~uviae㫘JZ$9zm %][/Jv2ܤ=K9#gk;7 3`tcn$cP!GߎK2 ԃuD3`4ɔZEw.zh~~w=$qdg%lr`GڏW np؉cj@i BjMƔ%@yd|/NV}:\>(,C]GnYy e_)B?݉$WLL_H(4k?IX ^O:$svt0AV;[IXF,qZS?%2,*Öczo,$،'8"&]<գ10[2ea'-^!/b3b;Գ5ΦSCԇž)fn"A՜J:> 79J~AxS%@__ C|W^`pD˺ ^f})bsPiE(b#QX2䐲W՘zZO,,5tHKq OzhLzt,kc4}Ηɳ$/Ui7P$4 (20b{ ;hP <".pyQtvb7{~?)5 # >05ZZWIy47ABq84ەW$.@n *s_p~I̾oT6љ<^PkJ,Th7^]-^gYh?JJZ),#lCO=/oz;ĭ CV\&'R?hS7nO1pSFcK(PQ[ؤ"FoؚȮC݊w!GBcA#8U 494"֢ý~:$%48-lCݫ̲ۜ0-)[r 6+5i[uaH_E4H2:"[g[[ߗOwæKWo\_^ 5x(y9H nm%|D>.k1Z(`+K^~"\? :&x,-gw\5e\nw1>=V+7$Q#l}t[ fo6oN-ev~VP"/4m XQ%^qsG_ ~~0?1,F\ȧ! ů-r.xmx?^,t#^dz:Y `&2R}N h ֨/9{^"{@@|<ίߣbr3#27ȋUÜa5F_ޔyakqYpmEbҵ&  jPw۞i_0YOX9;f_S`PsQI$y)C|d9G]~+Z+O\~YuUx`YƝ7T53:-"*scQO(GS pcrPws"Se[(y3ɾ7`iwW]$z202Xyt5̱ ݨd35WdTN\6o]b9aq)h+[%2nƴ4g{VԳ,VumLYeAo2'1ց,  f}n{f 8r, ~cPۣp['ީV~.7ƚ9I|S@{Z)Nh9g+pPa$NYiM ̙Y[5x&itSRp3A VĉpkKbfUF"]y'kBThgNrۀH(n)D;Grԥ{ Iht16_>fXpXLѲTq"ߛw)'!aj'znƌDoc CY}?PdIoTMa7lک*_}`;Fj(t;oKj; {OD.3[?َmWDW._isQ-10^0(bn;LQ8n&9uwNTrv-8hc'HKKV*M96)PLUȦIEH;Ay[0G'txsw gfkњu rX;u哓OF^bh{DnW-{#jNBۀAoqS/S^ape,ګ{\|kCqWsS")ۯ2w8J˺LVםlMƠi(,Yw-jp xr&G94FQs;ErqފՑe~dկn ϧш3p}0&PZ!,Wb-˰}ͷ y5_f%uZ:)3Z@o5mny~UuЙx* iLFs6v@wzphAss=֒bp]|ߦFr fj5NvKUU^6SBlմ?0:Sؠxl ;Xu_΄ r"MD?%s(oYQ{\.45:QVZ2ʼg>`cfC.0N0zg#*o7 EjZ|[pK!xdi&M3YM;gȀM D*kdចǫwVC(44׳pZ$ka=A0qV2濕>8zd)(<#yA'X`p)X3ɠ\(M""Mf<)!zQư\io3HOYZ 9>H&I-T~PR]B2*w/K0dA1lNV>a]:Y0Xcnҫ4%_O>7.)4GCk156;{@e0z&Ǿƈ|] T*EgE9n.u|3"="){P1#˘DVO) 9O|w[p(5-.5.GQ!㍥em20*aW+<V hߏR1j;.uL١f޴  m^{~僟S~zpUmG %5!q#Hs,xFDz ጕP"{̣=B#]te4\(wMM-&jne-/upId g&@5[&Q9fP@qdS2CL\p&3 M~h9skBܡ2GZb:(S#x?vSy-q'@h}/KY>\NF(߹MPln$ӛ;"Hk~:نcf7 ?B]|7K n1N9 M1ܹ:و͞N.RMr3z^y{g_!Dh{rsf+f=.%1BʉOO%؟Yd 0c1wM?z D·@jYn~&3-1O+BZyJ(I]UqIy:<#`n1FXsr4@qDŽfd\܉ѮN ?LS9f݃OJd|b[*#7A~I}OM'Dm{4K035/3M G'4uIpF &z6ϴpKLC>dG?@yucδ  {'gЬ- >+~eth2d 1#=l9=JUFyc1M ^-Kݬl1MY>jQŦ™qҝ (_x}u* 8ڢ*RT '8j,Fybw1(M"jڏ&rkq+-->`ҊOi1):6MJ6G T &Gv_*+$@d_<$ [*BjP?EPsLK 9Ӹ/Zu!Bt]8v TPCk7VVd{} V~PXF"ޖ#O Rz>CSYq!: ^soCjiEoTO ]W(ڣD.;.5"P X c09_ˣSae+Gﻁ0= i} 7<;7fgy87{&2꿹D# 4 |\ӸN8CQh8&#8 i1O.`2\msMYаTTZniM--<-r_{hFxF)ޘ_b?s!]ZC ]0trhPZw@GD*˩>eCӏ-)vj8y-䍎|HgM>@3wΓ ;bT,qcԋ[M jK:I>?:!s([c& *T/;PBJ_1⪁S )3`ϕy޾WXvSί3jjoW- qh.U,[\Vl4 l[\Wg]S([|U~P?%Lc"!y_><Ǣ 09'TJݻG.A4Μ[2ryv I9,kҊ0X:i|3Z1fO]s_Q\.VxჄ? FV/Ow[9FDĠۢ=Orp4,}9-;zas{8[܏ }:ߢMթg޶drO(LGš,4.b G[# $M"y^rIk j8>e.;A^Rkq߯%lU@?n;h_ oGd:W͞㯀0UUc.%Ol[˚ s7&ڥ6i#>^ s?#/`lq82T# x Vi{ϴl?bChT >Q ~*]-/QDvk}破lg#h.6'%03yႡXoTy;I{594!oI( T|2:<㕉XԖTDq҃*=&;b X&:,(ؔ9^*HfR@X'[A=`jBBp1:-;8[4'(AGq |~ּV/.^$'/ Sw%_+Q̯`x[e7 ] YZ