From 50f12c5d25e6d8ae60dbe13af699a2d6a004f7c0 Mon Sep 17 00:00:00 2001 From: yanglongkang Date: Wed, 3 Nov 2021 09:06:02 +0800 Subject: [PATCH] sync each branch submit Signed-off-by: yanglongkang (cherry picked from commit cc87140afae0810f6a03f588b5864b44a21b4096) --- ...tils-1.42-delete-lun-rescan-scsi-bus-report-error.patch | 0 sg3_utils.spec | 7 +++++-- 2 files changed, 5 insertions(+), 2 deletions(-) rename 0003-sg3_utils-1.42-delete-lun-rescan-scsi-bus-report-err.patch => 0003-sg3_utils-1.42-delete-lun-rescan-scsi-bus-report-error.patch (100%) diff --git a/0003-sg3_utils-1.42-delete-lun-rescan-scsi-bus-report-err.patch b/0003-sg3_utils-1.42-delete-lun-rescan-scsi-bus-report-error.patch similarity index 100% rename from 0003-sg3_utils-1.42-delete-lun-rescan-scsi-bus-report-err.patch rename to 0003-sg3_utils-1.42-delete-lun-rescan-scsi-bus-report-error.patch diff --git a/sg3_utils.spec b/sg3_utils.spec index 0969c79..9ca0c5f 100644 --- a/sg3_utils.spec +++ b/sg3_utils.spec @@ -1,6 +1,6 @@ Name: sg3_utils Version: 1.45 -Release: 5 +Release: 6 Summary: Utilities that send SCSI commands to devices. License: GPL-2.0-or-later AND BSD URL: http://sg.danny.cz/sg/sg3_utils.html @@ -9,7 +9,7 @@ Source0: http://sg.danny.cz/sg/p/sg3_utils-%{version}.tar.xz Patch0: 0000-sg3_utils-1.37-rescan-scsi-findremapped-enhance.patch Patch1: 0001-sg3_utils-1.37-rescan-downpress.patch Patch2: 0002-bugfix-sg3_utils-fix-syntax-error.patch -Patch3: 0003-sg3_utils-1.42-delete-lun-rescan-scsi-bus-report-err.patch +Patch3: 0003-sg3_utils-1.42-delete-lun-rescan-scsi-bus-report-error.patch Patch4: 0004-sg3_utils-fix-memset-coredump.patch Provides: %{name}-libs @@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.la %{_mandir}/man8/* %changelog +* Wed Nov 3 2021 yanglongkang - 1.45-6 +- sync each branch submit + * Sat Jul 31 2021 chenyanpanHW - 1.45-5 - DESC: delete -Sgit from %autosetup, and delete BuildRequires git