diff --git a/9000-systemd-idmapd-require-rpc-pipefs.patch b/0000-systemd-idmapd-require-rpc-pipefs.patch similarity index 100% rename from 9000-systemd-idmapd-require-rpc-pipefs.patch rename to 0000-systemd-idmapd-require-rpc-pipefs.patch diff --git a/9001-correct-the-statd-path-in-man.patch b/0001-correct-the-statd-path-in-man.patch similarity index 100% rename from 9001-correct-the-statd-path-in-man.patch rename to 0001-correct-the-statd-path-in-man.patch diff --git a/nfs-utils-2.4.3.tar.xz b/nfs-utils-2.4.3.tar.xz deleted file mode 100644 index 1fc34fc6452da9ff3f2b42e173ec9a0c609cc18b..0000000000000000000000000000000000000000 Binary files a/nfs-utils-2.4.3.tar.xz and /dev/null differ diff --git a/nfs-utils-2.5.1.tar.xz b/nfs-utils-2.5.1.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..7fdc45a2862b3da3683062e7005a1a9ea8ee6c0e Binary files /dev/null and b/nfs-utils-2.5.1.tar.xz differ diff --git a/nfs-utils.spec b/nfs-utils.spec index 440ebe50a6332ef918cba3f11fe8bb3df9f3824c..9fd884caac3df46542ac590c5af7be8786fe6ca9 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -3,8 +3,8 @@ %global _statdpath /var/lib/nfs/statd Name: nfs-utils -Version: 2.4.3 -Release: 0 +Version: 2.5.1 +Release: 1 Epoch: 1 Summary: The Linux NFS userland utility package License: MIT and GPLv2 and GPLv2+ and BSD @@ -12,8 +12,8 @@ URL: http://sourceforge.net/projects/nfs/ Source0: https://www.kernel.org/pub/linux/utils/nfs-utils/%{version}/%{name}-%{version}.tar.xz -Patch9000: 9000-systemd-idmapd-require-rpc-pipefs.patch -Patch9001: 9001-correct-the-statd-path-in-man.patch +Patch0: 0000-systemd-idmapd-require-rpc-pipefs.patch +Patch1: 0001-correct-the-statd-path-in-man.patch BuildRequires: libevent-devel,libcap-devel, libtirpc-devel libblkid-devel BuildRequires: krb5-libs >= 1.4 autoconf >= 2.57 openldap-devel >= 2.2 @@ -221,6 +221,9 @@ fi %{_mandir}/*/* %changelog +* Thu Jul 30 2020 yanglongkang - 2.5.1-1 +- update to 2.5.1 version + * Wed Apr 15 2020 Miaohe Lin - 2.4.3-0 - Type:bugfix - ID:NA