!7 netcf delete -S git from %autosetup, and delete BuildRequires git

From: @chenyanpanHW
Reviewed-by: @zengwefeng
Signed-off-by: @zengwefeng
This commit is contained in:
openeuler-ci-bot 2021-08-02 01:35:43 +00:00 committed by Gitee
commit 5f5007e8b7

View File

@ -1,6 +1,6 @@
Name: netcf
Version: 0.2.8
Release: 18
Release: 19
Summary: Cross-platform network configuration library
License: LGPLv2+
URL: https://pagure.io/netcf
@ -12,7 +12,7 @@ Patch0002: 0002-netcf-linux-include-bond-element-for-bonds-with-no-slaves.p
Patch0003: 0003-netcf-Properly-classify-bond-devices-with-no-slaves.patch
Patch0004: Fix-memory-leak-in-aug-match-mac.patch
BuildRequires: autoconf automake augeas-devel gcc git gettext-devel libnl3-devel libtool
BuildRequires: autoconf automake augeas-devel gcc gettext-devel libnl3-devel libtool
BuildRequires: libxml2-devel libxslt-devel perl-podlators readline-devel systemd /usr/bin/pod2man
Requires: bridge-utils systemd
@ -36,7 +36,7 @@ The devel for %{name}
%package_help
%prep
%autosetup -n %{name}-%{version} -p1 -S git
%autosetup -n %{name}-%{version} -p1
%build
autoreconf -if
@ -84,6 +84,9 @@ make check
%{_mandir}/man1/ncftool.1*
%changelog
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 0.2.8-19
- DESC: delete -S git from %autosetup, and delete BuildRequires git
* Thu Sep 10 2020 lunankun <lunankun@huawei.com> - 0.2.8-18
- Type:bugfix
- ID:NA