From 49bf0b6495db99998723b26448221f4444721162 Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 10:29:18 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=206000-Add-file?= =?UTF-8?q?s-via-upload.patch=20=E4=B8=BA=200001-Add-files-via-upload.patc?= =?UTF-8?q?h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...-Add-files-via-upload.patch => 0001-Add-files-via-upload.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename 6000-Add-files-via-upload.patch => 0001-Add-files-via-upload.patch (100%) diff --git a/6000-Add-files-via-upload.patch b/0001-Add-files-via-upload.patch similarity index 100% rename from 6000-Add-files-via-upload.patch rename to 0001-Add-files-via-upload.patch -- Gitee From acc461f43c8d3f678b93ae6f9adb02bdadf3782b Mon Sep 17 00:00:00 2001 From: lfl Date: Tue, 30 Jun 2020 10:30:49 +0800 Subject: [PATCH 2/2] update smp_utils.spec. --- smp_utils.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/smp_utils.spec b/smp_utils.spec index 21d6953..026003f 100644 --- a/smp_utils.spec +++ b/smp_utils.spec @@ -1,12 +1,12 @@ Name: smp_utils Version: 0.98 -Release: 14 +Release: 15 Summary: Utilities for SAS management protocol (SMP) License: BSD URL: http://sg.danny.cz/sg/smp_utils.html Source0: http://sg.danny.cz/sg/p/%{name}-%{version}.tgz -Patch0000: 0000-smp_utils-0.98-sysmacros.patch -Patch6000: 6000-Add-files-via-upload.patch +Patch0: 0000-smp_utils-0.98-sysmacros.patch +Patch1: 0001-Add-files-via-upload.patch BuildRequires: gcc,git Provides: %{name}-libs %{name}-libs%{?_isa} @@ -74,5 +74,8 @@ make install \ %changelog +* Tue Jun 30 2020 volcanodragon -0.98-15 +- rename patches + * Fri Aug 30 2019 mingfangsen -0.98-13.2 - Package init -- Gitee