diff --git a/net-snmp.spec b/net-snmp.spec index d4498fc..3b2660f 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -10,7 +10,7 @@ Summary: A collection of SNMP protocol tools and libraries Name: net-snmp Version: 5.9.4 -Release: 5%{?dist} +Release: 6%{?dist} Epoch: 1 License: Net-SNMP and OpenSSL @@ -242,6 +242,7 @@ cp %{SOURCE10} . %patch 22 -p1 -b .ipv6-disable-leak %patch 23 -p1 -b .rpmdbpatch %patch 24 -p1 -b .test-fix +%patch 25 -p1 -b .kernel-fix %patch 101 -p1 -b .modern-rpm-api %patch 102 -p1 @@ -512,6 +513,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make test %{_libdir}/libnetsnmptrapd*.so.%{soname}* %changelog +* Fri Jun 21 2024 Josef Ridky - 1:5.9.4-6 +- add missing patch application + * Fri Jun 21 2024 Josef Ridky - 1:5.9.4-5 - fix unexpected header length in /proc/net/snmp (RHEL-44354)