From 7511c63fac1a2c4ae2d17fe36109772f77564b28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E4=BB=B2=E4=BC=9F?= Date: Thu, 5 Dec 2024 17:30:47 +0800 Subject: [PATCH] Fix error version show --- Fix-error-version-show.patch | 22 ++++++++++++++++++++++ lldpad.spec | 9 ++++++++- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 Fix-error-version-show.patch diff --git a/Fix-error-version-show.patch b/Fix-error-version-show.patch new file mode 100644 index 0000000..863769a --- /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 643187d..cb9d973 100644 --- a/lldpad.spec +++ b/lldpad.spec @@ -4,7 +4,7 @@ Name: lldpad Version: 1.1.0 -Release: 3 +Release: 4 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.0-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: fix error version of -v + * Thu Oct 10 2024 yangchen - 1.1.0-3 - Type:bugfix - CVE:NA -- Gitee