From 7dd184d3077a4ae9503f5a19540187eb345ae215 Mon Sep 17 00:00:00 2001 From: tmacbb Date: Wed, 21 Feb 2024 11:21:57 +0800 Subject: [PATCH] remove dependency on git --- lldpad.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/lldpad.spec b/lldpad.spec index 7cf13d8..e198ba1 100644 --- a/lldpad.spec +++ b/lldpad.spec @@ -4,7 +4,7 @@ Name: lldpad Version: 1.1.0 -Release: 1 +Release: 2 Summary: Intel LLDP Agent License: GPLv2 URL: https://www.open-lldp.org @@ -39,7 +39,7 @@ The package contains header files used for building applications that use %{name %package_help %prep -%autosetup -n %{name}-%{version} -p1 -S git +%autosetup -n %{name}-%{version} -p1 %build ./bootstrap.sh @@ -90,6 +90,12 @@ make check %{_mandir}/man*/* %changelog +* Wed Feb 21 2024 liubo335 - 1.1.0-2 +- Type:requirements +- Id:NA +- SUG:NA +- DESC:remove dependency on git + * Thu Feb 8 2024 liubo335 - 1.1.0-1 - Type:requirements - Id:NA -- Gitee