From a67dcce2f47bde1082a9b690a121e87d2b96d475 Mon Sep 17 00:00:00 2001 From: Hangbin Liu Date: Wed, 20 Mar 2024 14:52:04 +0800 Subject: [PATCH] Fix liblldpctl.so version error The liblldpctl.so version has bumped to 4.9.1. Resolves: RHEL-2210 Signed-off-by: Hangbin Liu --- lldpd.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lldpd.spec b/lldpd.spec index 6039a25..ff6ed6f 100644 --- a/lldpd.spec +++ b/lldpd.spec @@ -10,7 +10,7 @@ Name: lldpd Version: 1.0.17 -Release: 1%{?dist} +Release: 2%{?dist} Summary: ISC-licensed implementation of LLDP License: ISC @@ -151,8 +151,7 @@ fi %{_mandir}/man8/lldpcli.8* %{_mandir}/man8/lldpctl.8* %{_mandir}/man8/%{name}.8* -%{_libdir}/liblldpctl.so.4 -%{_libdir}/liblldpctl.so.4.8.0 +%{_libdir}/liblldpctl.so.4* %dir %{rundir}%{name} %dir %{rundir}%{name}/chroot %if 0%{?with_systemd} @@ -171,6 +170,9 @@ fi %changelog +* Mon Nov 06 2023 Hangbin Liu - 1.0.17-2 +- Fix liblldpctl version [RHEL-2211] + * Mon Nov 06 2023 Hangbin Liu - 1.0.17-1 - Rebased to 1.0.17 [RHEL-2211]