nfs-client-2.1.1-150500.22.3.1<>,e p9|hκ.l2H,->-7bL=(C9mź~nD޸*@<1MC:0{\e{B,*u#jmk>Ɇ~r +wKf2eϫJbL 4 K}?}d  ! ; -Z`gHOO "O O O (KO (O*8O+O-V-|O..6/646(4748582962:9?2=a>a"?a*@a2Ba:CaDFaLGa`OHbOIcOXd(Yd4Zdp[dt\d|O]eO^jblcldm0em5fm8lm:umLOvnwyOxz@Oy{|xz}\}l}p}v}Cnfs-client2.1.1150500.22.3.1Support Utilities for NFSThis package contains common NFS utilities which are needed for client and kernel based server.e h01-ch4c SUSE Linux Enterprise 15SUSE LLC GPL-2.0-or-laterhttps://www.suse.com/Productivity/Networking/NFShttp://kernel.org/pub/linux/utils/nfs-utils/linuxx86_64/usr/bin/getent passwd statd >/dev/null || \ /usr/sbin/useradd -r -c 'NFS statd daemon' \ -s /sbin/nologin -d /var/lib/nfs -g nogroup statd if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : for service in nfs.service auth-rpcgss-module.service nfs-idmapd.service nfs-blkmap.service rpc-statd-notify.service rpc-gssd.service rpc-statd.service rpc-svcgssd.service ; do sysv_service=${service%.*} if [ ! -e /usr/lib/systemd/system/$service ] && [ ! -e /etc/init.d/$sysv_service ]; then mkdir -p /run/systemd/rpm/needs-preset touch /run/systemd/rpm/needs-preset/$service elif [ -e /etc/init.d/$sysv_service ] && [ ! -e /var/lib/systemd/migrated/$sysv_service ]; then /usr/sbin/systemd-sysv-convert --save $sysv_service || : mkdir -p /run/systemd/rpm/needs-sysv-convert touch /run/systemd/rpm/needs-sysv-convert/$service fi done fichown root:root /var/lib/nfs > /dev/null 2>&1 || : for i in sm sm.bak; do chown -R statd:nogroup /var/lib/nfs/$i > /dev/null 2>&1 || : done ### migrate from /var/lock/subsys [ -d /run/nfs ] || mkdir /run/nfs if [ -f /var/lock/subsys/nfs-rpc.idmapd ]; then mv /var/lock/subsys/nfs-rpc.idmapd /run/nfs fi if [ -f /var/lock/subsys/nfsserver-rpc.idmapd ]; then mv /var/lock/subsys/nfsserver-rpc.idmapd /run/nfs fi ### PNAME=nfs SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi # if [ -x /usr/bin/chkstat ]; then /usr/bin/chkstat -n --set --system /sbin/mount.nfs fi if [ -x /usr/bin/systemctl ]; then test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" ]; then /usr/bin/systemctl daemon-reload || : fi for service in nfs.service auth-rpcgss-module.service nfs-idmapd.service nfs-blkmap.service rpc-statd-notify.service rpc-gssd.service rpc-statd.service rpc-svcgssd.service ; do sysv_service=${service%.*} if [ -e /run/systemd/rpm/needs-preset/$service ]; then /usr/bin/systemctl preset $service || : rm "/run/systemd/rpm/needs-preset/$service" || : elif [ -e /run/systemd/rpm/needs-sysv-convert/$service ]; then /usr/sbin/systemd-sysv-convert --apply $sysv_service || : rm "/run/systemd/rpm/needs-sysv-convert/$service" || : touch /var/lib/systemd/migrated/$sysv_service || : fi done fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable nfs.service auth-rpcgss-module.service nfs-idmapd.service nfs-blkmap.service rpc-statd-notify.service rpc-gssd.service rpc-statd.service rpc-svcgssd.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop nfs.service auth-rpcgss-module.service nfs-idmapd.service nfs-blkmap.service rpc-statd-notify.service rpc-gssd.service rpc-statd.service rpc-svcgssd.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ $1 -eq 0 ]; then # Package removal for service in nfs.service auth-rpcgss-module.service nfs-idmapd.service nfs-blkmap.service rpc-statd-notify.service rpc-gssd.service rpc-statd.service rpc-svcgssd.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done fi if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart nfs.service auth-rpcgss-module.service nfs-idmapd.service nfs-blkmap.service rpc-statd-notify.service rpc-gssd.service rpc-statd.service rpc-svcgssd.service ) || : fi fiQ` 5 =T7/edkzgkhY]dZ{HIbJw+ps   GA큤A큤A큤A큤A큤A큤A큤큤AAAAAe e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e c8f962c35ec040337a3240dfa1bc2d3b2c2f314d8684f79bb780751a864628deb4cd73d6ef85f8d6e821fa3f8b8bedea80e4457b9aa1768b6ab2f5c4dfe6ce8e42a1f0621b28a5bbe5b6ac587dc974f173d62e8b5f1c6921089ec64db4e7844c16926e89ab7e0892638034875616f21ae69822d58f9b8b690112b096f93ec3f065db2d9fc611d377e8e3e7eaef8006524d4df55a9a1f882f22899bb91ffc1f8f93bdd0e1e5559005f58699dc56e364b5407f30587657caca211651e998ddf03414161e04b435aa3be7b1308e3229a24f22797eb5ad9ca35f3116d69aaf24543f3c7c31f006deac7e0a806c97a8918288893a0b124623eb2532029dacb5a5061e2df4ccd2ecd2dea227425c4a5a471155498a1753cd0f24543a87a5f30034e82b7366170d3c746c7579dab1c6cabe78825ec017831200a619ffa913de624dd2b772fb2c60b15cc958be12528851acfc69314dbe3246dc4044f2d874ab502ac3d344865bf16d30152c12395bfe6e521349e735c6b3a921ae50cbaf311b50866193e824438fda96602f643db60c549f2df47dd116a2531a4a051b72e4aa63b674c00e3045253bbab2403ad93e10de9104cfe98c2db9a3df5ec110721827bc9e85c76bf30463d32b6af6083652afadccf526c65efe9f118095f1d523a3421dbf16037c229aa3095b6ede467eba908e1d2f840180eae7f610d48cca317015405837f8dd23c5eb8729e976aa6cb8245898400d645a9ec1c25eaa63eba23d6f890f5af7b275f06b11d50d9a3fb0aeb43dcfcc2ae4c1f980b92a632a7073ca3c6afe7f6d7885f167a7b2c0a37591107e61490eff5e211749171c6fa57c4c8657891c33ae54e600732505c0762cf445ad80692e5e404069a6b556edc9cfdba78e4da0a0e206eaa6b9230c17186f3ae3b1025c29b180fc872a8564588bf21f6b9bff89743429afbdb1c96ab8cc97634096911cffb511738d14b3d4529707a9c647df715b06978272e0a2187472040fd74399d17364a173666d7f86c3a768f3187d61b8b9b22219d21584dcfffa25e9081f189dae1354d7dc97e9d398f167def931dea4add8569eeea220930a1ca2f3718517782d3051f6f1e635abc131bd4aaad626c9886ea30e26f3ac526c7470695fdd52cfd89111fc73c97a23d8ed35f89c5caf2b9b8fa72f1af0619fc3c5fb7bb8935c56724d3063185f82550b8b0f6d06f0acfe50a72b4b4f30bf52d6f11aebe71d77be4440805ff2b03d28eb19ed55a11edee3641b5984c98b50d13c6160b164f4bbe1a52390703967d0626e4bae57dbd9674ac14586aa7ceea167f14865571bef4e492be5b1b3f37e8bc9eb8a88cb128a059a543c5bb17082bc0ecad8191c5676cb023ecbe3d375ef2a4f035d28960934e697a47b172e59d20e58b6a7d905d10c01667ba0b2829cf04190f76a4247380ce7cd2b01e4cd649de96c86dcd97b0162e3c6ad6c5a07798905b9926272d580fb92e60e5a96740776ff26d597cd965e45f9287713ab97e3c3e111bf679261fd2a338bb9050bbb46668eff7808f948b3463cb5405c3e037074ead8b35b4327c410d784fa15a2912036b33d83953b95bee5b6c8937dc0b89582a3f2069e319583695530c1fd9a3cc62661853ca1edf7cad569b09e84218f52bf4aa253b98fe5cc6e0a836832b78637849e3e11d423cafcc25eec1d7c86da4e542882114f21cbb62152375272d5429664f6a88d9a787ebdadc901fcbe52b2c2e05bd45482c35af643df7dca5da7af8c5e64536351211bf52cc119f2a2a24f7c1def707456cb6c89bc26ccbd02b901b148a987f30c56b8369dbd63357a6a634cf8e53589e3351f7eafbb4d943888dfac9161c0f566dff149722b6a5483dbbb88d1532c088e02c6c3add2131035fae29a46f1f0a9cd6136bba6364f8d1ace0ec39bfdda9da77f29726b5713f6478b3c38c0544b684983b763c915b7afddc6f37499c335f58a8b457ffff5f0298c75bcf410f5738222ff47d3f4a1a74e1ed5b08adba49d75c674af66dd7aa17a423764156f0127917dc81247135a63eb7a12b401118417483a243409ff09859dd2fa386b75904ab8c5ab9495e0dba74794330886dd61fc30f63a700d181051d2df8e2542bf54c99c270c950a48f26f3c0420af7f0957b8ff40c54d492725ecc7902a4058f11acf73f240b0d21d467643538e5e2826661b8f08dbb3de21a425c69c2b2b1f929ad5e2f6f231a417ccf6e3ba7b47e68a5c7a4ac865a53f775181778e81cf379acfe2066cc0ace95740925f0b41486e828596c7be1cbb8008b3222a3a5ec4690003d30c25604fe2d6bcf6519a42d62dbca142bb2cc88241431c97167d641d7dce36502b3a9d6d37bae44f4343bb76ff541689491d0bbcba3e4da6494c7bdf599086465d2ee2e901d678767385ceafc918c529b2d91266e1575e0bace15cc617a7d98e3e7fc23e94dff6acabc764a8aa5e06a8965762b7cc95d65ab44827afca52e0fda099f7cc7aaacbf225e05b7916f702ff20e83269c23b781d788emount.nfsmount.nfsmount.nfsserviceservicegssd.8.gzidmapd.8.gzsm-notify.8.gzstatd.8.gzsvcgssd.8.gz@rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootstatdstatdrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootnogroupnogrouprootrootnfs-utils-2.1.1-150500.22.3.1.src.rpmconfig(nfs-client)nfs-clientnfs-client(x86-64)@ !@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@    /bin/bash/bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(nfs-client)coreutilsdiffutilsfillupgrepgroup(nogroup)keyutilslibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.15)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libc.so.6(GLIBC_2.7)(64bit)libc.so.6(GLIBC_2.8)(64bit)libc.so.6(GLIBC_2.9)(64bit)libcom_err.so.2()(64bit)libdevmapper.so.1.03()(64bit)libdevmapper.so.1.03(Base)(64bit)libdevmapper.so.1.03(DM_1_02_97)(64bit)libevent-2.1.so.6()(64bit)libgssapi_krb5.so.2()(64bit)libgssapi_krb5.so.2(gssapi_krb5_2_MIT)(64bit)libkeyutils.so.1()(64bit)libkeyutils.so.1(KEYUTILS_0.3)(64bit)libkeyutils.so.1(KEYUTILS_1.0)(64bit)libkeyutils.so.1(KEYUTILS_1.5)(64bit)libkrb5.so.3()(64bit)libkrb5.so.3(krb5_3_MIT)(64bit)libmount.so.1()(64bit)libmount.so.1(MOUNT_2.19)(64bit)libnfsidmap.so.0()(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libtirpc.so.3()(64bit)libtirpc.so.3(TIRPC_0.3.0)(64bit)libtirpc.so.3(TIRPC_PRIVATE)(64bit)libwrap.so.0()(64bit)netcfgpermissionsrpcbindrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)shadow2.1.1-150500.22.3.13.0.4-14.6.0-14.0-15.2-14.14.3 /usr/bin/chkstat -n --warn --system -e /sbin/mount.nfs 1>&2d@dd$(@cc™@cbx@bF@b<]@a``+`S@`S@`S@_P_]@\[?YZ@Yp@Y\YtX@X@X)@X @WW@WWt@Wt@WDB@WWW@WW@VVŲ@V`VV@V@V/g@V(V@VŬUȒ@T_W@TZ@nfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comkukuk@suse.derbrown@suse.comnfbrown@suse.comschwab@suse.dekukuk@suse.denfbrown@suse.comjengelh@inai.dedimstar@opensuse.orgnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comtchvatal@suse.comtchvatal@suse.comnfbrown@suse.comneilb@suse.comkukuk@suse.dekukuk@suse.deneilb@suse.comneilb@suse.comneilb@suse.comschwab@suse.dep.drouand@gmail.comjeffm@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comnfbrown@suse.comledest@gmail.comnfbrown@suse.com- Add 0032-exportfs-Ingnore-export-failures-in-nfs-server.seriv.patch Inconsistencies in /etc/exports shouldn't be fatal. (bsc#1212594)- Add 0030-systemd-use-correct-modprobe-d-directory SLE15-SP5 an earlier don't use /usr/lib/modprobe.d (bsc#1200710) - Add 0031-mountd-don-t-advertise-krb5-for-v4root-when-not-conf.patch Avoid unhelpful warning if rpcsec_gss_krb5.ko not installed- Add 0028-mount.nfs-always-include-mountpoint-or-spec-if-error.patch boo#1157881 - Add 0029-nfsd.man-fix-typo-in-section-on-scope.patch bsc#1209859 - Allow scope to be set in sysconfig: NFSD_SCOPE- Rename all drop-in options.conf files as 10-options.conf This makes it easier for other packages to over-ride with a drop-in with a later sequence number. resource-agents does this. (bsc#1207843)- 0026-modprobe-avoid-error-messages-if-sbin-sysctl-fail.patch Avoid modprobe errors when sysctl is not installed. (bsc#1200710 bsc#1207022 bsc#1206781) - 0027-nfsd-allow-server-scope-to-be-set-with-config-or-com.patch Add "-S scope" option to rpc.nfsd to simplify fail-over cluster config. (bsc#1203746)- add 0025-nfsdcltrack-getopt_long-fails-on-a-non-x86_64-archs.patch Fix nfsdcltrack bug that affected non-x86 archs. (bsc#1202627)- 0024-systemd-Apply-all-sysctl-settings-when-NFS-related-m.patch Ensure sysctl setting work (bsc#1199856)- Add 0023-cache.c-removed-a-couple-warning.patch Fix compilation with new glibc (SLE15-SP4) (bsc#1197788)- Add 0021-mount.nfs-insert-sloppy-at-beginning-of-the-options.patch Add 0022-mount.nfs-Fix-the-sloppy-option-processing.patch Ensure "sloppy" is added correctly for newer kernels. Particularly required for kernels since 5.6 (so SLE15-SP4), and safe for all kernels. (boo#1197297)- Add 0020-mountd-Initialize-logging-early.patch If an error or warning message is produced before closeall() is called, mountd gets confused and doesn't work. (bsc#1194661)- Add 0019-gssd-use-mutex-to-protect-decrement-of-refcount.patch A field was modified by multiple threads without locking. This can lead to use-after-free. (bsc#1183194)- Add 0018-Replace-all-var-run-with-run.patch /var/run is long deprecated - switch all relevant paths to /run (bsc#1185170)- 0012-mountd-reject-unknown-client-IP-when-use_ipaddr.patch 0013-mountd-Don-t-proactively-add-export-info-when-fh-inf.patch 0014-mountd-add-logging-for-authentication-results-for-ac.patch 0015-mountd-add-cache-use-ipaddr-option-to-force-use_ipad.patch 0116-mountd-make-default-ttl-settable-by-option.patch Improve logging of authentication (bsc#1181540)- Add 0011-manpage-Add-a-description-of-the-nconnect-mount-opti.patch (bsc#1181651)- Add 0010-gssd-Fix-locking-for-machine-principal-list.patch (bsc#1183194)- 0009-Convert-remaining-python-scripts-to-python3.patch Python is no longer installed by default and these scripts work with python3, so request that explicitly. (bsc#1173104)- 0008-gssd-replace-non-thread-safe-strtok-with-strsep.patch Fix bug with concurrent gssd requests arriving from kernel. (bsc#1174260)- Don't make /var/lib/nfs owned by statd. Only sm and sm.bak need to be accessible by statd or sm-notify after they drop privs. Providing they get created, the parent directory can be root-owned. - 0007-statd-user-from-sm Change rpc.statd and sm-notify to take uid from the sm directory. (bsc#1150733 CVE-2019-3689)- 0002-Let-systemd-know-when-rpc.statd-is-needed.patch 0003-systemd-run-statd-notify-even-when-nfs-client-isn-t-.patch Fixes for systemd integration (bsc#1116221) - nfs.conf: spell NFSV4LEASETIME correctly. (bsc#1098532)- Create files in /var/lib/nfs via tmpfiles.d [bsc#1100404], [FATE#325524]- Replace references to /var/adm/fillup-templates with new %_fillupdir macro (boo#1069468)- fix incorrect dependency in /usr/lib/systemd/system/nfs-client.target.d/nfs.conf When yast restarts "nfs" it should propagate to nfs-client, but doesn't. (boo#1053691)- nsm-headers.patch: add missing - Prerequire needed group "nogroup"- update upstream version from 1.3.4 to 2.1.1 The significant update is that configuration can now be read from a central /etc/nfs.conf file, and it can include other files such as /etc/sysconfig/nfs This means that the old nfs-config.service systemd unit is no longer needed. - /etc/nfs.conf file created to import all sysconfig settings except *_OPTIONS directly into running code. - dropins created to pass *_OPTIONS sysconfig setting to the various daemons. - various specfile improvements, such as using "-D" in "install" commands, and adding "verify_permissions". - "xtab" has not been needed for years and has now been remove. - sysconfig.nfs updated, particular the ServiceRestart declarations have been tuned for systemd units. - 0003-nfs-server-generator-handle-noauto-mounts-correctly.patch Fix the nfs-server-generator so that mounts marked "noauto" are not automatically mounted when NFS exported. (bsc#1019211) - 0001-conffile-ignore-empty-environment-variables.patch 0002-mount-call-setgroups-before-setuid.patch Other minor fixes found during testing. - REMOVED 0001-Make-location-of-nfs-utils_env.sh-configurable.patch now included upstream- Check for existence of "statd" user before creating it, and do not suppress errors about it. - Ensure units passed to %service_* are full filenames. - Pass all units (non-templated) to %service_*.- Also ignore errors on the first chown call: this can happen especially in the build system when shadow is not present and the user has not been generated in the %pre phase.- move rpc.svcgssd and corresponding man page from nfs-client package to nfs-kernel-server. For NFSv4.0 this is needed on client as well as the server to support the back-channel. (bsc#1005609)- 0001-Make-location-of-nfs-utils_env.sh-configurable.patch 1.3.4 moved the config script location to somewhere that doesn't exist on openSUSE. Move it somewhere better and install it there. (bsc#990356)- nfs-utils-1.3.4.tar.xz New upstream release. Lots of bugfixes, no significant functionality changes - delete 0001-Fix-protocol-minor-version-fall-back.patch delete 0001-close-the-syslog-fd-in-daemon_init.patch delete 0001-mount-run-START_STATD-fully-as-root.patch delete 0001-mount.nfs-hide-EBUSY-errors.patch delete 0001-mount.nfs-trust-the-exit-status-of-start_statd.patch delete 0001-systemd-Decouple-the-starting-and-stopping-of-rpcbin.patch delete 0002-systemd-unit-files-fix-up-dependencies-on-rpcbind.patch delete nfs-utils-no-svcgss.service delete nfs-utils-uninit-mem.patch All patches are included in 1.3.4- nfs-utils_env.sh Fix some problems with version_params. Various misspellings and remove the possiblity that V4 is both disabled and enabled. (bsc#990356)- Drop OMC svcinfo file, nowdays useless- Sort a bit with spec-cleaner to get uptodate spec - Convert deps from regular devels to pkgconfig style- 0001-systemd-Decouple-the-starting-and-stopping-of-rpcbin.patch 0002-systemd-unit-files-fix-up-dependencies-on-rpcbind.patch Fix systemd dependencies to ensure rpcbind is started when needed. (bsc#975265)- 0001-close-the-syslog-fd-in-daemon_init.patch Without this, tracing doesn't work - 0001-mount.nfs-trust-the-exit-status-of-start_statd.patch (bsc#945937) - 0001-mount-run-START_STATD-fully-as-root.patch (bsc#969152)- Drop unused BuildRequires for libgssglue, not used with tirpc- Drop unused BuildRequires for librpcsecgss, tirpc version is used- 0001-mount.nfs-hide-EBUSY-errors.patch Stop "mount -a -t nfs" from complaining if filesystem already mounted (bsc#950340)- 0001-Fix-protocol-minor-version-fall-back.patch (bnc#959211)- nfs.service: don't mount/unmount nfs filesystems. systemd does this automatically. Trying to do it here too causes timing races (boo#963616)- nfs-utils-uninit-mem.patch: fix use of uninitialized memory (bsc#956743)- Remove sysvinit related macros; the package doesn't contain any sysvinit script - Replace systemd with systemd-rpm-macros; increase dependencies weight - Use %configure macro - Remove depreciated %clean section- Use proper annotations for service restart (bsc#952055).- update upstream version from 1.3.1 to 1.3.3. This contains lots of bugfixes but not significant new features. - delete 0001-nfs-client.target-Removed-a-ordering-cycle-with-nfs-.patch delete 0002-Centralize-dependencies-on-the-auth-unit.patch both included upstream - nfs-utils-no-svcgss.service fix minor make-install issue (has since been accepted upstream) - use "make install" to install systemd files instead of hand-code. - retain rpc-svcgssd for now until gss-proxy is packaged.- nfs-utils_env.sh: honour RPC_PIPEFS_DIR setting. It is currently ignored due to a logic error. (bsc#947852)- nfsserver.service. Provide ExecReload directive. This allows "systemctl reload nfsserver" to work. PropagatesReloadTo but itself is not enough if this unit doesn't have it's own Reload handler. (bsc#97296)- sysconfig.nfs: add STATD_PORT, STATD_HOSTNAME, LOCKD_TCPPORT, LOCKD_UDPPORT - nfs-utils-env.sh: handle STATD_PORT, STATD_HOSTNAME, LOCKD_TCPPORT, LOCKD_UDPPORT Also handle NFSV4LEASETIME, which was missing. (bsc#941645)- nfs.service: improve back-compatibility with /etc/init.d/nfs + mount and unmount nfs filesystems on start/stop. + keep status as "good" when everything is running. (bnc#911986)- fix bashisms in pre/post scripts- new upstream nfs-utils-1.3.1 This brings numerous fixes, particularly to gssd and nfsdcltrack. It incorporates all the upstreamable patches we had: - Delete nfsdcltrack.sbin.patch - Delete start-statd.patch - 0001-nfs-client.target-Removed-a-ordering-cycle-with-nfs-.patch 0002-Centralize-dependencies-on-the-auth-unit.patch Patches from 1.3.2-rc, which look useful - Convert from /etc/init.d startup scripts to full systemd integration. The upstream standard names are "nfs-client" and "nfs-server" rather than "nfs" and "nfsserver", so local "nfs" "nfsserver" aliases are created and "rcXXX" links are provided for all 4./bin/sh/bin/sh/bin/sh/bin/shnfs-utils/bin/shh01-ch4c 1695290365  "#$&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRS2.1.1-150500.22.3.12.1.1-150500.22.3.12.1.1-150500.22.3.11.1.0    idmapd.confmodprobe.d50-nfs.confnfs.confnfsmount.confnfs-clientmount.nfsmount.nfs4osd_loginumount.nfsumount.nfs4system-generatorsnfs-server-generatorauth-rpcgss-module.servicenfs-blkmap.servicenfs-client.targetnfs-client.target.dnfs.confnfs-idmapd.servicenfs-utils.servicenfs.servicerpc-gssd.servicerpc-gssd.service.d10-options.confrpc-statd-notify.servicerpc-statd-notify.service.d10-options.confrpc-statd.servicerpc-statd.service.d10-options.confrpc-svcgssd.servicerpc-svcgssd.service.d10-options.confvar-lib-nfs-rpc_pipefs.mountblkmapdmountstatsnfsidmapnfsiostatnfsstatrcnfsrcnfs-clientrpc.gssdrpc.idmapdrpc.statdrpc.svcgssdrpcdebugshowmountsm-notifystart-statdsysconfig.nfsnfs.5.gznfs.conf.5.gznfsmount.conf.5.gznfs.systemd.7.gzblkmapd.8.gzgssd.8.gzidmapd.8.gzmount.nfs.8.gzmountstats.8.gznfsidmap.8.gznfsiostat.8.gznfsstat.8.gzrpc.gssd.8.gzrpc.idmapd.8.gzrpc.sm-notify.8.gzrpc.statd.8.gzrpc.svcgssd.8.gzrpcdebug.8.gzshowmount.8.gzsm-notify.8.gzstatd.8.gzsvcgssd.8.gzumount.nfs.8.gznfsrpc_pipefssmsm.bakstatev4recovery/etc//etc/modprobe.d//etc/sysconfig/SuSEfirewall2.d/services//sbin//usr/lib/systemd//usr/lib/systemd/system-generators//usr/lib/systemd/system//usr/lib/systemd/system/nfs-client.target.d//usr/lib/systemd/system/rpc-gssd.service.d//usr/lib/systemd/system/rpc-statd-notify.service.d//usr/lib/systemd/system/rpc-statd.service.d//usr/lib/systemd/system/rpc-svcgssd.service.d//usr/sbin//usr/share/fillup-templates//usr/share/man/man5//usr/share/man/man7//usr/share/man/man8//var/lib//var/lib/nfs/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:30711/SUSE_SLE-15-SP5_Update/e3acf8b6c557b1f1c6737648112269ca-nfs-utils.SUSE_SLE-15-SP5_Updatedrpmxz5x86_64-suse-linux  ASCII textdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=c2e7920ee4127606a4da454650381a6a33ec2414, for GNU/Linux 3.2.0, strippedBourne-Again shell script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=10d2df1c46aee0c88d3975f8e655a9e753948d47, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=df26775583a5498009e95eae476da5c47f12f3af, for GNU/Linux 3.2.0, strippedPython script, ASCII text executableELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=48bbdcd90914f15634d2eaffcad2b5ff9b640ab2, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=aa73c6e2f190abf68742137417a71205a630d5ed, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=0831ca101f08c85ea8a985be3ada878b604b9921, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=28887127d2799b7678cd25d55d666db6fc42646f, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=5f4f2e722e144699ddc2dae58c566af18cb5ff9f, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=499f8e475a7a05caaa640483b4825d26b44942a4, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=979051dba96e87de92946fb0af1bbeb3b8ab22f2, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=19ec9968ee072af539e9c3fa55d8b1009e658bed, for GNU/Linux 3.2.0, strippedELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=4e060c96c0eb30067091a36182ce613d1b90f4fe, for GNU/Linux 3.2.0, strippedPOSIX shell script, ASCII text executabletroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)empty (-BIT`emw    R&RRRRRRRR+R*R%RRRRRRRRRRRRRRRRRRRR!R"R RRRRR'RRRRRRRRR,R+R)RRRRRRRRRR$RRR#RR*R(RRRRRRR'RR+RRRRRRRR-R*RR,RRRRRRRR'RR*RRRRRRRRRRRR+R*RR+RRRRRRRR*RRԘ>57NZ utf-8a5809925d98cfaffa94ae5d30acc8bfad2f31eaf128e7e24b72f3fdfe7d5c8c5?P7zXZ !t/fC/]"k%u̜Y4J" w(cM v  4|h6s°Jʒ>ZrgCPISט[˜]#!W<\^ھfdҬBZ;5i:pG ߆(|HO+Y񵛗٪-e,lD@:Ż:3[7}"f9>zZ:NBǿ:>Q.)kOD_smyN?-ٍ! It!cufȃJڋ qn}3lQG#݈t>S*FjUEW6yI(}#znZH -iqmQZ!h -w!1#@oe?Mg4&=ϢR4x=xNFcQ{Xz5_ڡdQ==NeW~eYkv=$6<42;:eȪOG<ԻĕPݟ~g-uZUD[g"RxS {+YoPoͫǣ KoB+wb$Mz;HB@&AӅfL`1UyƊ;/Ao(nq6lɺs9*!US>eF[1oQ l8Λ[)us`ۃŨpMhy$wvŠgC&{gKOI(SzYzDr8g@ȶ#0t.Z!0 & 0S_El]#`-KXtws. ήC8)I)-EH iDR'~]ۀXk(2 Wfԟq3\Co'm" ^4 / @BL/dpG)0ЮSAwvHSC7ąI{%fMhP,T2;Nmd&hAޢOL:\={JKfQ=[CTY^:y_̸Z<ݒĢ><Ͷ?MΕi$M9uQUP?;z9X;!(.Au0SwC9l1ãAG-@&ejUUtRp鮻Xqٳafz5m5oK!4H=LrϚȽ ^g>PՆb 2TpyV%qө.|4&3|@M@BkE{J֭#}jčg:w #y^)أD&UsUN.$8!o}+"6ӏ(U1ŽiJA!~_,9:ҔT@*)xsR$\:OjSWo1w;|/3v~-s4<0/cȣߺ].8z<[ h0 gk?qÆBDRFc ;'/GM.ihJ>_ZW'{DMa`[U_i{6Y\rRV/~1 ּך|)x]9ҘZaa}b ]8L@H0/0-3؄MA0 U YY^ ?cl8O֓s藭`ks]7gǶ*Eij̔6 ^UgSB(q {m<][{͑Fq n63ÀޡR_&wX(@hfDaF ´&FzyI-tSq(a0@䭲T&׮3B]O2ݜ2I Rmp̬fB:FtqWXYz_^$ٖ*6 M|?]ƲsRn??4 u]W<¡9MnݚQVg>'w1^|g~V _.Dk%Ƽ3p:l2̝MJp_B^;aJ5d?[p'+H^}BtZ$(5OD\Ն)p^::mV,>Dy=_E89aB\ZAq:m暈[eCQXpLFyD-hÑ5M WUg$4t&C=o,<~'aiZuF̟GI<`ዂ4ahfY-=e+6o"DKE6uTLU RFSqESo8:j4@_ aB݄:wwcsY:\Af!tAENL] u1ƞxV᰷zxL`_OxQn񥴛)VZ42Pwċ1a\ݥl9E襷xm#q<^CkoQ?B\^x]F?شR"t_3ASTrи4R E+H-/U.71nXkx]/l d Z:ʵB ng S.=5tٮW6=Pg7. /i_4q|LգfY)5xS CVi HA2p߮B&%)1L04Ag@F9$87guUYm^k5G'Td(8KA}FŨz_'lZ VJ7dAvanRWTn `od=Di|@ssã=ޒh*KCt\?%Iw%67gPGt*ȭDnD+s =%{)u◩N! d婽wQza|S|V`oG 3Jw1eUO*ߓbfn/֊~V췲Ox9+ gU1^~ҟ­%r={0 2ِ,stz2W%CؾUf*IJyLFU}^i28!ZSJ1i,µP~_Go +3C:Yɲ)/`K@Z;{WǠ}<,Ό=c7cH@ikԜyq؅ooǛ'MQJ`f0+t xb ~IsU5͆r|Y;H`P7FiٞY'F̗2Hr> n7J]z}7j6У9}~U 'd%=i&γN%Gy@ `hS36 a6C{o=hEmM6 jF.lkCř=#lN_0KYC-$[RCSfb0ׄ3quUOyBw_ `NZXo]+8D$Zf,^4iVu>K3enK-AX\;_!^\YC2>ZɱJw?cc`%Ŀ `$.`g ,DzfobCX &,ܩ i`iUQ*U"X;߭O |8-_ú@1$n<"{A(ubyH.~/5r"wuppz 9#,O(Hiп&,kT%IiTCh2@:wa9B;ơ)UQS4E+vu=#VWUj럂ۂfnp떎?JF!9o;BAͧHP(t7k;(ouA;H@`w$c8q>e(6 "oژKNeأjh|ՆH?ZɃr",*yI%\b !!zI`$\L a9t_crq})dA6;\݁4rY}=;Yj1UQUH wƏܧةućql⫫*hIK!#DZNͨ{{ݪA."VGC.̖,>7[ZfhH':H"V\'@9,&Yb0ࢶ '4>}0C&jg);/K(J3< N3!]=wt>B7;GuEv_Yz=uiLga?r]G".gN͏]:q85FI"k3ǜ"\&ACfMDd3 A_p\^jFG-}uoV=3PW@3w 0mGw]Ѥ+M9~ϯWQ*酞f0l! !X\mjz/S8$+- *PK,x;#füw8".s}+Vm1-CCm!R$R<̯#B XRa%Irʶ1 $۾~5$3aC,蜄aKEmFb.IW*Cƒ(Վ;&*I0:eLrD[#.^q|ޤ'~*Jr֟m$: ~k~|'ȡnljD<_G-!uD?G&T@+ޠfFv I+~1o`T<\cC)cΧ/^`^Y$,Tzrd]VT@ZdbtVnXv-a: i!r_Pe$o#mP*_#ʳ%EwWe޼ڥ7E'vJKeMYpNBc(+ 1&L!6=`ӂEQ-Pr=֫c3N9yF ~ 쐜\3 Ì7.W8/)3ma1`v&PגwNFbn&:{6Rͺ?В\Zp~w:ɲL&BO5)jkkI=2JD=5EYqR1<ޓp]"mM|-}0ZHox}M~Əʦʕ/cwK ^JI'0l0Kɬ p/I<4ʀ"&4q+.-8BD]XRGU;TXZl7qUO[Y&Rvk|&lZ]k[Y7Nyk&#cFEL(jM&8BebF,K 9-z N!ul /Q-^yF?؍!)MXBhWI> l RFpwoInS%*{U(^xyc3"3.WƅoQNY/P(3(9[,_{G"p|JTcLl/,o-&i񱰈mķ.*+Ntn!`q:a_\ס֟Dw< %l硛M!Ԃ;mZh8A(KpQ  i㝈 ɾmmg N勏h^ b%!~!Q%Gk]Uo21EGJppt0;)vN!x^[tl,yt -iGv_۽aqǎ֭\%_)n{q=:"/Έ06)4j)Wlp̸%LgYȸ%jl+A-c~9c.qi4D)bqDFH")><VhdG2&d7U+_U=7b χX5rӻc d_8cἶx*Ѓ2d^u]w ܺXWKMj{3',۟/OۨUlT;oGy* ]Fm0Oh <Eߵm~Gtf-+_uiwte+x4gWp_ZkD-C9Wm#βIo2}:Ȫ yMyK(?zʺ3_s1|A筮u Nv XWq X&v[fk|zF]MHu88`zfቢhrzȌ<  Ψu,(wy62@cRSc䜸wX2;^;fHʎIn/84|95 WhV?Y&L+[a/%YeX-a!;K-H 3{37yb,r{phl5hw:ŭbs^Q~MO3 beg b[vU&l.`m-'s_NmUEJ+8IǓZ6ݰR;5>0~55ܦN*lt. 7>8r@.NmH8O6ۨ5נjsi=Z1 l9]VbT⥍ m4԰d~C(?r|r{w.R{RK{V0ƭ=]}m>~q"K](, q@v x#fV9"jy(̇KKrln{BiD+kudqT9Ȧ\.ot(ۊ |P.ڑc4vųƂ݀cmVXI>*}bSFq(}߭0`mՋ4m"iw̝K> yS͆=v,+T,5pG*OphB*Q*9Ҝ`8j%2j}Q~N̼NM|;UU}]LCז\9]4+\[rXV}$ԒU19ĜwH?[-Grs&AW+3GA/ ʃJ°^.z׷xʉU (aBF!ոIK`k}umXYTcjU[U crQ=YTDJIb싏Bu9PT a!xe!g.м`qD+rH-m&>Et]Jq3d5 2tŀ2:Pgo)C95M+;0-aNեؾW ZaM8j.iB2]Zw9r R.rqDHLMDQvRhtaVd`qQqߩ}ߴOݰ9Ҧzca43ЦQgS=]N5b`+.g2Fll58程}_NSyw͍Ɗ㖚?{dܾ!Nwtzœx4^ Ymrc%-~ )cKQ~JFvu^LodH,!7cTxM7 da3X"Y+8,@ǜutؚR2]9mb N؄Rw ȝf>=h>WoW,ୀ28j Gc=ta4K52~De 9]TAF/u%>,:@C ^Pd-oIL fz^5ƹ o7e6)^)Bˡ-!WM~n~K:+{A(i}(=/:t=@~3;+_ h`6.kT~>m۽HX^90'\G_5u>=s]itaXdW5tz<-~];iشfFh7+=]d5 ,KvyY :Y#EX:A0d-\+ۄylޜ^tf#xOn b2 %]D(RN.%<%)%D,!Vـ{%?8!ƯRD|Ƕlu+jFcbS8o{jm&mڗ!khݞ<)U<~MT=|wV,v~b.(U{DXE#\vaƋĔ80=[*jsꕼ([$Olǝ/40ݤnб݋/Rmmst QKKBd#`D4bP,>.uϓÌ/ꑖ_N,e%iC|% •z'v3]u,oUz-+A|ka zlL Ghfp̟|S3d ¡Fd6; !Z՛rjf.bߍ#I1RrYL*BnE! l))U8J 0YB_t~n&Nwx{ׂ[?;Aee5/JQ:#,:e qBe^;CXތJHG_FlEpۄlBPV*-354Qfa@3MRLM'd4up!(4Qnۍ,`̜{0# @s73!FCdVn^vM $g!vGtD|ULG 쎊 ׉ԙdQ ai 0$.a #7՝@$3G7 S+\uűR)؁rm>[$qͰ PPQZXW 6ЏĚx)rOG3hccZF$SUmB\by' ;d4_%I0)TN\!đ!:K+sp{ ˢPyBK6dXs2v:Ż;%; 3jӒyoM'P(˟㡮Ey|$Xxu+Nq2;A:7p[fpZ c͠r-Mf0ؒ6 ֞ U Q@JdHBOƓ5<: ~eULtSP,S?+ƁzN^;??*jƔo rVLgs/uP:<.h137Q@ niW{ž4tGY(ɱ-LqmVIkG5*#3(Xyla_yFN_?fʒYw'JH|?:Qfh'bfߪ "kEREl1h/9Ivg0Bu#FF4O7^4=mR&.̚S\3&'hR@ ':Q_)ٱa>Ph]#Hz`' ъ'YJUa3xꄆulX4,AwgmqXAHO>:$Ff]-e,K /MۇZg4쭁ӽ `'ԸT,)'&lXԳP#l0mئgEv&a\\م0 oa! kUrBbo歾hEC:Ɉ(݆VE g &x==[~LpQuUV%+EdWiy)j5_vJ7#q%mCҡujoa< cK 2ܧEg]'#Ŋ{brU dr+YZD}heXyExt>2OyQ f'Džsa(젗$KxQ l"h1H[h-^ FĔ0P?W2a=*.6BAhiRXM _x2J x8GAZF׀1.M?1?xm؁Vř{$_Emoo~XJiayy?9@ }%Bpq$37AyTym#~\f+2s;{}Yb>+e蜎)5zYEb?+ҬyB!FJⶇ8Fh3E'}I̱R%2DxsT[Ku$zi?ME.X=\)1n^Z&WbC3Etԃ~ѭrϟӡy4_rgNdƺ8.9W~emN˛6?~AX"߸B=zpUMADDEkp-+^7ħvz3Y%ٳH_=l3{2tB2]MRs[n-O=؆puWjAPׅ߂`[%tb˺n/ݹƔQ`\#WN?LڝQ{M̌Ϯi (RTJ@>&IC_oƒ`Fd/ cn"h[#bXy,?apτuI/(X+B{3F3p.j0tgO ^#lȫ;II+>Jd' qeWQFY\L)!n@Kif)'t rz6F<„Bx EIMUI k" $8߃ԍ=l ug/!1)z`y5| aN" 4 $0N]j Kʣz>xPRXuδ̠v#~B (DFY${δ{u3yxB@*M4"pjgxز*~f$t̖:gpiv)ΐsp)zh?CacᦁOq_ǫFv_륱vܮ]a j>Q-.LfVdvI-r\ LmCv3zGˇkŎ~LƼj#v!P bc}Tz"/d*$LJ3taF. _~n d^f7a 5~g`w[+bOSE5PL ;kz;޶="2S\o- RmE/qԾ6ut{; .}'Xj%=![mWPtRº::!3[٠[v؊G\@u9"d$[p`e%Uq.]U+M)IQ=%!a˪O? e0`Ee]{qW,|̷^/jǓCI$ zXrPkb5Rp*.s 3>J!