nfs-client-2.1.1-lp150.4.10.1<>,l]/=„3^`Us[O7` 6ܟo8`(Pt0jP YmP'p~x6M?mM) A9rM=.TXiqKl(n&t[.TlM^7 ';40v RJ OOԣ& OAe~08$?姩Ws#=cn‡?Zo)&Q{~&F;Ԓ|z>Kr?rd   :  7=EwM,M M `M M ,M -PM.M0M11M23 53575(8 7888T"98":;;"=Wt>W|?W@WBWCWFWGWMHXMIZ$MXZtYZZZ[Z\ZM][M^`&bbcbdcUecZfc]lc_uctMvdwn4MxohMypwzrxrrrrCnfs-client2.1.1lp150.4.10.1Support Utilities for NFSThis package contains common NFS utilities which are needed for client and kernel based server.]obs-arm-5 h!openSUSE Leap 15.0openSUSEGPL-2.0+http://bugs.opensuse.orgProductivity/Networking/NFShttp://kernel.org/pub/linux/utils/nfs-utils/linuxarmv7hl/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/edkgkgTGT]cl*(J<6GdؠzIXw+ps   GA큤A큤A큤A큤A큤A큤큤AAAAA]p]p]p]p]v]o]k]o]o]r]v]p]p]p]p]p]p]p]p]p]p]p]p]p]p]p]p]p]p]p]p]p]v]i]v]i]v]x]x]v]v]v]v]v]v]v]k]p]n]p]n]p]m]m]l]n]i]l]i]j]x]x]x]x]x]i]k]k]k]m]n]p]p]p]p]p]pc8f962c35ec040337a3240dfa1bc2d3b2c2f314d8684f79bb780751a864628de92183c11a6c69a4437b3b7072624077a64096f503803587e0f7c77731e099be816926e89ab7e0892638034875616f21ae69822d58f9b8b690112b096f93ec3f065db2d9fc611d377e8e3e7eaef8006524d4df55a9a1f882f22899bb91ffc1f8f0a23aa256386f093ae21648b464a250c5a1a895667f7fd66ea165a40974f2ac714161e04b435aa3be7b1308e3229a24f22797eb5ad9ca35f3116d69aaf24543f4d267126234a58ac919265c942311ec206030e123c6c1e3b4d26472e0770874a2df4ccd2ecd2dea227425c4a5a471155498a1753cd0f24543a87a5f30034e82b7366170d3c746c7579dab1c6cabe78825ec017831200a619ffa913de624dd2b772fb2c60b15cc958be12528851acfc69314dbe3246dc4044f2d874ab502ac3d344865bf16d30152c12395bfe6e521349e735c6b3a921ae50cbaf311b50866193e824438fda96602f643db60c549f2df47dd116a2531a4a051b72e4aa63b674c00e3045253bbab2403ad93e10de9104cfe98c2db9a3df5ec110721827bc9e85c76bf30463d32b6af6083652afadccf526c65efe9f118095f1d523a3421dbf16037c229aa3095b6ede467eba908e1d2f840180eae7f610d48cca317015405837f8dd23c5eb8729e976aa6cb8245898400d645a9ec1c25eaa63eba23d6f890f5af7b275f06b11d50d9a3fb0aeb43dcfcc2ae4c1f980b92a632a7073ca3c6afe7f6d7885f167a7b2c0a37591107e61490eff5e211749171c6fa57c4c8657891c33aee75132e221e5910d1afb0cd689e56ca68d683fd3e780cb64f0e792950c4073d106eaa6b9230c17186f3ae3b1025c29b180fc872a8564588bf21f6b9bff89743429afbdb1c96ab8cc97634096911cffb511738d14b3d4529707a9c647df715b06978272e0a2187472040fd74399d17364a173666d7f86c3a768f3187d61b8b9b22219d21584dcfffa25e9081f189dae1354d7dc97e9d398f167def931dea4add8b7e9bce29ce65995610789986ba123496b498c9dac60ad2ae5a4a468ae67bfa4dbc02985e9b5ca0226840ba2f6c9b21e2ed08157d24c845f0f50826b3fdcc73d4b84a772b930525eb801ecd0b672ee08f76d465a8123c5dd8df8d70ec8c6ee66076898d4c02f78ce9d0184c4173c3a86ede78974802bbc8c80e48701df478a3553d636b911a978d09bf39e07052a4bf5ac8f116ba586c943aba93d1a1059d04af4c04446cc53181a13c31006c3e8c1a8e5c7f044298310e8e5336b6abe729dd4997add82ee06314bfaaf80f0e82705e4388d29253bdd7fcff64b4f3729b9a2f6807fbbfd2467f1d39c13df5fedb24bb1c9707589c3d21b7b9d3ffc5d15a0258da4449bd1c92e15b037d9b303d60400b416ec47c818b0ee4bf537d95c9af2cc1fdaf74e18e88fc30c64090cd254ce6453e39252181fee88d3eae3935e36eb8b9765f9b74975d475eebee687e7037936aa76091c153e1df21716e895d874e30dfb91485bd3da65ce24740cd2fb92db8339d8ee0ffb621318aaae561492bbba39d0a58ffc64319976c8b652081769905063263f67bd77bad1ef1f7cd0df51176c6862d49871baf2589645d1468a8a68488d04a9e3e913c5309a7cbb2341bda087cdc89377c83f37aaadd38793f036bf4acf3d5de79dbba9fea72352b7599f7389d87858892273fcc8bf370d3b5aa340451b20b61720a2d6e8953b7eb990f70e291db901b148a987f30c56b8369dbd63357a6a634cf8e53589e3351f7eafbb4d943888dfac9161c0f566dff149722b6a5483dbbb88d1532c088e02c6c3add2131035fae29a46f1f0a9cd6136bba6364f8d1ace0ec39bfdda9da77f29726b5713f6478b3c38c0544b684983b763c915b7afddc6f37499c335f58a8b457ffff5f0298c75bcf410f5738222ff47d3f4a1a74e1ed5b08adba49d75c674af66dd7aa17a423764156f0127917dc81247135a63eb7a12b401118417483a243409ff09859dd2fa386b75904ab8c5ab9495e0dba74794330886dd61fc30f63a700d181051d2df8e2542bf54c99c270c950a48f26f3c0420af7f0957b8ff40c54d492725ecc7902a4058f11acf73f240b0d21d467643538e5e2826661b8f08dbb3de21a425c69c2b2b1f929ad5e2f6f231a417ccf6e3ba7b47e68a5c7a4ac865a53f775181778e81cf379acfe2066cc0ace95740925f0b41486e828596c7be1cbb8008b3222a3a5ec4690003d30c25604fe2d6bcf6519a42d62dbca142bb2cc88241431c97167d641d7dce36502b3a9d6d37bae44f4343bb76ff541689491d0bbcba3e4da6494c949a293369fb2b273f059bb07a5c0b13990fffd74f04d0a76af6c62a173eb37e5cc617a7d98e3e7fc23e94dff6acabc764a8aa5e06a8965762b7cc95d65ab44827afca52e0fda099f7cc7aaacbf225e05b7916f702ff20e83269c23b781d788emount.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(armv7hl-32)@ !@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(nfs-client)coreutilsdiffutilsfillupgrepgroup(nogroup)keyutilsld-linux-armhf.so.3ld-linux-armhf.so.3(GLIBC_2.4)libc.so.6libc.so.6(GLIBC_2.15)libc.so.6(GLIBC_2.4)libc.so.6(GLIBC_2.8)libc.so.6(GLIBC_2.9)libcom_err.so.2libdevmapper.so.1.03libdevmapper.so.1.03(Base)libdevmapper.so.1.03(DM_1_02_97)libevent-2.1.so.6libgcc_s.so.1libgcc_s.so.1(GCC_3.5)libgssapi_krb5.so.2libgssapi_krb5.so.2(gssapi_krb5_2_MIT)libkeyutils.so.1libkeyutils.so.1(KEYUTILS_0.3)libkeyutils.so.1(KEYUTILS_1.0)libkeyutils.so.1(KEYUTILS_1.5)libkrb5.so.3libkrb5.so.3(krb5_3_MIT)libmount.so.1libmount.so.1(MOUNT_2.19)libnfsidmap.so.0libpthread.so.0libpthread.so.0(GLIBC_2.4)libtirpc.so.3libtirpc.so.3(TIRPC_0.3.0)libtirpc.so.3(TIRPC_PRIVATE)libwrap.so.0netcfgpermissionsrpcbindrpmlib(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-arm-5 1571926145  !"$%&'()*+,-./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_Updatedrpmxz5armv7hl-suse-linux  ASCII textELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=d77fc0f9cdc1ba90e0e5af5bf80e7cdf0e50fe79, strippedBourne-Again shell script, ASCII text executabledirectoryELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=83280b011dc2663055ba4740b877a0a510929e00, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=dbad3d4cc1e0314c8cff5fcb1196f0ee1ebed64f, strippedPython script, ASCII text executableELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=c5c1b7d8f28a0197cd6079d292650fa8cd4a1e98, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=0672b20a5a667884af9c77434a315547a78ce102, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=ba4ad7eb21a6bc8f75a961f472f9c80646504692, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=2fb8892420fd042df7b701d7ee61d571e9b27574, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=f29ceb863c624b4dd4572774118771d914a63922, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=2ca0115f6802b9cf3a885cd8c1541d1eae7e45ee, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=fff01b9e0f70591c3d84f750e015e72707921385, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=450ff69257bfb9b505273d3c29e6eb68d6025ef1, strippedELF 32-bit LSB shared object, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib, for GNU/Linux 3.2.0, BuildID[sha1]=3dbf0b34d8f5efa7f1b90cd0b44894906ad05ee1, strippedPOSIX shell script, ASCII text executabletroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)empty '-AIS^dmv    RRR%R*RRR)R$RRRRRRRRRRRRRRRRRRRRRR R!RRRR&RRRRRRRRRRRRRR+R*R(R#RRRRRRR"RR)R'RRRRRRRR&RRRRRR*RRR,R)RRRR+RRRRR&RR)RRRRRRRRRRRRRR*R)RRRRRR*RRR)RRRROkz"19utf-8357d6404a48de4754dd63fe38ac28bbd2d66bdd6d3dd91e21ac0b4d5aa888ae0?P7zXZ !t/B| j]"k%u̜Y4J"JY׫xM9Jy6+Om}wQ8`S4k]KODeRKYgű DAz]>}xрkoNCj$~wI[E[LM6Qb:ۺ*g,OZQΔRC x)Rq focU,frr VC*]PqXw[6g?I?E!ʠ.X ?KI4]t)N-׎K 'ΘO!8 ;ә,@$ϓ%FN넑lbѩQgP* 6[l=r-N$O}HJmTתt3Ur&V?OgÚRg]q!!{[ޯϭ+u_")EfP(Vr8<>?v=˓eA,! Kcy["Qe՞'PM %[QJ}YAk{ {k=,rh3LΤ$aCz?S$wܺX94t. ef\+hK{=1QI`B9X~Ic:<]oX|ըִga^tkÌ~o](*ri[Z'Oc~elE_4oo$#hNUZddz9ѣ< qq"8O7U>buÔ2s9(F5{ͪn~롴#Gw,}2HD%mIG-F+b3&S.TP33%{r}R\z/d@c4S!'`K~_ \FCkSs%&7 g8r=2\.xKЮ$49JY֖cc:_z{[g>5Wiu_hfYbgC,5H=Ӊ!=%H|? 7NLy-֠Nh} vpj VLGqᦕE7G)]!RLn6!w%؇h[@ F?qF5З|1&Q$67ךAJ}$N䜰hr!Ybjқq0<0񔲑7 ˇ"Ηr0eGL;aCH6rlTA획1?PPAQ=Y+ncBIGJ8(v#FojIkr}_m^ڴq{]jOdE)%&XjqD.8?u=޴ ԴMXKA4^kё钲<[j#UԳ [!K*FD إ7^Q;(bc8]z\:B#HGâ2#N fߘꄠ|ɔC7uh3XZ :#~;!61ipԃh}Юpis ^&2g@Q^|p-e04rϮdL).lݪݜ]kpEst<$$Q8uLʹ΍:}nE%cpJZwq8F7_YASjB[l557rN+ډT>j&XB04#Nz-w%o׃!4 7I#ђ% Hn&?W.\'DHSw-{ FO[c%S;hہb3JZ_}@ӸxI pfXA):6dMbM,uwh9*ˣs ӯ ȼa56nIZVҔxؽG^~6 y%Ceox[L:!c>",^;/tKG)CZ&v\Ɨ 걀kiR1:ԞD1)>ܾؔvH}W߰я|ϐc"onBhNy_lcp"BGzhU`疰D, zY*ʲ3=L\7g+JC|g4;0x\O_|'4G$`Aw$cQ:;w̰=] D] qs`8@rD Wd׬"jr异)~(8{p|A^@㖵) fZ+aa!u1xv 9q\oboSL,幜Uu2P"՝ݖ0S?T(̀auRDAS(Gr b)%oH|C ߧ[vНMIR*)&ηThokPQO϶tDP+j3f?&%w`R`o"gVrH[ٺ 5ā~@PkDqI L۾kXe702&W_ \I~$BG1YoěA.lzyjϓS;ZAMXWʺ32%U[Vug`X3\l.Uls_&(KSz]]/h2W] %ij@=z7pEc-UД/UR|zyJIAxsq$|DR;Ldoy1)$$  UeQ Ljqi$ř%KIljVlEa`ٸ5R FRij# >Ia۪Vрʅ8F$m̙-K,7FLn↻9BwHǠ}WE8lد'ݚ*!cyJ &pwYDd'SbVCsWhoLNi$e SJ~:q&:Y 709*;{G:!=x,1u;o4Z2XUGe͎FOUkIlR1#s`z) X"`2`Ol#6]qI/"HtQ24X0sy|96g 胹09?ϣ'Vđ F#akj1ovuݝ c* 8  &&Ѳ=gʱk$\(^I^(qE3RWī~Tmr޷yh^X $2d$/cIW5 ⥳C>dZ[)tR@ V_k-wxnǨ,&ssBZ'$DĖJVV+:mV׆W"7neurQ􎽝De19qpwtj[V:ɜ#4!WŜNd#䞄"_BU: v$^ @T ݭ),Η$_WT`R3I}87q)~ʤ,CTd)ϵ591`#Q| R9$&&sESt_HXpu?CRvwSC?Lk}Dr>^Sұ_1?Lٸ}2B#ó-3aj#:ecW*=ïݹT?B&iѺG FD÷Gn%Vz>jj,#l#ozWwJ,<_%J H|8Q(nDoG+hYԯ#Q, Edm)"2l}X ٛ=df`J "{v0*P$(|c{u^j]0B?={5gkݦ)("c5 ۂcx]r,rfEqJ{KCjRWăJ@nWaU8) ,M?s]?_7.f| tF%E8'מ%rCQj1%I=B-tk J=>z7 #(AP<0+Wd ]!nG&Ub lhwؐvWo,(չD1Lsܖ#wKx}m)heP9zB}v˷UQ́R!vC#.Ko%M+իj􉈾8Uyy/ohT- ‚ld&a_곡72j71qbkK@)F\jj|Dd~% 0ĢO2 +75fdM.?% 9nQScxDrϳ7rK@]*G$9" _-HU8Z ҢLWN̥@{Әѐ@~x?n;(YbcEh?2<):eH,}/2w&v0 mGdgQdkSB [UGM71 |x,*Z˴#^"8Py9E_Q r`d)u벻:wrZ C"-C|%$rkg6Ev& < D^M6p_U(I:s}ؔ|s>ukuw^Li_kzbt_ Qa^W`ҷ[vKF%XdޙJ};4'Y"td~G &^7y橿|5S}6y-5BSv,帀f]~}+kb%d?_iiVS` 04-ᗒJlF]ɤVGɠAŖ4/BSVsz;Q[d?5.3P7yK"6y %W7;eZȊ2@&nZ x"эK8lg%^~p+"dN~"JP`Z5Qm[1->gprF~zС!A~,zp%~0Wip@߿5QغpoŜlTxU:tŕ6$^]?i 7R6.n0N,iR7v٬e@T(~3iAlBz t'Z5a|^qDxTǞ$l)KrJk>-oB:0nhugg:[/{yR螏5= .YFRqG/-Ay~8x}Xu ,4lӠ;Zѳ#헱lliY.۝YI}5Th~kip