nfs-client-2.1.1-150100.10.27.1<>,c p9|&t'DUOT쨕nG@PAgiWn H@>]ջP/N%/k30rƵj`/rc?(UƠ OE5틜^6NU@zg$f'h5fR%*x8.=?XeyϏF"!b~YW(x1fg<*SEUEndM]2c佂`Vl.aɳkQ=i* (?Ɍh7cAiZ 03mVur$k]pOhU>Kw?wd  " < -Z`hDOO O O O (GO (O*4O+O-R-|O.../.3.(37384,-94-:7-=[I>[Q?[Y@[aB[iC[sF[{G[OH\OI^ OX^\Y^hZ^[^\^O]_O^d1bf=cfdgjegofgrlgtugOvhwsOxu OyvH?zwDwTwXw^wCnfs-client2.1.1150100.10.27.1Support Utilities for NFSThis package contains common NFS utilities which are needed for client and kernel based server.c sangiovese: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 "/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  H=T7/edkzgk X ]dP,   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 c8f962c35ec040337a3240dfa1bc2d3b2c2f314d8684f79bb780751a864628de92183c11a6c69a4437b3b7072624077a64096f503803587e0f7c77731e099be816926e89ab7e0892638034875616f21ae69822d58f9b8b690112b096f93ec3f065db2d9fc611d377e8e3e7eaef8006524d4df55a9a1f882f22899bb91ffc1f8f068ff6985c1026270473fc9448012ea7faed17fb895cfc53e88f058f7881458414161e04b435aa3be7b1308e3229a24f22797eb5ad9ca35f3116d69aaf24543f293d4411599434d62423268f6ed301aad0ed73dc2fff7f3136043077f7f68bdf9f5071d894b6ac8b9c1176f7661323329ddd2e1acaa1d8a54e132dba994b2f032df4ccd2ecd2dea227425c4a5a471155498a1753cd0f24543a87a5f30034e82b7366170d3c746c7579dab1c6cabe78825ec017831200a619ffa913de624dd2b772fb2c60b15cc958be12528851acfc69314dbe3246dc4044f2d874ab502ac3d344865bf16d30152c12395bfe6e521349e735c6b3a921ae50cbaf311b50866193e824438fda96602f643db60c549f2df47dd116a2531a4a051b72e4aa63b674c00e3045253bbab2403ad93e10de9104cfe98c2db9a3df5ec110721827bc9e85c76bf30463d32b6af6083652afadccf526c65efe9f118095f1d523a3421dbf16037c229aa3095b6ede467eba908e1d2f840180eae7f610d48cca317015405837f8dd23c5eb8729e976aa6cb8245898400d645a9ec1c25eaa63eba23d6f890f5af7b275f06b11d50d9a3fb0aeb43dcfcc2ae4c1f980b92a632a7073ca3c6afe7f6d7885f167a7b2c0a37591107e61490eff5e211749171c6fa57c4c8657891c33ae54e600732505c0762cf445ad80692e5e404069a6b556edc9cfdba78e4da0a0e206eaa6b9230c17186f3ae3b1025c29b180fc872a8564588bf21f6b9bff89743429afbdb1c96ab8cc97634096911cffb511738d14b3d4529707a9c647df715b06978272e0a2187472040fd74399d17364a173666d7f86c3a768f3187d61b8b9b22219d21584dcfffa25e9081f189dae1354d7dc97e9d398f167def931dea4add8384f5eacbb351374b8c0590fdbe8424effb0bc78b7bceded868b16b34eb21d22a30e26f3ac526c7470695fdd52cfd89111fc73c97a23d8ed35f89c5caf2b9b8f5e91f4e853a05b33190a3db038bd30a1e6277559a902299d8586e0e6e32be1cb2b4b4f30bf52d6f11aebe71d77be4440805ff2b03d28eb19ed55a11edee3641bc94b0affc17bbb1c44b446a6d0f72ce1accd6c82309f3360f04c05f13b8709dd5ab7fdf3b6fb329c3ae9fd406e292a278574c0d4d6dded1895f173abeb19d490625aaa2d7ecd842692842c9796f7d6e07d57ed5d5b01e3aea83664c5fbbaca2c03c845ca5b69c7ce8b8dec3a4da6e0ccdc7e3e9bc7385ed52dd14cda4585b1f6080f891113a490f050f493b3a93f8d79bc0e2b415f415d7df86e3b4738c03aa5699d70bbdcba0856723fea7225ba8cab93129c29a7a9e64f738b965ccc049cbe9dd8ca500b2c6298b799ad90e5ad78b346617659b6eba4b6302918631d67673e1145e0e4e3123bc6f195a43384b3d9537210044ac56c667825ae4393e28fc8c69a3cc62661853ca1edf7cad569b09e84218f52bf4aa253b98fe5cc6e0a83683262d49871baf2589645d1468a8a68488d04a9e3e913c5309a7cbb2341bda087cdd5429664f6a88d9a787ebdadc901fcbe52b2c2e05bd45482c35af643df7dca5de367503214b5a54d2477e67d5eae5c8929602dc909d20eb0172074b27ef6c0b1b901b148a987f30c56b8369dbd63357a6a634cf8e53589e3351f7eafbb4d943888dfac9161c0f566dff149722b6a5483dbbb88d1532c088e02c6c3add2131035fae29a46f1f0a9cd6136bba6364f8d1ace0ec39bfdda9da77f29726b5713f6478b3c38c0544b684983b763c915b7afddc6f37499c335f58a8b457ffff5f0298c75bcf410f5738222ff47d3f4a1a74e1ed5b08adba49d75c674af66dd7aa17a423764156f0127917dc81247135a63eb7a12b401118417483a243409ff09859dd2fa386b75904ab8c5ab9495e0dba74794330886dd61fc30f63a700d181051d2df8e2542bf54c99c270c950a48f26f3c0420af7f0957b8ff40c54d492725ecc7902a4058f11acf73f240b0d21d467643538e5e2826661b8f08dbb3de21a425c69c2b2b1f929ad5e2f6f231a417ccf6e3ba7b47e68a5c7a4ac865a53f775181778e81cf379acfe2066cc0ace95740925f0b41486e828596c7be1cbb8008b3222a3a5ec4690003d30c25604fe2d6bcf6519a42d62dbca142bb2cc88241431c97167d641d7dce36502b3a9d6d37bae44f4343bb76ff541689491d0bbcba3e4da6494c7bdf599086465d2ee2e901d678767385ceafc918c529b2d91266e1575e0bace15cc617a7d98e3e7fc23e94dff6acabc764a8aa5e06a8965762b7cc95d65ab44827afca52e0fda099f7cc7aaacbf225e05b7916f702ff20e83269c23b781d788emount.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(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.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/shsangiovese 1663075749  "#$&'()*+,-./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_Updatedrpmxz5ppc64le-suse-linux  ASCII textELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=a45ca0af3fa507a0363be5301488d7fd17e00d9d, for GNU/Linux 3.10.0, strippedBourne-Again shell script, ASCII text executabledirectoryELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, BuildID[sha1]=6511cadf82628129dbd3b01ef11ab2e525a6fa75, 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]=b0aa716da2f8b916bd8afa23134e986b0715568e, 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]=d9230a913bf17f5473d7bf28d415a902ce004626, 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]=cb958f1a0d8d75e9bcda30f749eeee00130b21c7, 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]=51cbceb06226ccd7690c941c7dbb9426f6886a20, 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]=c83060de81007a12ea5e120b61e1244c0f0b5490, 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]=45887cf0518e313881930d47b36cab67a111c6ec, 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]=3b823dc1531c68aaadeb50bed3706ef3f7567c55, 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]=89e233e53b5f4f3ab490ad3378003bdf28d93237, 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]=91f2aa69ed1d1df2136d5ae12a2b51155fee0d41, 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]=f2fbbd6e0bf7f54ba3ddedf89e0eb1c2247d582a, 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"RR,Bo',utf-81a0e6ddc0c8073057abc4f94e4771ced929693e1992508a36c513e1407ba8716?P7zXZ !t/ȭ]"k%joU̜Y4J"[}{H@Dh[  rBƫiw䄧Sv/i/7XMk^/2Ξ QJ!֬ݻo> ,6.S!D:O&nK~_>1TZ`uvecgzgnc]"bDχU-$ěV ;\A. WF 4̓0.J.*h8yRrh bI 5(!0OK *HvaU:)lNmX1d?D:fJT% f|H'4B {Yqڕop L Ȝ֜=Hc۫N4JeΨNGT+ČSZt[8/. xU,-1.pH'W A`ʼn0"%6:7bD2 :% t[\9$u) xt$W:_m_?EP!6SAKiBaw gxfR  tYVɪꘈO/zU L Gk.P&n>q; Lr#mbڅ+ rVY/%}*u4`\2TYz3v䈒 5r!e48-\BFMtATM$]3k#)q,s򢲩S@BތñDSJpE6aCUi.1VU(Ո؞ĵu yݕ@6_e8X陌}ѽ@YZ).lME˲~:\'x6h80phwH _{ԡ ~Gt򞞒gO6?] ;{p`,7'N1I08ӎY#:jzաP33ɶjWL4gKMbXPBE+[ߓNj7>x }9bW&oB ,pqAՑqxoNX|pxM E=3l>aGQr>Dm[}ioEU6I䫞[&`2a6?I{ $ȁw4QlיEWU}U4CyNЈ46F*w-ۨsU9KsC16 *%lT {h2g0gGG@"(Ps(tDЀ`ٗ) }7'JlB)7;+DܧGXa촕jS}Aa͛sKNٵJ Um /:nȹ $˶0X%*?\06Q4#??hܑ]) n_+N a.X J{úOict?]"uȡgtO7LD/~ ήL se"]i~?֏KH\ 4wJb8'Q9*)+fE_Wb]Ddw#teL*Py6n$Ȱ5D_-jF n'wW7o T&E Sk Var~FeK5H=%e8*o@9u+|;;;zs-?1Pm.9%/k fRgfR C-̺`KݕL>/oc3uzT"hKA4xGNKI<T (a=!2ky}]ASCfb$٨~arͬ u*@ ʰRRx3ο=V1pMZdCU39[ Hzvw@FA}YKX N<|? rrS_Ƭ[q^)xh2tӌCN4Լs\ۍx[JSlhPs$TE$AxwR.#<01^]lb4zq)Z]]S'A Av nXG$=O3Lw!ڨ;4wј2E')b l\wӹY:ˊֶmVoDBn!זSr$B.v\ì4fer !xؼ=.IqUeM4 QC :<(׭)$w%7q`8q|ɂAFOr\0w|[y끟EBR&Fލ"mMpە+<f`T+{LY%p-`>mJIK+Qլ{2-5!ć'-LBǂƿz\4*ot>RH%7;e`tAf ,nBĐ`uGyt mʁ9Bu/+N8/W N])A>֒Mlݚ:~,]dItHg q.`L6/.%> Ys.{lN8+~X.{7܁^ (D{E׶[ zn{Jl3^Z:L9 6m:q FC)S\YMMUL$f!4N /s(LٓCn:VډXqqPgǰd=l`Mwֆ+p ہfr/Nl1$g-M'&1@_O_'<؀1s<1&l}{"'esOO?$+?[y ´Eڑ"83&f+vCL{liLGPioݞ=otAM:&{EKP3.?1&$ҕ9<}JWhqM 扒FhC-RC=v (3\N9Ş$E0y՞YJ5Qd17[]|Vãw7T\sܾ6G;54Ţ@Tie )Y&HS `ƚIַ$2.)S/= ;cMɺT"DĎPB寪yK<sBc[䡨t4_өk";*ˏ`Kvi=8w3Ϗ'B1ΪU5F8PU(Lemka;I j9/@:~EaI51D*ƒÑ1ͱ!\ү B"Bʹ +~h=Ͱ?3GDิU ն+|W54=Z8;)  }WyjH? /'?A=s\^ !TXfgqw* BQP "ͤy܅)ޓ$حIⱕQ&=]rprqDWfO<ь1oƻ|ք Y;]!@OFd\yX|V ԷҥZҭ6%h Vo%Zuwt%'i#bi33' +n46^Փ8w7Q˟-+s?G hE[R [~䡜 NcCsdӸT$0(66NW_}BPR>1\IX jbi!o4.2lN3r+tұMWG?rMQ hqde-?Lܢ"բaun|ɞ仞FjRqkfZ`0Mtw=ɏ2ےks̞"KX2 4ѽɣܸ֗7"C?'F; R8o'hI.qndap5K_X̓ j*=GQrNnN&3mFkd" xˏ%Ij9QuIkƼjOe9tX|B^`1LQEhck*u6Qg.ߠIX=RpЬ"Ԙ<W ]Gm* ʵˀ]o쫬ʺ#Uk~b>_ "h^Fjv߷h;HNaYT}9ڙ).ׂ-[".d?j>.&w4M;bnW VHQ%:ܯ~xn0)sZ?Hu74z"-=۩ 1u6b?9f3T1m-A݀ANmӶu%ǐŅ1-龵'=9ǭIJݐn-lE?؀$ɰNSFJ$M^`ИʃԐӚ;tV,J?A\xRMͬJP^?tN-B™:n)IX.SI$#gg ›,V~pnr}(TcYFJQh$-5.O| 3&!ɘ >bbø<7!\#E(1  k?U+nq30{"t0I~Y Pbnb ` S 'e֫N`;gRSzʨmאQ,Z4!*@.[Qo,wٻSS %sk}.I蝝9nۑs甑@?P4Ey۸i5{I x}  ݂3 [8jH)osؤFT!nd6rT]SS(HmVyax<': RVOhD1/m}J>b? UZ)&M$,Pܜ 9PET*lfo2C;ճ r~!6fr/70-{w@nڨ bЀQCfJsD|b\EL6:EzٴRUF2#E~ҡn3IdF!O*-LXŲZVD}OYzKVpGxf-iIar](PhMHKR:]w9{w嵩gR7ϝ իDn{fMڀ1+Cjp V*=: 9{~@Ƞy tN5*_xNˡ O{&a CAW\œLjRhǻip6RrCNͻ7 SlT Khr;_QMQwpgDNa&hsQ\jA9fx)Ȅ'/} nކ#A1~6T85 *H\V8n&hvhN=~{QXF d>g  "y=0E"a 3t2^|&aMwHzC%͜%@d7<_3I7WMŨrChTa *I1S rX qÍ Wt.t]Ŗ_57]m6Qqw:~z&&UɆEGysAHsԣa@8,>N<Tʈ@@o ֻU8E׬jCvg=Lפtq8j \VZ:d!3OsPxҾ.qHыZ,'3ޠ%Jl8Yؽr)e]u5-U}+zhl`\i!b7$j9SXs%HחX_Svc)aʃ=m'G| ~Q=3h ДD P4EHqߠ^WI:0w>j=w8XoH׳|Leg]ZkЪfzD/ŸIXD a+n$ν E |6NI<6[}F'4iy~ةl26(7֌hVyXUBֽFS;T_&̋P fFjY2'~t;Uп_;vp"ilFҪMa5y]`Tl4-X[6{ Gߤjt(n;͜C%u4^+ 'űI6Σj* Jj'c\EG fhg}?04~ö."qs&IS})<O B*\/o/vec?%;t:>ssd&Pkgl܇|B PTE@¬$-!ү?1_.mb"V@ ]cl0fN[`J+[hyz^x|h[طsi3ÝmV.fKƱHm*OprUj>\^p|i(K6N@ m`:3ݱjI ?"K.anX?7v%Tf6ƚX(hF1IMnXƲ7(R7sI5bi'LtzMtNql gY0K7+i&fXDvnCzkDۛM"ŦqiTUX:J}޼o͈r=njF w27^7 x*G( YBڅޅ ^avbNCξtb }.u(M|)[RN.tǢi2=WT\>'/r{BBZeeTU]}QAyŔ`X3{L}yQ,"xz9sV`zWG9/(S`Ʊ޼x8DW37n$gE+l6/N oyά_+EG^QqI Ԁа0ⱧΒق` fkqCy` mrhJvŮ$> #~| njNDc?y=`I h<VR3 K:#ߺ+c6~c ޯVp9bf#Ƭ)C;O23u#^ҧc 86rYg=Vj ui)BL$>AtL3A=>Pah9-PCQfE: Gǩ LjJ{ٞ4J!w y. VT~8~a9A ^ Fގ4e[הL$W;P!|7L6(M({Z-잗0At_BP><>^A8}>c+;Ų\לaoE&#v6ryk:|qzJc2ЎP"5e$[#*4'UZ+)u=}<Փ̍?>d܅;P9̞[EBH*arm MWTegDTX44L(k$ FSVPQAM8ǩjlYט)p+u#jnR'kB]6i$言Gay!F|Apa *:g{leEf)Dz Xk ѝٲ,-2`S\ e\da4] y>F:GE=nզyr#m %Ec.(U'pNC:9ASp% /aM9q/B닋*}<);ʇJ;/K'Z 9`܌1l$W>[!=|,0ls=HFTZ&aƪpeP6Xxdsm-ek䧹HIprSRԼr> VOR/3?^!rz˲D?ω4vq#ݗa+z$rIBmi>sWQ~WV'm# VYyCuQ-hd۶DA1ڀu`HE&"FFf6q}dSdM5ᯐ P 4RNSUiq:5;찌vob ăT>XbMc:B'k_@r C4TmoYC]N|.k#IŽ VT{.Mkph$jHиf/E{3ma$twYEYܼX&aѬIN2X8 _xǠmvAJmf<]~:]Yh4;GJ3J~C}K6eAwC]hiM̢ SNxxp >U"7UY4+:"4*OyyX&vfƲf/B0}~ۺ˔*^k~UDwz Djؗ&=Fex>: ̰#۰Nh3<٥B~&\DpV)6U #. {vv@ޗWkP]mqg!R#Cr Hu~v&b 9 <\\imbKgB-gij1I_+2:l ē4kSbI|>C? g畧S|4#HiƭE Voo5sILC/рQف({6"gހwVS+&?ۮ|[!_n+ZԚ$9IɢLBC\ݕg`hKóuGE-gn궜%o|{SE<(tܳBm}"=oٓܵ Qs;iλ@ W"_[Kaœ^&[1'MьZSvq\pdw=C5P3Z,^;̔pkDkpBxT&:CKB I8 P`˘ n.^gƧY(]YɊ-6))6,񑧡>aXC A1&C1z̞A7ਿqEPQT!j|  5d|Znt%uӳFgA.YƧǺU "(b5fuA[iy֚ p{kLc~d%ױ3W|וx,fG`eSڡ_Wzsnٱ|z, =*)jDCm$3Do2HmXW ƏCN?IR]M>,. +r}pyD r%6,sNkuߣPp2*%h9hh bMBIuknSHpҲ?^m<"CO K1|cbQQ^Rh? ʃ&se Yy_y3sAy222% o:tVO:?6ʱ 2@Ξ>[q~+@1K Ni>a4%^"P,wBKPK킄Fftn~{.[}kiP6]ZGY+O"܊ߍ6pvE愵Zu>iݘԷ!5XJ~T DHdֱ>Qvڛo}Y P>KTQΏ':`A,`sUjړn"xh;8͚@&lgr۪(M>j fo[72ԋ~[Ab088/žPd>r(C\2JP,`EGۑO4)f)gEw MJ&,"o>_ as4Iހ'v^ҿ`7eզ􈾡wvLff3=gnQx6Z /Wk<=#% _/ﱾ=2&O>KpM"N/,F[RSO>SDȑrГ\fO%5?mJCۛa5ֱӼ֙f#L!oX2Uy鹡[\Us1eE9YUJ ݔJV2/0VC95RBlBbC+qGlW•mPԉhʷV f ]\fЍ1a?STd Lûd?1> Ypl>!z0}$j% ?WgoUM"l|[ƀJf@0C)w ty?.cNxL{<#fK{> qlEֽ׆yWIk9ZTsñ3Qq\quT6vE+^ )BabwP*MKjZ8*C@җ"L5&8MӔ>9#Y~j4v!pD}"Tx~8u\듙EhxF32am><$ н4`YxFwШvߕ2{O /ޑ h-BKUR@.;R \Khq<@hgo7~"U&}KүJ`>TDO{`V):BE/ Uol_lAX4t rshmdXk|B}Jҋ6 ̗١|aJߪ'ib9XG}OZ3F#}a>z+v)qg5XF {pʷ!9l=ud' ~r"O ԩ_¸VCEDYRMU|T8;o W/lGfq3 5KcM+ߥb_6g_dy螉 0f A]Q:@Y11"/AHdQ.'µ7v}8SѰy3̘hU n>ٻPܣgR%/&17!H 8:J-!RJJ֤pC\fjyOq ,Wʍ9ul0y=dln?N=.i:g;vzٴ@P0C9S=@?G'zA\5u v8z;,F_:Ań 02U SRXl8F_byTe^'ZVk5?~-Y:_4vh ^54»)( }œ.k+0LI0c~m [-pyK 3?MHQd]*5miQ"ld| M)6Syd2P]A;}FsiGPe> \~A4| aj驸^vE!aި"M:Ӹ7}; ~)e|!#G?! t weD_A*c$c=kFѹ_" 3;tsW_[ٙW)U{MF 10NuבrA"ތq m@J4+K**ѕ8DE䅿7 S46lp&{&ؔkJKd3 F)_PRɪl+ Æ/RHqauȆ߈'nvx{Ohûqçd0*6k:ep0u, b9*_"o(r*bާ{p%ۖ0_4I;Ѡ@ 'Ԗ۷ۑsVwY9(NUW*< beRy ^>W7t/bnFC~ /֜bAK.Dڷ>/ؒ_:gtU^ҿPdN`&<#J2NK! Q8-✟%03[Jt1ZoCp?8k.&FY?iU[o&0 S:/Rhwsˊ\"3Kcyx:v][=Z ˍ0Ų;PS/])9%YǧϳQF>;F%Z{noO¹XgU{6St(GFBHnQz1[B?٢JI;C_[aEa.. $e̳N/"J鸗\(u|7rǶMiNl`.c4Qѭ<ƙ%ڢ҅+0#D_͝1V֝<6{o,iwԋ_gֿݙyYeyOhigpL7 \B7ZWvlA]_)4ΝZ;U*+W4od琶Toզwڌ 81*30v5to6:~ixt+N!Ö&2vN Amdhs{Ƥ]>{wA'YHU5-ׂtԔ6rT!p"}mρZư"Iݟ. V%ViEհH G";ˇbPOvUa+".sH' `loi0g8_p);͜ @HG70NiIU@V#> ,  $jƥP3ΕcRKYyV gۙ6+a*C"յg5 IahJ#z}R=[`x!`]U`41^Gۅ,̮G r|Έ)̇O.w8}uZ$V橫*l=R|}h6lLgG j6 IX0^q˹SX{J-?eeX=A瞉B&n{a06I=)cąk;2%Cm(9G3^CQd iZHςbVcWO@x~x a _VV^mov̺кv!fe#\"X{(zNj ,jUpV`TL-Irێ"~wΤרf#&ؚ]mDFc>$p-?0Mn,|*fƀ8dWR?^|^ۯ@MA G5 [c k#>DfĤ3NۮHNu;i6܎k:J51B(V?GG-E40a3^rmwC=TlyV|!켻bG0~w4z H& Id= t)wȔ"1Ȕ(R™FlUPx6f]ξu2RMݧoPI{|/Q]aKP~ʁ}z_Bz=S}B5/LH\hr4b|` άrzHf썟nZUSߊzE zm!rsu b%jœPmϕ/XѢ񗱕c":t/ s9zI$]8 97Q-|DMέE\ yFk~aUCƢ\hya/23,Fy:au<9HoOM/,fD" AF^v[\Ee%N/no$`w(+-4 '೜rNŲ[$؛ G& bb%C{`m^FCz@˥k;bՕGa:~wj+ݫurџw*ɡﳅcty9RSc.z+,A#rRPɮg3΁VJE!8vq-<{9-zCm J-B%!)%htf.))suz0K9Œd[AmG`7-Dл{_%RH,RaGáSAj-kX@j͕2#SsRPoNm h[D( Xh*{{ @}:OwDp#TMb͐}Hn HOalJ>Ky;ٽ&}/aw{C`OHЛB]-.%k24/|w] *YQyȆƋPK_^_t[IkjS$@ ."nŕJsYDG}h #)؂{7!WȕR9a $;@2ѶG_ѱ YiVb&~WsU!{]Ynt`@\l0 r  )v>8|Mb}zCT#!άH }Ѵ>#(OR~vGX5[`Ft@zR ?{bB&@F$,ȸr4I>2/_ Œ7Dgþ\ot$,8ϬP-.d"?4zyuA<ێ*A-M鸸, 8%>SAiz6Se,vԻ_ֳVlr zi^G,q{1eַK % RucKRQ iD-: +'8vWb^6{$"#~TeJuCknjӪBBB E+eٕ+ec%ޱO!9)L9 iз=D9Լ8de>-˲V~EQ.R:W  6-\'5475)CgEJX8l;F=]._9Ey^;&Ìޘ*;eٰ@YWW ? K' $XZE2tC}XA݀L""q%-ExDJ46oQ/6RP0^ i2Y MoDNzJi+_%7 c%n"*DmByd $t{;1o+΃NjbYQ--7F,|fL2O֓EX 3]EZ>o EM/S.Ddy=y״#~uh*Cctf }v zL?R Y;z&'kb)e:7br9޸v?A̸K\8O|ϖ=(ڿ0 Uf@}8*gsނL'yjfu ؠNncV`ʢ2ўCQFk|Fdߗ%-4R@Ζkm=t\]!ν9Qb=;pcϜ`{(frN& U4Ҽ64ٯaFA/N6J[e.aşJ.aSigf`Mvug+dc ^f6HN&PacjGՄVߠ%9<xhUpMU/R`sP+/B /XHCX 6 [? k"A: 7NDiJ/l' _uE\3_aVJ8"8CAjxQ,o71&t*"S-1[Q,b/݇hc=fȝDh1o8]6p>Jj2gf0"l.w[m6lp^щ ']_8v].Z;sCC%e:E-=\EO$"BY~[XV'=<2v폲;]ž3O#Pj5FU ܧk&_ϥٜق.u_E>Ιs#\Z9o9Hpڧ'j8r?ZM/$޾6\,V`,~DK1s3˜|e_s36{jOUuHGuu&Ba)͎OX{FTAl+asHVa337K"!7΂wfZ'YI-a)˒Z7"<398ݫ v7:1NKQ #rE [aaMUmq?ծ4XJ:ADS]ۊ{ }Jo]@"^Ѐ'& litH(ػmuTIvhCj!uZ-Ib u겭WIJhiTIQkÿ684S㬃,ߔ{h.7Nѡ~+e oZ2\@QQpcX!$+&g0\yC|i+Hu J}Ѯpy\{LAgZmwhӯP: S.g@$׿{us?r 1ĎBUVmxmK^v>V(/q5uBaTaW\N|7(TW+E4 lآ56!w~TꄛNĨ4@\Ӥ0B$;;dң!2#t†+JCq]K.0R Hw~OǻNvI19_AB Z:=+/"s]SHͿ.b<# $ٛ]f2/ NK!S8+q~1JƤESS񓧙 ~]TG$)]ƥTz k,5ɆߚvC#0]8om?k u3U7V[ghhgou+BOEl8QAUU-].3$ ݔB"?fqhv=POs΀_mѝOg|MZ1'G<+͡SQ:-9.GQ9-hB! C~)i!DMԘ2YB,BgnGy)kzV!z%bJSRz0q` ]張ܪTUθgý$n>_+;ӯ:7rXJ!.QM6Xu4˲>a ē*gί5k*ZVqC>!Rft1I;{8oHc+Hg> ;cGcOǛz%xEP\;n^d &9㻣gHɛCdzkHjϲ aﳝ#10s8PӣbhAՑD {7" q$m~$ 56;P.Aj u.7'<_Dc ^ѥↈ+4ʇw-trI yDG47vmyT}}lډ9DE[rC1畻VM_$<) ene' WA<p#Xynu۩"k|}(z ԇfT0}hCctAZ44t&'D+N g06^x^,BVɘH6ZUkdvM؜N €IsG1 S4Rq}ʛJ9ԒE]b;؁% 1B׸>\~$)T_UL㶇ށe$GQU& nIX͇2h!np#.5=ab,D@lŴEEd* sZkHLM''\oNo .ΩnEI8F]>XFp2/tzMLTVxn/4ˬTG|vi{/z7)AAG% ƛzz7}xs2/bNPH4ax$onXs27nd!a.]Gl"A9ӄ)̣LjYbV?V(ZD'zl?V8Hʡ{zؾ-MDŽuIGdk^. r$0ҸMkLj԰Ҏѭ d?pǼi;D30O>0=Hw|q Iry }-Vۨi惝 xt6M8V y1uRAh8JY"Y H*%(:ц– .7M#$taќ:PY$Dc2RP"  M :N3b U %,^̎ W騠+`WO>ek̞{ cZp=~:ho>9i_s.'! qԆf] 12~mXx5ݽi[ R/r]3I*~l0TW ӕOq?(ԕKZ<$ +"}DIR-9[#ca(H :P6\sʻ8rmk,xX˒*Z mȠ#bτ@& VlY<ÊB{=P-8]!|{$^-U3Ƣc23X2=w)%fmAKxB03qKZhvE DoB Pke 1nQjLVWGȄ>fz{un ֘Wp@jQXt5Z]TN BoŹ&40,kC F$̓h\MH< Q.$_FK!83M6lɝpP: rhql;bVb}MYg, _x5}nvQ.xCEHtz(-#8I3s3c%`a6z^'t; / R94{ytXOfwk&| ʔEF%LK%y[{SJ{6WIk JWG9(W^1| k͂zPj9Hþ$bF̟ӏ=#@kclN(xS/OIg <&0+)u xUWr3kCJ)- ag95PuX8'  )JZ@tuK3,`dH%2]q6"=&rDZtZNxjGcHrM1O^N.^7>\ *&jxT!e@U[w"Hc~\A1E)2)Y^9r|0SA菼8LMSU/R@gkDhB-6(?y !ܔyٰ-rFd2fk!?H}.'>-Xʌ~zp3H Ub'$S%A3\@VYᠤm+g4A 6VSJ#+ XhJʩR~ ay֟ Z!ogZVÔoXGUfA5[+LU(8H 7횝 [Waۑ = jÙk.Κ&jQ@榃?LgjӍYzRm~uLH&\a!PI:+018e7NЍf0xZ`!2 ߏl,+sR|HY2 &^` {Qȑ*Gv~ uiA{62koFEp$䫎?SǙ4x^sishOTFfK|&l-vM[|PD.Xܱ2 NfC|>σ'nιB87v "8k`3GOVӏi] ;;n$:|e)$YJ޳vqϰG{R{f}͝o:7KeLv+ j?՜1< ;0|!QotW'U į#mRu|k}' &nc(jt|(ް@i ;~C3w8yw~YDP׍|LUǢ옏v f1 ai1U9}%AA' 0E9uG~Ui]z b^w[շ#S *T"3<.IZ;HlN\-4.^ F5zGwF֯"~+6ip <;V:N0 &lþ0.[ՙw%}z3jPa6c܋-BŠby ˩|knE!+Q* ˭BkIqWNɐhh{Gi]P,`G%~0,0 :>ة )XtOjC}z$CWhj{:Np^ ֮HЪZ6Α&]'N 5π*ߐzDqKhgFh^aMEUH~bj"Ԣޗr8MUt/~>֧.ޣՉ. 7FX nAf2Lt1svʬho.ߵ=H͘~#iPv]]~o|2M &3iҕq^o/SLYĤh6w59C߻ $AԔzf=efpW8T^Qh]%|ZJH$Ajv |x85X׆Tu A# hрhTm –~uӇsȆiNJ_&iK$RcJ.Y tAsG]yhF#"I'7MT#K]3)< B֞,^u- Hxny?9.bJJ*Y'$ \ù%h }=(#ؗIM,`4 m]E5!c?WA,u HF 2 یg ]>%/DaJOњpodWM1r ާ:eԷ*lBcͷT.[ˎф@/}|TN3i00mXRUYbPP&T-3iIT+s@ 6Ek/eOo*?:ʲQ&a P3n5ȁ )bBBR_R{agUf;٫-^\F,vݲJ$lD ~.Fl3IW s"l0 ZҜflL?y2巶^~}h˧$2'N(:Xz p#YoSX%rbbB=Zط?TTd U&t1W>z;5 wԳ[ /.PkMKf\ǕV+CfV84:S|۰6$zIglՄ9U[~/"u&Ѱ#sC4b^}hi]̲8{P܊Bs*ޣ ŀ7N@64l*F8ɻkWz50bM@WF=JJdzj'mǨ蘏*o/' % 1=?ģn TPڈt]pyd @`H 88x?_]`SΌpnrtv7s'I |/*L^ G]"n]^tU"}ޭR "brRwr*mн4#t~4 KbCɕnGc[hb:7WCi4?,t68ACjhuȪ8H w[-Q p[,AL *NK!ݽ@Q4eW|ack$A:pѼ ]U._!с>A8 oj3VGqwl]/ ǥEv~ stҝI?'Ud3'EsX-90h wDFy|N\ꓫ`dؗYK/ $ygODCq8>R~5h8!0݉/ptSťP14As8\`r)6N>萡<ϯO0i/U|)j^w֒1$~4Fq~Q]6s{#N m!SoiH>a9V+)2߱sଈt}bN\b ğmE0ۖ8ԏ^Gs\ ȵP@" IDܲ]SU8'}8 ?2y,$43MjTYp 6R -eB)PO]պeQϩ.*1Z\(G$iw{^o%SN.r圐Q+8җ _9ΠHp;9=Ż,pKP%IX$X>̤s{So(Hh)* *:w]#?ye蟃JF:ȍfN>Z;]%s'fol1w :J$l'ȉ|%oU ۙ#$\:Wކ8VX3d3RB{_`P]$qOw~LR!eCny \a1dߪN41iR Z_hpKs U044PUӭC<,8=9~s& St]M*BEtmwقUػ$" X?%*)@aE Y#pU{X*1Nhh,NGǢ2+P7;Wa;$̩9{C[X|{?凬 QsDalFcƥߞot``2$#9pmKdLbjg~*Lb!ۺӱo88pyl2$[jkΝ贔)s_=z?]s||-׺Wt_A% G+b*dz mw:j~|-#+@OlշzL:"@1iqqP`D?2^WEDHit@h -䴊jf !3nUAvkPbKP_<\N,GfҌcachr#4[+ 2^u9_DC:ƴ=wKeNX"[ΚS6ےi?Fic3j =n ._6Z60 B$g"Bգv4N\P\n&gBбe#2z O1i* ]g9׵iWdt1rm\}R{]M:@cVxQ;`Ic;mhJ,iӾ.%{GN 3r- -̾~!#)致Z` u-Vc!U bts o&%`dN)'=VSݠazW8UzVzO|EG Rn7xB.=}!\ξ=orDp{}ǩq<cV= n' vJ: ͅ9tB0iO"?%x{aw".h$-h*AH}Ew% <;Z#ݫ͕*,jI5Vт]g`H -ؤm[)sE#R6*K"CQ2@ݿijjT;{P]-Bs3fKB8A>Z,NT3EcCHqb44L0NdnqZ3 ڟxʓm1xG1% *Ǫi4~ nDl⭚spQx3t@4,q-3C+)o5 0'J`2xVPPig[LJxC5em7݅l~.uwɖq--AOKad a CID؉4b=؏z iX|GZen˼<`m>}9,!yҼT-ƴg` 1sŶ/;V溿|FE\g+2];T:![p-ɂ;o]M:xחٞǣs \Q$Y|h1>O?I G@07ΪE=g\m/sb9^~x^,?C+vL_|^ӳ)Xeگˎk6Y-쑑՘bSb_¹ְ7 'Q -ːv'9 2U /'eaqą!UL-0%]mPz~:[m8HQ@SvbnfL>,;G”˹Ec WTc}?>_9J#"Qр\!%+yۣw^15]0T4t8`Sj7d2<$VQSrYZu/uͫo18lI]r;p*o&^>ɹèe/ a2 53yI%sQ*d9ʧ؃~#LT纣6=C1ޯePʡϊ*K5:}Ew<^qĘG1ܳG H4GwϕiN|\Ey@/̇3f Nah7qSw ,_PQs{Y׍[>\(@+"!iW$!^$+^L {FahΩ A⧞y>_ot s,*@3b}Y? 7w 7by b Rh;G {3Y;%p%q}Cp1Ų75({|`|j^6oN$!};tB(]A4+E9OKU]|:aW?Fpnm9x]m4 RmLG?}swqko qj߽[R^巾>I(ΜꢋݙNG~P