From 2a3239d0e6ef102dad3d6c5a777a72e7d2d59cae Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Fri, 25 Apr 2025 08:57:12 -0400 Subject: [PATCH] mountstats: verify that old and new types are the same (RHEL-88553) Signed-off-by: Steve Dickson Resolves: RHEL-88553 --- nfs-utils.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nfs-utils.spec b/nfs-utils.spec index 05b578c..402b23d 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -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 2.5.4-36 +- mountstats: verify that old and new types are the same (RHEL-88553) + * Tue Apr 22 2025 Steve Dickson 2.5.4-35 - nfs(5): Add new rdirplus functionality, clarify (RHEL-87143) - nfsd: allow more than 64 backlogged connections (RHEL-87752)