!9 ndctl delete -Sgit from %autosetup, and delete BuildRequires git

From: @chenyanpanHW
Reviewed-by: 
Signed-off-by:
This commit is contained in:
openeuler-ci-bot 2021-08-03 01:16:07 +00:00 committed by Gitee
commit a23b3c3195

View File

@ -1,6 +1,6 @@
Name: ndctl
Version: 71.1
Release: 2
Release: 3
Summary: Manage "libnvdimm" subsystem devices (Non-volatile Memory)
License: GPL-2, LGPL-2.1, MIT, CC0-1.0
Group: System Environment/Base
@ -22,7 +22,6 @@ BuildRequires: pkgconfig(json-c)
BuildRequires: pkgconfig(bash-completion)
BuildRequires: pkgconfig(systemd)
BuildRequires: keyutils-libs-devel
BuildRequires: git
%description
Utility library for managing the "libnvdimm" subsystem. The "libnvdimm"
@ -88,7 +87,7 @@ control API for these devices.
%prep
%autosetup -Sgit -n ndctl-%{version}
%autosetup -n ndctl-%{version} -p1
%build
echo %{version} > version
@ -153,6 +152,9 @@ make check
%changelog
* Mon Aug 02 2021 chenyanpanHW <chenyanpan@huawei.com> - 71.1-3
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
* Tue Jun 29 2021 zhouwenpei <zhouwenpei1@huawei.com> - 71.1-2
- add buildrequire git