From 460e4f02083f3ed3459ff5584419af994d5bc568 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 10:34:02 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=209000-hdparm-f?= =?UTF-8?q?allocate-close-fd.patch=20=E4=B8=BA=200000-hdparm-fallocate-clo?= =?UTF-8?q?se-fd.patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...llocate-close-fd.patch => 0000-hdparm-fallocate-close-fd.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 9000-hdparm-fallocate-close-fd.patch => 0000-hdparm-fallocate-close-fd.patch (100%) diff --git a/9000-hdparm-fallocate-close-fd.patch b/0000-hdparm-fallocate-close-fd.patch similarity index 100% rename from 9000-hdparm-fallocate-close-fd.patch rename to 0000-hdparm-fallocate-close-fd.patch -- Gitee From 5abfa2646a93e79054448fc9ad3ee99700b68b05 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 10:35:15 +0800 Subject: [PATCH 2/2] update hdparm.spec. --- hdparm.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/hdparm.spec b/hdparm.spec index 47e8762..10eaa6d 100644 --- a/hdparm.spec +++ b/hdparm.spec @@ -1,11 +1,11 @@ Name: hdparm Version: 9.56 -Release: 4 +Release: 5 Summary: A system utility for setting or showing hard drive parameters License: BSD URL: https://sourceforge.net/projects/%{name}/ Source0: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz -Patch9000: 9000-hdparm-fallocate-close-fd.patch +Patch0: 0000-hdparm-fallocate-close-fd.patch BuildRequires: gcc git @@ -42,6 +42,12 @@ install -c -m 644 hdparm.8 $RPM_BUILD_ROOT/%{_mandir}/man8 %{_mandir}/man8/hdparm.8* %changelog +* Tue Jun 30 2020 volcanodragon - 9.56-5 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:rename patches + * Tue Jan 7 2020 openEuler Buildteam - 9.56-4 - Type:enhancement - ID:NA -- Gitee