diff --git a/lsscsi.spec b/lsscsi.spec index 1e23d5107cf095ce573b66b75420234a9e9152a3..98013d0f6faab634994dcc588d805460348be42e 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