From 0af457367e0655b2fb3163ac1c18356ec929673c Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Wed, 18 Dec 2019 11:35:18 -0500 Subject: [PATCH] Remove rpc-svcgssd from auth-rpcgss-module (bz 1662737) Signed-off-by: Steve Dickson --- nfs-utils-2.4.2-systemd-svcgssd.patch | 14 ++++++++++++++ nfs-utils.spec | 2 ++ 2 files changed, 16 insertions(+) create mode 100644 nfs-utils-2.4.2-systemd-svcgssd.patch diff --git a/nfs-utils-2.4.2-systemd-svcgssd.patch b/nfs-utils-2.4.2-systemd-svcgssd.patch new file mode 100644 index 0000000..cdda817 --- /dev/null +++ b/nfs-utils-2.4.2-systemd-svcgssd.patch @@ -0,0 +1,14 @@ +diff -up nfs-utils-2.4.2/systemd/auth-rpcgss-module.service.orig nfs-utils-2.4.2/systemd/auth-rpcgss-module.service +--- nfs-utils-2.4.2/systemd/auth-rpcgss-module.service.orig 2019-11-13 12:09:41.000000000 -0500 ++++ nfs-utils-2.4.2/systemd/auth-rpcgss-module.service 2019-12-18 11:32:04.656735515 -0500 +@@ -7,8 +7,8 @@ + [Unit] + Description=Kernel Module supporting RPCSEC_GSS + DefaultDependencies=no +-Before=gssproxy.service rpc-svcgssd.service rpc-gssd.service +-Wants=gssproxy.service rpc-svcgssd.service rpc-gssd.service ++Before=gssproxy.service rpc-gssd.service ++Wants=gssproxy.service rpc-gssd.service + ConditionPathExists=/etc/krb5.keytab + + [Service] diff --git a/nfs-utils.spec b/nfs-utils.spec index 6e4a987..7ce2a4d 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -24,6 +24,7 @@ Patch102: nfs-utils-1.2.5-idmap-errmsg.patch Patch103: nfs-utils-2.3.1-systemd-gssproxy-restart.patch Patch104: nfs-utils-2.3.3-man-tcpwrappers.patch Patch105: nfs-utils-2.3.3-nfsconf-usegssproxy.patch +Patch106: nfs-utils-2.4.2-systemd-svcgssd.patch Provides: exportfs = %{epoch}:%{version}-%{release} Provides: nfsstat = %{epoch}:%{version}-%{release} @@ -371,6 +372,7 @@ fi * Wed Dec 18 2019 Steve Dickson 2.4.2-3.rc3 - Updated to the latest upstream RC release: nfs-utils-2-4-3-rc3 (bz 1782349) +- Remove rpc-svcgssd from auth-rpcgss-module (bz 1662737) * Fri Nov 22 2019 Steve Dickson 2.4.2-2.rc2 - mount: Fix return 0 from void function