import nfs-utils-2.5.4-9.el9

This commit is contained in:
CentOS Sources 2022-03-01 08:04:52 -05:00 committed by Stepan Oksanichenko
parent 10f717b6a4
commit 25eb266ffe
3 changed files with 55 additions and 15 deletions

View File

@ -1,8 +1,8 @@
diff -up nfs-utils-2.3.3/utils/mountd/mountd.man.orig nfs-utils-2.3.3/utils/mountd/mountd.man diff -up nfs-utils-2.5.4/utils/mountd/mountd.man.orig nfs-utils-2.5.4/utils/mountd/mountd.man
--- nfs-utils-2.3.3/utils/mountd/mountd.man.orig 2018-09-06 14:09:08.000000000 -0400 --- nfs-utils-2.5.4/utils/mountd/mountd.man.orig 2022-01-22 16:56:29.715967394 -0500
+++ nfs-utils-2.3.3/utils/mountd/mountd.man 2018-10-26 09:53:10.005127368 -0400 +++ nfs-utils-2.5.4/utils/mountd/mountd.man 2022-01-22 16:57:07.494103095 -0500
@@ -232,36 +232,7 @@ section include @@ -291,36 +291,7 @@ section include
which each have same same meaning as given by which each have the same meaning as given by
.BR rpc.nfsd (8). .BR rpc.nfsd (8).
-.SH TCP_WRAPPERS SUPPORT -.SH TCP_WRAPPERS SUPPORT
@ -39,7 +39,7 @@ diff -up nfs-utils-2.3.3/utils/mountd/mountd.man.orig nfs-utils-2.3.3/utils/moun
TI-RPC is a pre-requisite for supporting NFS on IPv6. TI-RPC is a pre-requisite for supporting NFS on IPv6.
If TI-RPC support is built into If TI-RPC support is built into
.BR rpc.mountd , .BR rpc.mountd ,
@@ -288,7 +259,6 @@ table of clients accessing server's expo @@ -347,7 +318,6 @@ table of clients accessing server's expo
.BR nfs (5), .BR nfs (5),
.BR nfs.conf (5), .BR nfs.conf (5),
.BR tcpd (8), .BR tcpd (8),
@ -47,10 +47,10 @@ diff -up nfs-utils-2.3.3/utils/mountd/mountd.man.orig nfs-utils-2.3.3/utils/moun
.BR iptables (8), .BR iptables (8),
.BR netconfig (5) .BR netconfig (5)
.sp .sp
diff -up nfs-utils-2.3.3/utils/statd/statd.man.orig nfs-utils-2.3.3/utils/statd/statd.man diff -up nfs-utils-2.5.4/utils/statd/statd.man.orig nfs-utils-2.5.4/utils/statd/statd.man
--- nfs-utils-2.3.3/utils/statd/statd.man.orig 2018-10-26 09:52:27.609358805 -0400 --- nfs-utils-2.5.4/utils/statd/statd.man.orig 2022-01-22 16:56:29.718967405 -0500
+++ nfs-utils-2.3.3/utils/statd/statd.man 2018-10-26 09:53:37.345978117 -0400 +++ nfs-utils-2.5.4/utils/statd/statd.man 2022-01-22 16:57:07.495103099 -0500
@@ -319,28 +319,6 @@ chooses, simply use @@ -325,28 +325,6 @@ chooses, simply use
.BR chown (1) .BR chown (1)
to set the owner of to set the owner of
the state directory. the state directory.
@ -79,7 +79,7 @@ diff -up nfs-utils-2.3.3/utils/statd/statd.man.orig nfs-utils-2.3.3/utils/statd/
.SH ADDITIONAL NOTES .SH ADDITIONAL NOTES
Lock recovery after a reboot is critical to maintaining data integrity Lock recovery after a reboot is critical to maintaining data integrity
and preventing unnecessary application hangs. and preventing unnecessary application hangs.
@@ -445,7 +423,6 @@ network transport capability database @@ -451,7 +429,6 @@ network transport capability database
.BR rpc.nfsd (8), .BR rpc.nfsd (8),
.BR rpcbind (8), .BR rpcbind (8),
.BR tcpd (8), .BR tcpd (8),

View File

