From 44dba0be087ab7b300004c5fd57ebae7e13658fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20=C5=98=C3=ADdk=C3=BD?= Date: Fri, 21 Jun 2024 15:17:43 +0200 Subject: [PATCH] Related: RHEL-44354 - fix unexpected header length in /proc/net/snmp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Josef Řídký --- net-snmp.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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)