Fix liblldpctl.so version error

The liblldpctl.so version has bumped to 4.9.1.

Resolves: RHEL-2210

Signed-off-by: Hangbin Liu <haliu@redhat.com>
This commit is contained in:
Hangbin Liu 2024-03-20 14:52:04 +08:00
parent 7b24b583d1
commit a67dcce2f4
1 changed files with 5 additions and 3 deletions

View File

@ -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 <haliu@redhat.com> - 1.0.17-2
- Fix liblldpctl version [RHEL-2211]
* Mon Nov 06 2023 Hangbin Liu <haliu@redhat.com> - 1.0.17-1
- Rebased to 1.0.17 [RHEL-2211]