Related: RHEL-44354 - fix unexpected header length in /proc/net/snmp

Signed-off-by: Josef Řídký <jridky@redhat.com>
This commit is contained in:
Josef Řídký 2024-06-21 15:17:43 +02:00
parent 7e8da041c0
commit 44dba0be08

View File

@ -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 <jridky@redhat.com> - 1:5.9.4-6
- add missing patch application
* Fri Jun 21 2024 Josef Ridky <jridky@redhat.com> - 1:5.9.4-5
- fix unexpected header length in /proc/net/snmp (RHEL-44354)