From 70f1091d1f7e47571f03465b2808da5df14070f8 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:05:57 +0800 Subject: [PATCH] delete -Sgit from %autosetup, and delete BuildRequires git (cherry picked from commit 1e778e04acbd5486e803a1b6dd4bb7d3dfbb7591) --- lsscsi.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lsscsi.spec b/lsscsi.spec index 1e23d51..98013d0 100644 --- a/lsscsi.spec +++ b/lsscsi.spec @@ -1,13 +1,12 @@ Name: lsscsi Version: 0.30 -Release: 2 +Release: 3 Summary: The lsscsi command lists information about SCSI devices in Linux. License: GPLv2+ URL: http://sg.danny.cz/scsi/lsscsi.html Source0: http://sg.danny.cz/scsi/%{name}-%{version}.tgz BuildRequires: gcc -BuildRequires: git %description Using SCSI terminology, lsscsi lists SCSI logical units (or SCSI targets @@ -25,7 +24,7 @@ Requires: man info Man pages and other related documents for %{name}. %prep -%autosetup -n %{name}-030r154 -p1 -Sgit +%autosetup -n %{name}-030r154 -p1 %build %configure @@ -44,5 +43,8 @@ Man pages and other related documents for %{name}. %changelog +* Fri Jul 30 2021 chenyanpanHW - 0.30-3 +- DESC: delete -Sgit from %autosetup, and delete BuildRequires git + * Thu Aug 29 2019 openEuler Buildteam - 0.30-2 - Package init -- Gitee