mountstats: verify that old and new types are the same (RHEL-88553)

Signed-off-by: Steve Dickson <steved@redhat.com>
Resolves: RHEL-88553
This commit is contained in:
Steve Dickson 2025-04-25 08:57:12 -04:00
parent 53a37eaf8c
commit 2a3239d0e6

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.4
Release: 35%{?dist}
Release: 36%{?dist}
Epoch: 1
# group all 32bit related archs
@ -79,6 +79,7 @@ Patch032: nfs-utils-2.5.4-fix-nfsdcld-starting-too-early.patch
#
Patch033: nfs-utils-2.5.4-rdirplus-man.patch
Patch034: nfs-utils-2.5.4-nfsd-64conns.patch
Patch035: nfs-utils-2.5.4-nfsiostat-fixes.patch
Patch100: nfs-utils-1.2.1-statdpath-man.patch
Patch101: nfs-utils-1.2.1-exp-subtree-warn-off.patch
@ -520,6 +521,9 @@ fi
%{_mandir}/*/nfsiostat.8.gz
%changelog
* Fri Apr 25 2025 Steve Dickson <steved@redhat.com> 2.5.4-36
- mountstats: verify that old and new types are the same (RHEL-88553)
* Tue Apr 22 2025 Steve Dickson <steved@redhat.com> 2.5.4-35
- nfs(5): Add new rdirplus functionality, clarify (RHEL-87143)
- nfsd: allow more than 64 backlogged connections (RHEL-87752)