Updated to the latest RC release: nfs-utils-2-5-4-rc3 (bz 1957900)

Signed-off-by: Steve Dickson <steved@redhat.com>
This commit is contained in:
Steve Dickson 2021-05-22 11:24:07 -04:00
parent f0a78eb8b9
commit 626d23b57d
3 changed files with 1777 additions and 12 deletions

View File

@ -1,6 +1,6 @@
diff -up nfs-utils-2.1.1/utils/statd/sm-notify.man.orig nfs-utils-2.1.1/utils/statd/sm-notify.man
--- nfs-utils-2.1.1/utils/statd/sm-notify.man.orig 2017-04-26 12:45:14.205742654 -0400
+++ nfs-utils-2.1.1/utils/statd/sm-notify.man 2017-04-26 12:45:44.042630801 -0400
diff -up nfs-utils-2.5.3/utils/statd/sm-notify.man.orig nfs-utils-2.5.3/utils/statd/sm-notify.man
--- nfs-utils-2.5.3/utils/statd/sm-notify.man.orig 2021-02-20 12:16:52.000000000 -0500
+++ nfs-utils-2.5.3/utils/statd/sm-notify.man 2021-05-06 12:50:44.221080339 -0400
@@ -184,7 +184,7 @@ where NSM state information resides.
If this option is not specified,
.B sm-notify
@ -10,7 +10,7 @@ diff -up nfs-utils-2.1.1/utils/statd/sm-notify.man.orig nfs-utils-2.1.1/utils/st
by default.
.IP
After starting,
@@ -330,13 +330,13 @@ Currently, the
@@ -338,13 +338,13 @@ Currently, the
command supports sending notification only via datagram transport protocols.
.SH FILES
.TP 2.5i
@ -27,10 +27,10 @@ diff -up nfs-utils-2.1.1/utils/statd/sm-notify.man.orig nfs-utils-2.1.1/utils/st
NSM state number for this host
.TP 2.5i
.I /proc/sys/fs/nfs/nsm_local_state
diff -up nfs-utils-2.1.1/utils/statd/statd.man.orig nfs-utils-2.1.1/utils/statd/statd.man
--- nfs-utils-2.1.1/utils/statd/statd.man.orig 2017-01-12 10:21:39.000000000 -0500
+++ nfs-utils-2.1.1/utils/statd/statd.man 2017-04-26 12:45:44.043630798 -0400
@@ -253,7 +253,7 @@ where NSM state information resides.
diff -up nfs-utils-2.5.3/utils/statd/statd.man.orig nfs-utils-2.5.3/utils/statd/statd.man
--- nfs-utils-2.5.3/utils/statd/statd.man.orig 2021-05-06 12:49:46.346753461 -0400
+++ nfs-utils-2.5.3/utils/statd/statd.man 2021-05-06 12:50:44.222080345 -0400
@@ -251,7 +251,7 @@ where NSM state information resides.
If this option is not specified,
.B rpc.statd
uses
@ -39,7 +39,7 @@ diff -up nfs-utils-2.1.1/utils/statd/statd.man.orig nfs-utils-2.1.1/utils/statd/
by default.
.IP
After starting,
@@ -425,13 +425,13 @@ If set to a positive integer, has the sa
@@ -431,13 +431,13 @@ If set to a positive integer, has the sa
.IR \-\-no\-notify .
.SH FILES
.TP 2.5i
@ -55,4 +55,4 @@ diff -up nfs-utils-2.1.1/utils/statd/statd.man.orig nfs-utils-2.1.1/utils/statd/
+.I /var/lib/nfs/statd/state
NSM state number for this host
.TP 2.5i
.I /var/run/run.statd.pid
.I /run/run.statd.pid

1762
nfs-utils-2.5.4-rc3.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@ Summary: NFS utilities and supporting clients and daemons for the kernel NFS ser
Name: nfs-utils
URL: http://linux-nfs.org/
Version: 2.5.3
Release: 3.rc2%{?dist}
Release: 3.rc3%{?dist}
Epoch: 1
# group all 32bit related archs
@ -17,7 +17,7 @@ Source5: nfsconvert.sh
Source6: nfs-convert.service
Source7: 10-nfsv4.conf
Patch001: nfs-utils-2.5.4-rc2.patch
Patch001: nfs-utils-2.5.4-rc3.patch
Patch100: nfs-utils-1.2.1-statdpath-man.patch
Patch101: nfs-utils-1.2.1-exp-subtree-warn-off.patch
@ -453,6 +453,9 @@ fi
%{_mandir}/*/nfsiostat.8.gz
%changelog
* Thu May 6 2021 Steve Dickson <steved@redhat.com> 2.5.3-3.rc3
- Updated to the latest RC release: nfs-utils-2-5-4-rc3 (bz 1957900)
* Sat Apr 10 2021 Steve Dickson <steved@redhat.com> 2.5.3-3.rc2
- Updated to the latest RC release: nfs-utils-2-5-4-rc2 (bz 1947146)