diff --git a/Fix-error-version-show.patch b/Fix-error-version-show.patch new file mode 100644 index 0000000000000000000000000000000000000000..863769a875ebd45cfdccf82a15c4a2a4faa5a78f --- /dev/null +++ b/Fix-error-version-show.patch @@ -0,0 +1,22 @@ +From 87553e3c5561a2eab4abaa2851f0738d8088fdda Mon Sep 17 00:00:00 2001 +From: shenzhongwei +Date: Thu, 5 Dec 2024 15:30:13 +0800 +Subject: [PATCH] test + +--- + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/configure.ac b/configure.ac +index 8515fd9..a180ed5 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -1,4 +1,4 @@ +-AC_INIT([lldpad], [1.2.99], [lldp-devel@open-lldp.org]) ++AC_INIT([lldpad], [1.1.0], [lldp-devel@open-lldp.org]) + AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) + + m4_pattern_allow([AM_PROG_AR]) +-- +2.27.0 + diff --git a/lldpad.spec b/lldpad.spec index 1c708839356832eb2b173811b6f13f81592c069d..95ceaa33b96f2626f0ce8cb7bb482d44b8b1bc88 100644 --- a/lldpad.spec +++ b/lldpad.spec @@ -4,7 +4,7 @@ Name: lldpad Version: 1.1 -Release: 5 +Release: 6 Summary: Intel LLDP Agent License: GPLv2 URL: https://www.open-lldp.org @@ -24,6 +24,7 @@ Patch6003: backport-tx-rename-variable.patch Patch6004: backport-Avoiding-null-pointer-dereference.patch Patch9000: huawei-lldpad-stop-cause-coredump.patch Patch9001: huawei-set-send-timeout-to-10s.patch +Patch9002: Fix-error-version-show.patch BuildRequires: automake autoconf libtool flex kernel-headers libconfig-devel BuildRequires: libnl3-devel readline-devel systemd @@ -98,6 +99,12 @@ make check %{_mandir}/man*/* %changelog +* Thu Dec 05 2024 shenzhongwei - 1.1-6 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: fix error version of -v + * Thu Nov 22 2024 yangchen - 1.1-5 - Type:bugfix - CVE:NA