diff --git a/lldpad.spec b/lldpad.spec index 2c2e76bb56dc90a30cc0f12f111bcdfaf310b472..9eb17e03797507dfb1fc26e6a9a22f68c4136b2b 100644 --- a/lldpad.spec +++ b/lldpad.spec @@ -1,10 +1,10 @@ -%define anolis_release 2 +%define anolis_release 1 %global _default_patch_fuzz 2 %global _hardened_build 1 Name: lldpad -Version: 1.1 +Version: 1.1.1 Release: %{anolis_release}%{?dist} Summary: Intel LLDP Agent License: GPLv2 @@ -19,6 +19,8 @@ BuildRequires: libnl3-devel BuildRequires: readline-devel BuildRequires: systemd BuildRequires: make +Requires: libconfig +Requires: libnl3 Requires: readline Requires(post): systemd @@ -97,6 +99,9 @@ rm -f %{buildroot}%{_libdir}/liblldp_clif.la %{_libdir}/liblldp_clif.so %changelog +* Mon Feb 17 2025 Hong Wei Qin - 1.1.1-1 +- Refer to CentOS Stream lldpad-1.1.1-2.gitf1dd9eb (tdawson@redhat.com) + * Wed Oct 19 2022 mgb01105731 - 1.1-2 - optimise spec file & add doc package diff --git a/v1.1.1.tar.gz b/v1.1.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e8fed33e1e7d8bfff16dc0a04e659956320dbb93 Binary files /dev/null and b/v1.1.1.tar.gz differ diff --git a/v1.1.tar.gz b/v1.1.tar.gz deleted file mode 100644 index 996709a5c9e81a5fe7982754a2716b8536c11797..0000000000000000000000000000000000000000 Binary files a/v1.1.tar.gz and /dev/null differ