From 3850982b9297a1fb88f9d4815752f746a9c7663d Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 09:46:12 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=209000-systemd-?= =?UTF-8?q?idmapd-require-rpc-pipefs.patch=20=E4=B8=BA=200000-systemd-idma?= =?UTF-8?q?pd-require-rpc-pipefs.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...c-pipefs.patch => 0000-systemd-idmapd-require-rpc-pipefs.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 9000-systemd-idmapd-require-rpc-pipefs.patch => 0000-systemd-idmapd-require-rpc-pipefs.patch (100%) 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 -- Gitee From 3d2bbcf9ce6f4a7d0d368864599f268595fc7e49 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 09:46:20 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=209001-correct-?= =?UTF-8?q?the-statd-path-in-man.patch=20=E4=B8=BA=200001-correct-the-stat?= =?UTF-8?q?d-path-in-man.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...-path-in-man.patch => 0001-correct-the-statd-path-in-man.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 9001-correct-the-statd-path-in-man.patch => 0001-correct-the-statd-path-in-man.patch (100%) 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 -- Gitee From 1dd4e551669fed8b8f3b1aeb7d2d1745e7811bba Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 09:48:04 +0800 Subject: [PATCH 3/3] update nfs-utils.spec. --- nfs-utils.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/nfs-utils.spec b/nfs-utils.spec index 87a156d..2909cf5 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -4,7 +4,7 @@ Name: nfs-utils Version: 2.4.2 -Release: 3 +Release: 4 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 @@ -224,6 +224,12 @@ fi %{_mandir}/*/* %changelog +* Tue Jun 30 2020 volcanodragon - 2.4.2-4 +- Type:enhancemnet +- ID:NA +- SUG:restart +- DESC:rename patch + * Sat Mar 28 2020 hy - 2.4.2-3 - Type:enhancemnet - ID:NA -- Gitee