From c8905c7539595bf890f0eeb2ce12a4c075b17e81 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 23:05:17 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- lldpad.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/lldpad.spec b/lldpad.spec index 52182b2..5c7882f 100644 --- a/lldpad.spec +++ b/lldpad.spec @@ -4,14 +4,14 @@ Name: lldpad Version: 1.1 -Release: 1 +Release: 2 Summary: Intel LLDP Agent License: GPLv2 URL: https://www.open-lldp.org Source0: https://github.com/intel/lldpad/archive/v%{version}.tar.gz BuildRequires: automake autoconf libtool flex kernel-headers libconfig-devel -BuildRequires: libnl3-devel readline-devel systemd git +BuildRequires: libnl3-devel readline-devel systemd Requires: readline %{?systemd_requires} @@ -32,7 +32,7 @@ The package contains header files used for building applications that use %{name %package_help %prep -%autosetup -n openlldp-%{version} -p1 -S git +%autosetup -n openlldp-%{version} -p1 %build ./bootstrap.sh @@ -83,6 +83,9 @@ make check %{_mandir}/man*/* %changelog +* Fri Jul 30 2021 chenyanpanHW - 1.1-2 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Sat Jan 30 2021 xihaochen - 1.1-1 - Type:requirements - Id:NA -- Gitee