delete -Sgit from %autosetup, and delete BuildRequires git

This commit is contained in:
chenyanpanHW 2021-07-30 23:05:57 +08:00
parent 0cfc625141
commit 1e778e04ac
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

@ -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 <chenyanpan@huawei.com> - 0.30-3
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
* Thu Aug 29 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.30-2
- Package init