diff --git a/nfs-utils-1.2.2-export-manpage.patch b/nfs-utils-1.2.2-export-manpage.patch new file mode 100644 index 0000000..623b131 --- /dev/null +++ b/nfs-utils-1.2.2-export-manpage.patch @@ -0,0 +1,24 @@ +diff -up nfs-utils-1.2.2/utils/exportfs/exports.man.orig nfs-utils-1.2.2/utils/exportfs/exports.man +--- nfs-utils-1.2.2/utils/exportfs/exports.man.orig 2010-02-18 07:35:00.000000000 -0500 ++++ nfs-utils-1.2.2/utils/exportfs/exports.man 2010-10-15 17:50:14.036041975 -0400 +@@ -365,20 +365,6 @@ If the client asks for alternative locat + will be given this list of alternatives. (Note that actual replication + of the filesystem must be handled elsewhere.) + +-.TP +-.IR refer= path@host[+host][:path@host[+host]] +-A client referencing the export point will be directed to choose from +-the given list an alternative location for the filesystem. +-(Note that the server must have a mountpoint here, though a different +-filesystem is not required; so, for example, +-.IR "mount --bind" " /path /path" +-is sufficient.) +-.TP +-.IR replicas= path@host[+host][:path@host[+host]] +-If the client asks for alternative locations for the export point, it +-will be given this list of alternatives. (Note that actual replication +-of the filesystem must be handled elsewhere.) +- + .SS User ID Mapping + .PP + .I nfsd diff --git a/nfs-utils.spec b/nfs-utils.spec index b912891..27c1b32 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -19,6 +19,7 @@ Source14: rpcsvcgssd.init Source15: nfs.sysconfig Patch001: nfs-utils-1-2-3-rc6.patch +Patch002: nfs-utils-1.2.2-export-manpage.patch Patch100: nfs-utils-1.2.1-statdpath-man.patch Patch101: nfs-utils-1.2.2-statdpath.patch @@ -73,6 +74,7 @@ This package also contains the mount.nfs and umount.nfs program. %setup -q %patch001 -p1 +%patch002 -p1 %patch100 -p1 %patch101 -p1 @@ -259,6 +261,7 @@ fi * Fri Oct 15 2010 Steve Dickson 1.2.2-6 - Initscripts do not conform to LSB specification (bz 621562) - Sm-notify needs to call res_init() before each try (bz 625531) +- exports(5) man page duplicated paragraphs (bz 590921) * Thu Sep 16 2010 Steve Dickson 1.2.2-5 - Update to upstream RC release: nfs-utils-1-2-3-rc6