diff --git a/0001-correct-the-statd-path-in-man.patch b/0001-correct-the-statd-path-in-man.patch index 77136307a86beab501e22a1ac396d65935048aae..a83342cdb899ede09fce97bc76a3d2fdc5f4ce29 100644 --- a/0001-correct-the-statd-path-in-man.patch +++ b/0001-correct-the-statd-path-in-man.patch @@ -10,7 +10,7 @@ Signed-off-by: hy-euler 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/utils/statd/sm-notify.man b/utils/statd/sm-notify.man -index cfe1e4b..4658d86 100644 +index addf5d3..1a29bc3 100644 --- a/utils/statd/sm-notify.man +++ b/utils/statd/sm-notify.man @@ -184,7 +184,7 @@ where NSM state information resides. @@ -40,7 +40,7 @@ index cfe1e4b..4658d86 100644 .TP 2.5i .I /proc/sys/fs/nfs/nsm_local_state diff --git a/utils/statd/statd.man b/utils/statd/statd.man -index 71d5846..ad81490 100644 +index 7441ffd..82da4ee 100644 --- a/utils/statd/statd.man +++ b/utils/statd/statd.man @@ -251,7 +251,7 @@ where NSM state information resides. @@ -68,7 +68,7 @@ index 71d5846..ad81490 100644 +.I /var/lib/nfs/statd/state NSM state number for this host .TP 2.5i - .I /var/run/run.statd.pid --- -1.7.12.4 + .I /run/run.statd.pid +-- +2.30.0 diff --git a/nfs-utils-2.5.1.tar.xz b/nfs-utils-2.5.1.tar.xz deleted file mode 100644 index 7fdc45a2862b3da3683062e7005a1a9ea8ee6c0e..0000000000000000000000000000000000000000 Binary files a/nfs-utils-2.5.1.tar.xz and /dev/null differ diff --git a/nfs-utils-2.5.4.tar.xz b/nfs-utils-2.5.4.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..41b0d88d46dad14f93ec80e39d2ad8c3bd643346 Binary files /dev/null and b/nfs-utils-2.5.4.tar.xz differ diff --git a/nfs-utils.spec b/nfs-utils.spec index 1cbf1503a32035dc3b091cd7404cacda9c20f2a6..ee979822418fccd07dbbcc8a85e4ce278765be73 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -3,8 +3,8 @@ %global _statdpath /var/lib/nfs/statd Name: nfs-utils -Version: 2.5.1 -Release: 2 +Version: 2.5.4 +Release: 1 Epoch: 1 Summary: The Linux NFS userland utility package License: MIT and GPLv2 and GPLv2+ and BSD @@ -225,6 +225,9 @@ fi %{_mandir}/*/* %changelog +* Thu Nov 18 2021 Wenchao Hao - 2.5.4-1 +- update nfs-utils version to 2.5.4-1 + * Thu Dec 17 2020 yanglongkang - 2.5.1-2 - set help package as install requires