From d4f0e03ff27a46788d765d982d95945592b3b8b7 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Sat, 31 Jul 2021 15:38:03 +0800 Subject: [PATCH] delete -Sgit from %autosetup, and delete BuildRequires git (cherry picked from commit e58b2ba3a1117d10e7803d87bb40f35172905907) --- sg3_utils.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/sg3_utils.spec b/sg3_utils.spec index dd7f895..0969c79 100644 --- a/sg3_utils.spec +++ b/sg3_utils.spec @@ -1,6 +1,6 @@ Name: sg3_utils Version: 1.45 -Release: 4 +Release: 5 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 @@ -14,7 +14,7 @@ Patch4: 0004-sg3_utils-fix-memset-coredump.patch Provides: %{name}-libs Obsoletes: %{name}-libs -BuildRequires: gcc, git +BuildRequires: gcc %description The sg3_utils package contains utilities that send SCSI commands to devices. As well as @@ -39,7 +39,7 @@ Requires: man This contains man files for the using of pciutils. %prep -%autosetup -Sgit -n %{name}-%{version} +%autosetup -n %{name}-%{version} -p1 %build %configure --disable-static @@ -74,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT/%{_libdir}/*.la %{_mandir}/man8/* %changelog +* Sat Jul 31 2021 chenyanpanHW - 1.45-5 +- DESC: delete -Sgit from %autosetup, and delete BuildRequires git + * Wed Nov 10 2020 haowenchao - 1.45-4 - Fix grammar problems caused by patch 0003-sg3_utils-1.42-delete-lun-rescan-scsi-bus-report-error.patch