!2 lsscsi delete -Sgit from %autosetup, and delete BuildRequires git

From: @chenyanpanHW
Reviewed-by: @liuzhiqiang26
Signed-off-by: @liuzhiqiang26
This commit is contained in:
openeuler-ci-bot 2021-07-31 01:39:18 +00:00 committed by Gitee
commit 1dfe29f312

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