nfs-client-2.1.1-lp150.4.10.1<>,p]/=„ 1d4/-X-)厰uuk#vxᒷ3"eE쉾4 mǛ8Bw[g(i \EJujcvrN|vl/c#r|L[-Z2 Y򌉒/YFK.`( a Bbu@P0Vc,dpeޏ"TA׬x~*ihEMt;94>똅qu-HYSrGnvsT5>Ks?sd   : ;AI{M0M M dM M ,M -TM.M0 M11M23 .3.7.(87888\"98":;C"=W|>W?W@WBWCWFWGWMHXMIZ0MXZYZZZ[Z\ZM]\M^`2bbcbdcaecffcilckucMvdwoMxpMyr(?zs$s4s8s>sCnfs-client2.1.1lp150.4.10.1Support Utilities for NFSThis package contains common NFS utilities which are needed for client and kernel based server.]obs-power8-05%openSUSE Leap 15.0openSUSEGPL-2.0+http://bugs.opensuse.orgProductivity/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 test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then 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%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else 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 # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-nfs-utils-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-nfs-utils-update-$service-new-in-upgrade" fi done 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 /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : 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 test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset 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 elif [ "$FIRST_ARG" -gt 1 ]; then 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 if [ ! -e "/run/rpm-nfs-utils-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-nfs-utils-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done 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 /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : 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 [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( 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 else # package uninstall 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 if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi 5  @=T7/edkgk X ]cP,   xzIXw+ps   GA큤A큤A큤A큤A큤A큤큤AAAAA]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]c8f962c35ec040337a3240dfa1bc2d3b2c2f314d8684f79bb780751a864628de92183c11a6c69a4437b3b7072624077a64096f503803587e0f7c77731e099be816926e89ab7e0892638034875616f21ae69822d58f9b8b690112b096f93ec3f065db2d9fc611d377e8e3e7eaef8006524d4df55a9a1f882f22899bb91ffc1f8fec9c843951ce11f8aca0e49ba6e5a38e29b953431826e1a9d59a2e5be925609314161e04b435aa3be7b1308e3229a24f22797eb5ad9ca35f3116d69aaf24543f9f44366a25fed436d17c0b96e5e20ebfd37026fd159e66263daf7a2277d9e44d2df4ccd2ecd2dea227425c4a5a471155498a1753cd0f24543a87a5f30034e82b7366170d3c746c7579dab1c6cabe78825ec017831200a619ffa913de624dd2b772fb2c60b15cc958be12528851acfc69314dbe3246dc4044f2d874ab502ac3d344865bf16d30152c12395bfe6e521349e735c6b3a921ae50cbaf311b50866193e824438fda96602f643db60c549f2df47dd116a2531a4a051b72e4aa63b674c00e3045253bbab2403ad93e10de9104cfe98c2db9a3df5ec110721827bc9e85c76bf30463d32b6af6083652afadccf526c65efe9f118095f1d523a3421dbf16037c229aa3095b6ede467eba908e1d2f840180eae7f610d48cca317015405837f8dd23c5eb8729e976aa6cb8245898400d645a9ec1c25eaa63eba23d6f890f5af7b275f06b11d50d9a3fb0aeb43dcfcc2ae4c1f980b92a632a7073ca3c6afe7f6d7885f167a7b2c0a37591107e61490eff5e211749171c6fa57c4c8657891c33aee75132e221e5910d1afb0cd689e56ca68d683fd3e780cb64f0e792950c4073d106eaa6b9230c17186f3ae3b1025c29b180fc872a8564588bf21f6b9bff89743429afbdb1c96ab8cc97634096911cffb511738d14b3d4529707a9c647df715b06978272e0a2187472040fd74399d17364a173666d7f86c3a768f3187d61b8b9b22219d21584dcfffa25e9081f189dae1354d7dc97e9d398f167def931dea4add8283c604201d8e0e974ce6cf50ad41720dd5d5a4f426f0898b379afaa5b8c51b2dbc02985e9b5ca0226840ba2f6c9b21e2ed08157d24c845f0f50826b3fdcc73d0e45ae4550c60c3c4a751c34be1c18f5b3ad70d2a10a40577076732f72f414d5076898d4c02f78ce9d0184c4173c3a86ede78974802bbc8c80e48701df478a35b810e54fb6c41d70370e8f8c59844c7bcc3fca028989f75ed595a9cde6e904c39006480044403bb5e937ea664e5dd3f69f959faac69cd6dc802fbffffcf9bdf618bd9a5bf649d5db94edada2b497ef1569416d6d862ef116484f4907e58b0637b0bd2a880fd332a882da6478dc55b5c0095250819ffd8ba4afc17e02d45161c0ebd6f83b732aa21884a86de6f2c1e5e135bcced1728caf39e011832685432a5196253beffaf30744d9470d48179086a03fcf6cdbce53819cc33c633cdda61232b46a6f591c11854ed74c2333d88b7c4038cf66b099c4590a7806edb788daa920a290ffd02006baf5b61449f06babac3d236aa278271c46fe7e46023fac1ba79fa58ffc64319976c8b652081769905063263f67bd77bad1ef1f7cd0df51176c6862d49871baf2589645d1468a8a68488d04a9e3e913c5309a7cbb2341bda087cdc89377c83f37aaadd38793f036bf4acf3d5de79dbba9fea72352b7599f7389d87858892273fcc8bf370d3b5aa340451b20b61720a2d6e8953b7eb990f70e291db901b148a987f30c56b8369dbd63357a6a634cf8e53589e3351f7eafbb4d943888dfac9161c0f566dff149722b6a5483dbbb88d1532c088e02c6c3add2131035fae29a46f1f0a9cd6136bba6364f8d1ace0ec39bfdda9da77f29726b5713f6478b3c38c0544b684983b763c915b7afddc6f37499c335f58a8b457ffff5f0298c75bcf410f5738222ff47d3f4a1a74e1ed5b08adba49d75c674af66dd7aa17a423764156f0127917dc81247135a63eb7a12b401118417483a243409ff09859dd2fa386b75904ab8c5ab9495e0dba74794330886dd61fc30f63a700d181051d2df8e2542bf54c99c270c950a48f26f3c0420af7f0957b8ff40c54d492725ecc7902a4058f11acf73f240b0d21d467643538e5e2826661b8f08dbb3de21a425c69c2b2b1f929ad5e2f6f231a417ccf6e3ba7b47e68a5c7a4ac865a53f775181778e81cf379acfe2066cc0ace95740925f0b41486e828596c7be1cbb8008b3222a3a5ec4690003d30c25604fe2d6bcf6519a42d62dbca142bb2cc88241431c97167d641d7dce36502b3a9d6d37bae44f4343bb76ff541689491d0bbcba3e4da6494c949a293369fb2b273f059bb07a5c0b13990fffd74f04d0a76af6c62a173eb37e5cc617a7d98e3e7fc23e94dff6acabc764a8aa5e06a8965762b7cc95d65ab44827afca52e0fda099f7cc7aaacbf225e05b7916f702ff20e83269c23b781d788emount.nfsmount.nfsmount.nfsserviceservicegssd.8.gzidmapd.8.gzsm-notify.8.gzstatd.8.gzsvcgssd.8.gz@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootstatdstatdrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootnogroupnogrouprootrootnfs-utils-2.1.1-lp150.4.10.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-lp150.4.10.13.0.4-14.6.0-14.0-15.2-14.14.1 /usr/bin/chkstat -n --warn --system -e /sbin/mount.nfs 1>&2]@\U@[@[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@Neil Brown Neil Brown Neil Brown nfbrown@suse.comrbrown@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.comLed nfbrown@suse.com- 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) - Remove README.NFSv4 - outdated and unhelpful (bsc#1109792)- 0002-systemd-rpc-statd.service-add-IgnoreOnIsolate-yes.patch allow rpc.statd to survive "systemctl isolate ..." (bsc#1116221)- nfs.conf: spell NFSV4LEASETIME correctly. (bsc#1098532)- 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/shobs-power8-05 1571926044  !"$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQ2.1.1-lp150.4.10.12.1.1-lp150.4.10.12.1.1-lp150.4.10.11.1.0   idmapd.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.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/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.opensuse.org/openSUSE:Maintenance:11344/openSUSE_Leap_15.0_Update_ports/fb3548304013477ff224990040cd4f1f-nfs-utils.openSUSE_Leap_15.0_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, for GNU/Linux 3.10.0, BuildID[sha1]=881b198e4c314552fbc6c4fea0f79517ecbe06a6, 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, for GNU/Linux 3.10.0, BuildID[sha1]=b7254ff06bc1cfd5ba17167404c03c6524183a91, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, for GNU/Linux 3.10.0, BuildID[sha1]=a1dda74bf2b7c899b1c2bb138bd84902e0ccc44b, 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, for GNU/Linux 3.10.0, BuildID[sha1]=80350fb9947dd84ad353ce91354b63d844486b95, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, for GNU/Linux 3.10.0, BuildID[sha1]=10d8bea2c66c5bf7a72cedf5c0e7f9dace47e0f1, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, for GNU/Linux 3.10.0, BuildID[sha1]=0e0dbbe29aa847b4ee1d309b04e0226087ccc95d, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, for GNU/Linux 3.10.0, BuildID[sha1]=ef4d34875fbcbc1ad64a36d4efd119542785c3a4, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, for GNU/Linux 3.10.0, BuildID[sha1]=5d9b7c4b5c9602a9d0c71bf5a70743f699a584ea, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, for GNU/Linux 3.10.0, BuildID[sha1]=b435397e4ca81d1cff4e989402254e8435c5afff, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, for GNU/Linux 3.10.0, BuildID[sha1]=e7c687e80042cb6dc58e44b093f7cba7ac4c91b4, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, for GNU/Linux 3.10.0, BuildID[sha1]=24bd3ae9f206ef16c41a54b37e45262df51f82eb, strippedELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, interpreter /lib64/ld64.so.2, for GNU/Linux 3.10.0, BuildID[sha1]=ede79a849473f246f8daddfa630278f15f43087d, 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"RR4u0]Qutf-829bbe99b4eb81efb0a3456f920ca1bda22f4d74c5369ef5ef12ef238fdc13eca?P7zXZ !t/v]"k%u̜Y4J"JY׫xM9Jۅ Dd|>d{_硌'd\?\/~ӁT] B1/`y2H$*WP]ERh ْ?8߶Wš߾:*'ɩ~9 ^h ǗN=~Ciǯ,R$ஷK3#RAJ]kV`1GW@*V/Bo=bgISY1;Td)kjtOF &S 'k t @0Ǭ4Ɂ)kƏo.BvŸgWK"oa#:ϐ9Niկ n]L2D L*=OM4a9d 8Ϣje-捊)<eYN^Bu?kv?Lt~_ TILALт[{A(@^C|'T4N,3:`lJT? OGWܟY&A0ߋ6K۟N.ҦaXy6C!w)i,JrwrhW o_Xh6_E1xV\{uG~mh s@_eNSH0=DN"ffIظS4-{X ̈c%DXp8RJtmcf4"x.avk#暎dLso|$U{uMk/n[qћdiA-UfXEMr Wg@-𚯎gb!h7$Kt3Kٛ.?h~')$ .{K0+(#rW@vH0~LBQBYK`hs#Z'թ,(P=}K]!Vdc4` CVR1 ԃK%_V@&|!IB8|"!7kӉ=nfD3Xźε$+1:]\@A+J6mg>mnT)(@ Hxz&R_+N(mwyé:WLj}~*DENEkkm5augQD1r;r"NI:3,E~glrx…9&: p4c#hQN*8t  f*[d& LLۀk<U/i$uTv9hChͿpm`[J}t m">Ktń [*]FO5-Kp"Ro㫠=ݟ*Y5/ōw"Zn "S|*xo"^oP|Eyt() 4f[f5mT.E4נ\Zvi<ĩ!__N0t;jhN$"QrrRp 94Ү;)ㅒ\"=NHqLUnnhpWTDMAG2梾"dyi&}eUth" i: ӭY_Ȧ.aɻ: ~O6c5"w[ZUlpHɺ)Xd^bx f- kT%Np+{ǖP${PAidBFp[-舡,,o{\<^u'QJG7\aڐe #EZqEgv lە󔥼. dϤAt%Z@L摷`n;`>e^юRvhcm/J;Ij؞9W ?_`F{;f)3W:¯s<99{8*IvFr cl;&2vG},̏muvΪH#[ei -հyc-UfTTW 3 :>^Uo7tZ q 1w1+/J\"p0"tCe1N=$%t5&y׮6 ;5i寷OVJ%*s:^}:OXr@L_t۶O(M?&>/MϽH!6eȵjBPSXu2ś 88Vl5L0zbRN'@KNxz{c֑*'z##ϐC Ƌ5,D^h3jU&dGjun$hsOc}k!\P+2¡5yʕ-fA;D x7Am2\&qw;j( m-%^x " 9:*۽_1\3*^Y>NtBzn/:h!>N:qf]٥TO)g$3~![GyO7uevdwzp\ӫH{ہr_.Rp):6Y &ݿn=v2яHj*7rwsxX\Ut-ɕ#q~@qT}J.VOɌ-!|i.Tbx &-ϓIgZyzU·ac-Mi_PMKYahIOz6\SWJ0ܵ\ MeI@ $mdNޤ !1t_ј7 b`ȉ#4?t, ul(mdJ,@pIEdF|_0{d>tPg4l#Rv4ū|N~]G%)N袹PyH̗Vhg70g}8WALQE@Ajs~I NG+M+Ǵ,}y${%z,'ƺoUOP O:Fwv\>KP6ΒTty+V!A (GhF<Eʸ_zA >M-(uBjp/0e:X Қ<u5T3Z|<>Ag ;!WrrKx߫+7ω׋`;F"~>#pLϊkofH ьTвw?e!))G Ѐ4c}nw{H,\/iiu-9cxs\~-=E81$7`\h>Z.o=ak)Oნh fwe ZrVMEiS**{5?E1n &n iALUv=3Qg0R8罠ʾ܆+3)o:3) P=n N; W1 ntI`a7`UMg/v@.j:=Ujk2P<<Fe|v2@a]QIg17Ʀ@;o"Ǒ`faϙS%_^(7۱ϠxwQ~!v/щPebc U9 nJ 2pg ɷQ0^5\w]E /C0zUF`d˫R&Xޏ7 B0y5Y3ᜩYmPp/^d/mxG}T/9iK|XD3Ut@ z.|( EiCpB|(8uXges8?T|dP!<h*շ%cr$z}]-Vj8۞5;^FfΏzP- 6F$_td)4|XLN4}ܞXZZ0w(OBdYCN_p~KBrm|fn^¬'\%Cp 6O˘?k[2ĭUX,&').I%]{~%#3ц-;9i/lWnPw*,EHxA$ &hzJw4v껼h<}36ah}6d? 7p_?f6ұAxhRIy,R*02?`\5N 4uZMBEyzM` ef?1ARގ^*${R$N/:&r> աqE6DcgܞW/"ӃNADW1EYôjR(T. 4r/߁[MӜmB]bo X[㯷{^Fq/ƘXG܌ۆÝʰ8! `0zM al4YqGK5W*Fm.,k:4Ȁj#mt1@93joaC?ԁ?.7٥ae>fb^CB*,Ҟ8fB a|耪mh)zBrB'=~Gọ)$!R({y}p:1hڟ&T>*j NF:Mü+W^aGa;[2Wea>jf"0 Tr I^vd3:/!Wr.lm= YX>nBR> I%d? A0; sC+ GN@WvwUA;\yzŚnR{^w5 lz}#d^f> /cߜ=8.>cZjKdVѵ#QS[[igӰR%Ƣ G[JU榹޷0.!CܕueU2P_ZeEdq]jV"D[n`jbt9ߍ :z)M(= ^1Il(:  Cլ>E%yѾ[ىnҹ_څM^3ì"_sU m;@`ͶHǧ9qV3@"\'X=ũ`%v} EgKMj5?R2E15pGVJR EgBw#jIТE823 7 0%es td)rI&C):8&bXܙ3OmEt /:=ȮB^5-~c6 ]O.PLb}{? k4c fTY_5Z >|lFl0c/G5p~J4!{ .l9OzZ\Pޝ;Ύ ^EB~``eU 0[>O4jbn5b-ND49+I6x^2 o |Q# VCbM#^P\ ;9~$~ PFg +Hj ׷NV a FYf]8&ڈg_O풞ubٸQDVVI\?3nW5(z U8bwÖzg ii\p[8Xvq =2щ6ސt6jD:&'C8<(8O79S:w1q(0Y51lҌvcer3-m i4# ݌ܐgVO�DG/=V}'!8G--+S7E0db b7D1#8a;ҴzQ#`qL P1O&sT}D]}0-!!]M<|uo+f] PBh LEDVKUÑvr=;Aa 1~ I(0xYef{dڃ|T Kw+d&}­ ލ a~?I@kBՊu'4cixhp:WF.SLCԿϿfͰ{} 0ou +p[ Os}/ۑvt;%t>TE)(&Mz*&Z38@ ASSi@tQG'tE&U'WU q6'_wX/ q~R  p- /s)mߋW){%aaEwFg $Yp̸\fɚaZx(b%g{._33el|?rqs9>'y]1"o;ZHUˬa 5z>=u*!!WLYLOH.*g"[oqi4GrOV&ZEA@Lg 'TJ~]* |\|z~C24lJзF_(Z"V:d% cT*BiʈQ]](SĞT ͖ѓ1 T6q4mn ń]i;AL*Rr7ƀ^e=?Ňm}sSk7>.jާ"6=Rt 2a؊F8DI;L?ciء1lhy"g- YM%n~JTrDF}`[+D n.g1{mS/Tھ>y9 EEr7#-5&ei.^~t,Mːg&G^|ps}d:kӷ+lǖ@Y,C+c[Ǭ(||띔(sD@:ƀ<` ,)GG E{"PVv (Y4VxzH~,~+ "_r 싆 [̛ض=oA6oI& VdtQl R6!fA4^IY E$F3M]Q؜lRl`݅67ntlwک7Z $iuG3Dڍ )n"x^UD!.(z~<tK~4RRN5SSKV(է1iޠ_KΫ DXU@>O+8@7( )fpz7Jg9J\Kac ~ \/ <~_Hfk@ ^qHUh:庍pyѲł"̬U4Hs%A|},Pn3D K?~#=2m8&~]'B$[Wɔ\]BTU{tVbv)h`mbL<2([\C踠֟NtLvm|s{lǗ ӽ/}0ar:a[ԕEk] ?>(AJH.xX*60k5I_+1|xNV[>H䉍LgQLƒF-?6*~X-Ķp B&oZ4I 3PP~)e Q '#!X)$x&=;n=#nzN(K"Q5ܑњS|^_ꢽ!cͺb.c {V%z/90XRJ4 3M)iɷsx [t mm\i5OR{ݱ碽95z@pNMd"f\}}_:IVe&lRUi7>=toi?2 A6N 2 .#p QITJ\V7cޔeۣt 5~Wf$A UkK E),~:mp?ev6׋Dw=M~I1W kHE]h|jxqs"%Sϼަ CmUhw :`Xk-KxzEyuS1!lŻ6cW}09}qavx3D:MtuEi^BPKC97~kj.}nMVNk* Dgxȃ3fs n~4reĒ AbD N0nSE5 }掫0;wR=9L80CpOe ardOZg;rSOe9طQ/(b]8sKcc6/b6VI##+k[HmKK sdB(d{+}JeHģݤ)}"^B;*.?<䞏҈5K$-#No`X{8 zVoazܧS6:cT0fhlհh,q?EeBTWа?o fOy3=l4ZCt$V 5!|~&(nxNLa(4&A',|[auIp84̃a;"<ܦ\bj_1 c1 5S$y4hZ\ ⣶QQ)GR`|6t00s,vnR(u(dhU xFh*Uk U*36y{i>|b|$^$iMSb <$=͈ՠ6cH}4H0Eh9^!-P0nd&{o`_vL5?/  T;\':eimk<^Z.c۱uyS/;7/_ ';feZA g{џrB%8"eﯫ7C=]kd2žU)}#b%@KCvDұ!=t{*1'1ݛ*/xl1*􉥪u4÷r*ymӣYoTGFwz̝hڄmoEB19J.wcj8{GfEHe/zy*[aUe?5CIޟ_6NqY @^Z/8Ir @%42nKO['@yŌQdg(( QIB-A*ҶΖ'VcZIϽ\d=O2vlTg(!|}#!0|ɼ>6Z?֚'b\^^9Yo]/ZӤŭs_KhA> LJ?jWu)3<5ޫs/:hGu*}9>8}>ES_ag*?!8,s1>um6!![aۑ v=B=FRM̯pn'YN.K/? }i"[?QWȡYm[C29 E>l?7WK=ܣ3qkJ u9d&󑬜V=.O3'[t[R0_`,>c(I%RGTR~T0WCaKZfluԲ@ -^e()#fMQy.diXUT-7Je"B LFVnG(%R"-kiVI J1kayC\rP?>Cln/6y|,ս dgOM=kb24*h(_r :u{ is+bs OH +M_/O qMBu[r똞iwY։tj2LhPXYk a|,`1@)4HjHsHx!7%}L}***>jt旸_QN\ IT*nҚk39|S>Q|;Qh85KV"ڑQ 4NѶhG/Z8Ǟ1qES)_(^Ο Q5{] 6H ,HAwG yq1%̈́O1lNP2i$Pchm^18mxYX ּ(1_BaM/Rd B3UrqtIbc^TlN,֟.\% F#%?T0cc l'-UQT #.ok) .)r`Xkߧ =Xdq^!ByҺ_ cnћ$~͓O N6O18kâ+~oZ'P 5|`EH<՗zBȉyp7/)ox̼[Mw@Q/Ts)TޙR[ՕUj}[Ї bp*awMUqVelNe^5.l&r̕~ йa͍4CId)B3LReQa|8/TS/bmb\ NB<k\;^rgp宐"av#ZɕP\i\"k?.kiH(`i4A;7w1;N)b2{49fA|nWIk9.R-vmhze#T^AlqI]ɅA.CpEili:["r{{c ZIq1i 8Nͯ7/$3|pzCJtpaSHp`9 7Y,bzz*NvM׉ Vf5m cCL2}F=3Xi ۛX?Csw˸r䢧IUX% 9nҲDDm=Ѧ<('p?TE\`>aH_q̀) tP߿gtjٓ}in)D”Ls4縏Ix1)JVŧzFQYϾ[)m|A!QѶ/ܫ]l^. )uN( _Lq-'Elzٓ*Z4PV0> D (a.b"hf79-<& ֧gEݖh"R7 0YWT^+JN`>+0yoG;K. ^ d7&oaSҒ0|-%0P*wc/􋬰CyB_4 -R"g'>jpŪ K\M Kھ3s;f)@|Ic5/ QwbŨYk}z ]yEIE7H/i闋hW& Fttd[$zcO>H$Z=ye|#Q!OArAվ\fP8߽j}&;T)꿵X!}QXauls5 xFЭA' Z-6Dk vF.h@8R|%NGH#Z\6&Qc QN5L _6?=?3_Ph4^wbJz e +7X.ߥ˭yCjm5յoZft~r|:mK :_պm׊;oh&ÖW;;>\oHtaUjͤ%Y}tHEaz7[& G^,d }ORdvR\-CZrzWy]nl>M%3ut# 9h|ݯ. EOӼo/V)E< ɽwGp ;.(:a#_Djymˊ:b~vj9 p;馬~)ܮQVq3vzTZgF%9'y(oYk׫]BARr{kGrŠQ2 =XL,LKJKI kط7&]b_^F|ZryY?%.u*PWxOo_2\L_\Xq?_A䵺H}5~b?kYFՐhӌW URNL"9RzS.?DI@%T4“B/ꕍ:o=cx6 .FݻS߈^G\<_LȆuq2I]dvC(xda+e~|Mh$2҂?,X~z{WJF'pnPwWY`JZ0Θh':e,>'s*cN2_j/&w-$xgBs{HwC?(sgzRB8dz|XxRncӳ؊XM(<61[8OaqzmU2= b4zm`_m%̥Њ;&ȜUjv2˃:ޜѵ9=R6UBn?q _4V톘B\+@W#.lG]p٫4I׻ \G#%8N"Q&SH"!5,TrU'o[9G݆|Dv"瓟^ g c<t z(ae1¢q.`i@-;=xj>G`?K$bs"d$A҃Pْ!{- T^8jr|%=M(VvCPkX-ZXE>1}i/TkA|̒j T6I`a.**˚s}Cb442LS[F, Ldl<Ucgo5P|A#]8kR}itHT-Z?%F ?ER"< r +#a챓qi~l|$ܤj&~.Ūr$ 9"RD־CЗ^jŮz5嗭";b.8nvqNT^rqX#K=f-ЋwQu#-9(#@kZVދ,f{A\m׏빆ŗx1m81i%8q7~^p/1 AUfn<(,4^*2o|9nxݴ"'\KYKw\_K¢qX4Ɩҳ!-]WpaY%T :?N..X~<q\,*< MzuZЋM gPGf7 /Nye t[ׅE".!ln!4zNR1ǓB=&tyEVoE^5Ke#.p^̗&]^ ;N1|?@ 6+DVn$>NUDʈJ 5| /7D>>Lf"}K`Qڢ(I]oË[}sm b'75"-$R"wJnn],z>ep'/Gik?D*@bEcXG8-`0v NEb- .Y KHcV'H:%ϡzAHbמ$~ْ\ \zs-Ί_` 9k?ό![z f;k,&34G޶" /ѵL,%> bԋ[""9:e2+MV9М~A;M Fyw͖q>֒;<*qp\W9UD\T"xp"ND.,z3`_F$Ѩ oݮzd0*W N>L;<- 7Y9g!ƐiBp6PՇq11c 2QcDb)pQg㞵:+ oѢt5g}Z@:H3;L_5<:qԫiBwKpњc;RtCYB ^q i'._CgyMë8]ŒOU= 3;@w+-y5u,Ԥm-HQ GFGQ>GZ'}Ӿ؞{"~pk('ЪR}r5[SZAy) s(Kndz rN1PhؖA1y@phD8B_=M{vM~ gޥ;* fO-sXਡ3 Q+Fu$0aD&'X=C9p{Y<4Y1 8I$d=(g&T!IyL2"e.ֱwrh]>(-ure>Fw4*iDErOXkt٤J:9o$ZVҎ 7]Ax^/a8L.=J*9Ɋ,Q n}N$1 .JK}}iYI)g]D\!luAh\yM _8>bif'g3 I @\?_ǦSvb SH%vݔ#dY#l9dдӱzN[ݓiJſsLǿ Z$fyNe ɮaYsfF@.|ٷguiJ|!6]!|W7 }(5X<[e8_-zpQ>2m-FUKq5q2)#NDU/"Kx GI١O/9}!#Ee|EL\=!&Pʶ ؾڜٙF  mldnZTPbor5~6't[$GYlRr _5@2.b2: tΨg0Σ%=<|'Zˎ^=hZR2lHhu@1YWQ\!p; GQ" YH*kJ9&Ak9F = BcU%H$=_QI]9]v䦉=su<}htu߻4w &I]rYYWz' %{\a@FwC6(';0oʕU0܇ҖAr=9U+qhsSRtp@"j߽P֌ Ɲn@d#F=BgZm$aYr o} J(_M8߱[[- 5TQ&Qo@4Yw| ~wV™:q%@ _aUUJTkW\h s:P$r}v}jRK2iCmSN"C@{$Ԩ|6)&:zF3؉*xH=Aԝ=9#I(xɳkGBXy=y ӭ\ T:Y"D\jOEMZY؁{3SiՑ;MJU+,зFLSjgd;(k$B+ahK}q-+3=8IJuFHP6#3tѸ٧`ϩ6ey^}Q\-_\ c,,m|N]{{e>u0)2KZ;yR:d;a@GJ^^דO̫X9Td^Qi6ǝX)z{=C G7qwNۗ{qjiP?b<>EƜ8VzHG71t𾈋AP`A~UJhEB}):syZgYiw' U?0Q!'/Yyg gZ'Jnz P#r$dWzH: h_ SM߲av>6Ʌ٬Sɤ7 `WmPVKc/I 8P dʸM}g&/@QݹP*;AU3i*^obx ;ǘ-=DG?yPzBHEj1gG"jŮKR?CS~hW$IgM|3020myHPC0-JޞP_X5_J,_rʯ$ejzIo5eP j4Ϙwz2f\B) ) ϏQI6f܆kYQCvؼ{7'W s#jVjeGI)0IZUb  +}kEV`e9y4Z;LhDoǮQ%UYQ75zwvYug.n ٹ^idr cab+qA/8Od6gٳ_tKQݥ0$O힟hA锍󘣂IM߹Y}XǐnS&3*e&.L_eo84D,*f,xt$`U+7%a7/)uWiEV!F }#s\QZ;]|B<^1D3z2F:1h˂UfeE}^1ۮ7y}b!+hD {,2YBGY!)3ZHm<{EpF O&Ţ|zrVPzaV7V}KE\7|wW_qT8~ >S Ѩ=2ĵ̓Vy ;-x:1l6C'ĞcX;3K?j Ee >d`r7vxB7Y0sq -Ԭ=JY߇xPJKU'Q ̍R]Ms<}d49_7>w`GaZ #˝Z^QXe:axNF^,l5,3 ar<=87N]nE:7,/*H%jvHR Ju[U|,zo `)a&D LOe^uիnXpS*{i$LnTtÑѦh܊r $uLu%oq:XX(>YeU9ȇ~]!' ܰ!_ Z]f8jcTYaN! ܦC_~%1\6ژ؈deP)/َCTyVj(5U漈BFUWlgvg=9)Sjpq +o7E9z/͉OznGiNН7?({H:]_ 8^c7EhH tz4!be*ea[2Pެg3y:l5vyEJ.R^cvdy~.P8Ҟ80YU|#taTUcy 1OzX1Ğ|E?]m)L{'fuj.+>3&H'jmPM:4px 9[(TP:1W9́y7`-e.6Wzmk/R 4Ht(tn(.YyFK)R:v0T%ӷM} GjmOmMnfb*z _y/d6L*>(~P̕70"6p_6l̯WHH?r2Ipߟk4tܮrzj-2KB76\{ {opƻ8-""txYiI<Պ!8p#!r`ʧ=1U#b07 hUV]a\c&-AW_Bɘu5L-hbniKl!0rDhwQ-s1> csBVVMBA$ohdu.L t)^11݂i ܱ>] 7 .>ik+Bqe, a45"q^R*Ï}@)̘KMӱ6/_Nこn_!e!F$noKr9hŮ \ln]oiHu-Ŝ!54FQ/%uōdOʔ#80fT7+eU^JϩpJݱٽ4VnɛvΞ"rrkP%3o r΅JTc^KXa.~*bRجT1tBlOٵE8GxWH +c~h7XjnS߱:,CߓԶe˯qdTXˏș|e|O1-8d~>(V"y}#KPAfq!PT^hB(ʰA('/mח_`^YsȒIMpG!cůnVILd"sUQ C|h}׭l,eiD@0~iyMs{`0}XɇW{֦|*)9;ql њVmKSY>NBCc"$@V^l\7Dj pkuT_cBD eE|$=_ރLSCE4QA x)x_bl{]xq_l-p3X^.kuI*?>NgKeM3C3ʡ|]Un_ F~@Rsj3(ׅR+pڠ0ƶf/z_:T;ϪO^2gJaoeWL/@MΙ7W4P6_) v)sx2rhk }XM[gMyVUߪV9 $lL`mY9rY`@kzfgһ.&GC ݆Qy2,IkD\*H# }nx T\@~|DH֨=_4/*qoik+َ<\)k#GgxiD)Y 67 o)˹r\Q*/] Hꪽɡ%hus#shvZ[)Eb23AaM#J ]5Ρl@Y)~EʧrEL2E\ [f\1\UrסVypR(hBtzIyN}:5ReE~WI'ԄR bԖEKF_ b3ה f#Kk_N@yYA6O?'1T:f%X*/8j;,=Z>IѶΥ`-tcoAh*e`$&@Wm;2kK.t'Pv