Remove rpc-svcgssd from auth-rpcgss-module (bz 1662737)
Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
14cb43383c
commit
0af457367e
14
nfs-utils-2.4.2-systemd-svcgssd.patch
Normal file
14
nfs-utils-2.4.2-systemd-svcgssd.patch
Normal file
@ -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]
|
@ -24,6 +24,7 @@ Patch102: nfs-utils-1.2.5-idmap-errmsg.patch
|
|||||||
Patch103: nfs-utils-2.3.1-systemd-gssproxy-restart.patch
|
Patch103: nfs-utils-2.3.1-systemd-gssproxy-restart.patch
|
||||||
Patch104: nfs-utils-2.3.3-man-tcpwrappers.patch
|
Patch104: nfs-utils-2.3.3-man-tcpwrappers.patch
|
||||||
Patch105: nfs-utils-2.3.3-nfsconf-usegssproxy.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: exportfs = %{epoch}:%{version}-%{release}
|
||||||
Provides: nfsstat = %{epoch}:%{version}-%{release}
|
Provides: nfsstat = %{epoch}:%{version}-%{release}
|
||||||
@ -371,6 +372,7 @@ fi
|
|||||||
|
|
||||||
* Wed Dec 18 2019 Steve Dickson <steved@redhat.com> 2.4.2-3.rc3
|
* Wed Dec 18 2019 Steve Dickson <steved@redhat.com> 2.4.2-3.rc3
|
||||||
- Updated to the latest upstream RC release: nfs-utils-2-4-3-rc3 (bz 1782349)
|
- 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 <steved@redhat.com> 2.4.2-2.rc2
|
* Fri Nov 22 2019 Steve Dickson <steved@redhat.com> 2.4.2-2.rc2
|
||||||
- mount: Fix return 0 from void function
|
- mount: Fix return 0 from void function
|
||||||
|
Loading…
Reference in New Issue
Block a user