diff --git a/netcf.spec b/netcf.spec index 2777c41..b00d2c2 100644 --- a/netcf.spec +++ b/netcf.spec @@ -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 - 0.2.8-19 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Thu Sep 10 2020 lunankun - 0.2.8-18 - Type:bugfix - ID:NA