!6 smp_utils 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 08:05:03 +00:00 committed by Gitee
commit 261e36b916

View File

@ -1,12 +1,12 @@
Name: smp_utils Name: smp_utils
Version: 0.99 Version: 0.99
Release: 1 Release: 2
Summary: Utilities for SAS management protocol (SMP) Summary: Utilities for SAS management protocol (SMP)
License: BSD License: BSD
URL: http://sg.danny.cz/sg/smp_utils.html URL: http://sg.danny.cz/sg/smp_utils.html
Source0: http://sg.danny.cz/sg/p/%{name}-%{version}.tgz Source0: http://sg.danny.cz/sg/p/%{name}-%{version}.tgz
BuildRequires: gcc,git BuildRequires: gcc
Provides: %{name}-libs %{name}-libs%{?_isa} Provides: %{name}-libs %{name}-libs%{?_isa}
Obsoletes: %{name}-libs Obsoletes: %{name}-libs
@ -39,7 +39,7 @@ Requires: man
This package contains the help info for %{name}. This package contains the help info for %{name}.
%prep %prep
%autosetup -n %{name}-%{version} -p1 -Sgit %autosetup -n %{name}-%{version} -p1
%build %build
%configure --disable-static %configure --disable-static
@ -72,6 +72,9 @@ make install \
%changelog %changelog
* Sat Jul 31 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.99-2
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
* Thu Jul 16 2020 Zhiqiang Liu <liuzhiqiang26@huawei.com> -0.99-1 * Thu Jul 16 2020 Zhiqiang Liu <liuzhiqiang26@huawei.com> -0.99-1
- update to v0.99 version - update to v0.99 version