diff --git a/nfs-utils-2.5.4-mount-mountconf-typo.patch b/nfs-utils-2.5.4-mount-mountconf-typo.patch new file mode 100644 index 0000000..b09d452 --- /dev/null +++ b/nfs-utils-2.5.4-mount-mountconf-typo.patch @@ -0,0 +1,30 @@ +commit 608591ddf1ee59c4dda82ceca3f27c90486c5618 +Author: Yongcheng Yang +Date: Wed Apr 5 12:11:53 2023 -0400 + + nfsmount.conf: Fix typo of the attribute name + + Signed-off-by: Yongcheng Yang + Signed-off-by: Steve Dickson + +diff --git a/utils/mount/nfsmount.conf b/utils/mount/nfsmount.conf +index 342063f..c498eb8 100644 +--- a/utils/mount/nfsmount.conf ++++ b/utils/mount/nfsmount.conf +@@ -59,13 +59,13 @@ + # acregmin=30 + # + # The Maximum time (in seconds) file attributes are cached +-# acregmin=60 ++# acregmax=60 + # + # The minimum time (in seconds) directory attributes are cached +-# acregmin=30 ++# acdirmin=30 + # + # The Maximum time (in seconds) directory attributes are cached +-# acregmin=60 ++# acdirmax=60 + # + # Enable Access Control Lists + # Acl=False diff --git a/nfs-utils.spec b/nfs-utils.spec index d79d5fe..bd04f33 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: 21%{?dist} +Release: 22%{?dist} Epoch: 1 # group all 32bit related archs @@ -53,6 +53,7 @@ Patch018: nfs-utils-2.5.4-man-nfsconf.patch # Patch019: nfs-utils-2.5.4-gssd-dns-failure.patch Patch020: nfs-utils-2.5.4-gssd-bad-integ-error-support.patch +Patch021: nfs-utils-2.5.4-mount-mountconf-typo.patch Patch100: nfs-utils-1.2.1-statdpath-man.patch Patch101: nfs-utils-1.2.1-exp-subtree-warn-off.patch @@ -494,6 +495,8 @@ fi %{_mandir}/*/nfsiostat.8.gz %changelog +* Thu Jan 25 2024 Steve Dickson 2.5.4-22 +- nfsmount.conf: Fix typo of the attribute name (RHEL-7904) * Thur Jan 11 2024 Steve Dickson 2.5.4-21 - gssd: fix handling DNS lookup failure (RHEL-15035)