diff --git a/nfs-utils-2.5.4-man-nfsconf.patch b/nfs-utils-2.5.4-man-nfsconf.patch new file mode 100644 index 0000000..5a5ed89 --- /dev/null +++ b/nfs-utils-2.5.4-man-nfsconf.patch @@ -0,0 +1,23 @@ +diff -up nfs-utils-2.5.4/systemd/nfs.conf.man.orig nfs-utils-2.5.4/systemd/nfs.conf.man +--- nfs-utils-2.5.4/systemd/nfs.conf.man.orig 2023-06-06 09:51:19.931377748 -0400 ++++ nfs-utils-2.5.4/systemd/nfs.conf.man 2023-06-06 11:21:47.490616649 -0400 +@@ -131,8 +131,9 @@ but on the server, this will resolve to + .TP + .B exportd + Recognized values: ++.BR manage-gids , + .BR threads , +-.BR cache-use-upaddr , ++.BR cache-use-ipaddr , + .BR ttl , + .BR state-directory-path + +@@ -197,7 +198,7 @@ Recognized values: + .BR port , + .BR threads , + .BR reverse-lookup , +-.BR cache-use-upaddr , ++.BR cache-use-ipaddr , + .BR ttl , + .BR state-directory-path , + .BR ha-callout . diff --git a/nfs-utils.spec b/nfs-utils.spec index c891698..59c9033 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -46,6 +46,7 @@ Patch016: nfs-utils-2.5.4-covscan-return-value.patch # RHEL9.3 # Patch017: nfs-utils-2.5.4-juncs-automount.patch +Patch018: nfs-utils-2.5.4-man-nfsconf.patch Patch100: nfs-utils-1.2.1-statdpath-man.patch Patch101: nfs-utils-1.2.1-exp-subtree-warn-off.patch @@ -489,6 +490,7 @@ fi %changelog * Tue Jun 6 2023 Steve Dickson 2.5.4-19 - Don't allow junction tests to trigger automounts (bz 2148353) +- Fix typo in man page nfs.conf.man (bz 2203092) * Thu Jan 26 2023 Steve Dickson 2.5.4-18 - Covscan Scan: Wrong Check of Return Value (bz 2151968)