Updated to the latest RC release: nfs-utils-2-5-3-rc3 (bz 1906841)
Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
parent
b2145bebc9
commit
fdde30c3d1
@ -1,9 +1,9 @@
|
|||||||
diff -up nfs-utils-2.3.1/systemd/nfs-server.service.orig nfs-utils-2.3.1/systemd/nfs-server.service
|
diff -up nfs-utils-2.5.2/systemd/nfs-server.service.orig nfs-utils-2.5.2/systemd/nfs-server.service
|
||||||
--- nfs-utils-2.3.1/systemd/nfs-server.service.orig 2018-01-19 10:25:38.153513857 -0500
|
--- nfs-utils-2.5.2/systemd/nfs-server.service.orig 2020-12-16 12:31:27.677558163 -0500
|
||||||
+++ nfs-utils-2.3.1/systemd/nfs-server.service 2018-01-19 10:30:52.977245126 -0500
|
+++ nfs-utils-2.5.2/systemd/nfs-server.service 2020-12-16 12:33:56.751806659 -0500
|
||||||
@@ -26,6 +26,7 @@ Type=oneshot
|
@@ -23,6 +23,7 @@ Type=oneshot
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
ExecStartPre=/usr/sbin/exportfs -r
|
ExecStartPre=-/usr/sbin/exportfs -r
|
||||||
ExecStart=/usr/sbin/rpc.nfsd
|
ExecStart=/usr/sbin/rpc.nfsd
|
||||||
+ExecStart=-/bin/sh -c 'if systemctl -q is-active gssproxy; then systemctl reload gssproxy ; fi'
|
+ExecStart=-/bin/sh -c 'if systemctl -q is-active gssproxy; then systemctl reload gssproxy ; fi'
|
||||||
ExecStop=/usr/sbin/rpc.nfsd 0
|
ExecStop=/usr/sbin/rpc.nfsd 0
|
||||||
|
1054
nfs-utils-2.5.3-rc3.patch
Normal file
1054
nfs-utils-2.5.3-rc3.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser
|
|||||||
Name: nfs-utils
|
Name: nfs-utils
|
||||||
URL: http://linux-nfs.org/
|
URL: http://linux-nfs.org/
|
||||||
Version: 2.5.2
|
Version: 2.5.2
|
||||||
Release: 1.rc1%{?dist}
|
Release: 1.rc3%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
|
|
||||||
# group all 32bit related archs
|
# group all 32bit related archs
|
||||||
@ -16,7 +16,7 @@ Source4: nfsconvert.py
|
|||||||
Source5: nfsconvert.sh
|
Source5: nfsconvert.sh
|
||||||
Source6: nfs-convert.service
|
Source6: nfs-convert.service
|
||||||
|
|
||||||
Patch001: nfs-utils-2.5.3-rc1.patch
|
Patch001: nfs-utils-2.5.3-rc3.patch
|
||||||
|
|
||||||
Patch100: nfs-utils-1.2.1-statdpath-man.patch
|
Patch100: nfs-utils-1.2.1-statdpath-man.patch
|
||||||
Patch101: nfs-utils-1.2.1-exp-subtree-warn-off.patch
|
Patch101: nfs-utils-1.2.1-exp-subtree-warn-off.patch
|
||||||
@ -365,6 +365,9 @@ fi
|
|||||||
%{_pkgdir}/*/var-lib-nfs-rpc_pipefs.mount
|
%{_pkgdir}/*/var-lib-nfs-rpc_pipefs.mount
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 17 2020 Steve Dickson <steved@redhat.com> 2.5.2-1.rc3
|
||||||
|
- Updated to the latest RC release: nfs-utils-2-5-3-rc3 (bz 1906841)
|
||||||
|
|
||||||
* Tue Nov 10 2020 Steve Dickson <steved@redhat.com> 2.5.2-1.rc1
|
* Tue Nov 10 2020 Steve Dickson <steved@redhat.com> 2.5.2-1.rc1
|
||||||
- Updated to the latest RC release: nfs-utils-2-5-3-rc1 (bz 1896543)
|
- Updated to the latest RC release: nfs-utils-2-5-3-rc1 (bz 1896543)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user