@ -1,8 +1,8 @@
diff --git a/nfs.conf b/nfs.conf diff --git a/nfs.conf b/nfs.conf
index b4c0da02..bc1de8d1 100644 index 8c714ff7..21d3e7b2 100644
--- a/nfs.conf --- a/nfs.conf
+++ b/nfs.conf +++ b/nfs.conf
@@ -68,7 +68,6 @@ use-gss-proxy=1 @@ -68,7 +68,6 @@
# lease-time=90 # lease-time=90
# udp=n # udp=n
# tcp=y # tcp=y
@ -10,6 +10,18 @@ index b4c0da02..bc1de8d1 100644
# vers3=y # vers3=y
# vers4=y # vers4=y
# vers4.0=y # vers4.0=y
diff --git a/systemd/nfs.conf.man b/systemd/nfs.conf.man
index 4436a38a..be487a11 100644
--- a/systemd/nfs.conf.man
+++ b/systemd/nfs.conf.man
@@ -171,7 +171,6 @@ Recognized values:
.BR lease-time ,
.BR udp ,
.BR tcp ,
-.BR vers2 ,
.BR vers3 ,
.BR vers4 ,
.BR vers4.0 ,
diff --git a/utils/mount/configfile.c b/utils/mount/configfile.c diff --git a/utils/mount/configfile.c b/utils/mount/configfile.c
index 3d3684ef..1d88cbfc 100644 index 3d3684ef..1d88cbfc 100644
--- a/utils/mount/configfile.c --- a/utils/mount/configfile.c
@ -172,6 +184,22 @@ index fa67a66f..3c4e218a 100644
/* /*
* Avoid retry and negotiation logic when remounting * Avoid retry and negotiation logic when remounting
*/ */
diff --git a/utils/mountd/mountd.man b/utils/mountd/mountd.man
index 77e6299a..a206a3e2 100644
--- a/utils/mountd/mountd.man
+++ b/utils/mountd/mountd.man
@@ -286,10 +286,9 @@ The values recognized in the
section include
.BR TCP ,
.BR UDP ,
-.BR vers2 ,
.BR vers3 ", and"
.B vers4
-which each have same same meaning as given by
+which each have the same meaning as given by
.BR rpc.nfsd (8).
.SH TCP_WRAPPERS SUPPORT
diff --git a/utils/nfsd/nfsd.c b/utils/nfsd/nfsd.c diff --git a/utils/nfsd/nfsd.c b/utils/nfsd/nfsd.c
index b0741718..4016a761 100644 index b0741718..4016a761 100644
--- a/utils/nfsd/nfsd.c --- a/utils/nfsd/nfsd.c
@ -193,7 +221,7 @@ index b0741718..4016a761 100644
break; break;
default: default:
diff --git a/utils/nfsd/nfsd.man b/utils/nfsd/nfsd.man diff --git a/utils/nfsd/nfsd.man b/utils/nfsd/nfsd.man
index 2701ba78..716f538b 100644 index 2701ba78..634b8a63 100644
--- a/utils/nfsd/nfsd.man --- a/utils/nfsd/nfsd.man
+++ b/utils/nfsd/nfsd.man +++ b/utils/nfsd/nfsd.man
@@ -57,7 +57,7 @@ This option can be used to request that @@ -57,7 +57,7 @@ This option can be used to request that
@ -214,3 +242,12 @@ index 2701ba78..716f538b 100644
.TP .TP
.B \-L " or " \-\-lease-time seconds .B \-L " or " \-\-lease-time seconds
Set the lease-time used for NFSv4. This corresponds to how often Set the lease-time used for NFSv4. This corresponds to how often
@@ -156,8 +156,6 @@ Enable (with "on" or "yes" etc) or disable ("off", "no") UDP support.
.B TCP
Enable or disable TCP support.
.TP
-.B vers2
-.TP
.B vers3
.TP
.B vers4

View File

@ -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.4 Version: 2.5.4
Release: 8%{?dist} Release: 9%{?dist}
Epoch: 1 Epoch: 1
# group all 32bit related archs # group all 32bit related archs
@ -448,6 +448,9 @@ fi
%{_mandir}/*/nfsiostat.8.gz %{_mandir}/*/nfsiostat.8.gz
%changelog %changelog
* Sat Jan 22 2022 Steve Dickson <steved@redhat.com> 2.5.4-9
- manpage: remove the no longer supported value "vers2" (bz 1966643)
* Thu Jan 13 2022 Steve Dickson <steved@redhat.com> 2.5.4-8 * Thu Jan 13 2022 Steve Dickson <steved@redhat.com> 2.5.4-8
- Added the tests directory for the gatings tests (bz 1996211) - Added the tests directory for the gatings tests (bz 1996211)