From 5152d67e3aea1e95c3e3c0b08120f65926a4228d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Vok=C3=A1l?= Date: Fri, 16 Dec 2005 09:09:55 +0000 Subject: [PATCH] - check for header files in configure - patch for SNMPv3 traps / session user creation (net-snmp bz#1374087) --- net-snmp.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/net-snmp.spec b/net-snmp.spec index 611bcaa..16b427f 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -3,7 +3,7 @@ Summary: A collection of SNMP protocol tools and libraries. Name: net-snmp Version: 5.2.2 -Release: 3 +Release: 4 License: BSDish Group: System Environment/Daemons URL: http://net-snmp.sourceforge.net/ @@ -30,6 +30,8 @@ Patch19: net-snmp-5.2.1-file_offset.patch #net-snmp CVS Patch20: net-snmp-5.2.2-tcp-partial-packet.patch Patch21: net-snmp-5.2.2-ipaddr-size-64bit.patch +Patch22: net-snmp-5.2.2-snmpv3-traps.patch +Patch23: net-snmp-5.2.2-rh9-headers.patch Prereq: /sbin/chkconfig Obsoletes: ucd-snmp @@ -131,6 +133,8 @@ and applications. %patch19 -p1 -b .file_offset %patch20 -p0 -b .tcp-packet %patch21 -p0 -b .ip_addr +%patch22 -p0 -b .traps +%patch23 -p0 -b .rh9 # Do this patch with a perl hack... perl -pi -e "s|'\\\$install_libdir'|'%{_libdir}'|" ltmain.sh @@ -313,6 +317,10 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/*.a %changelog +* Fri Dec 16 2005 Radek Vokal - 5.2.2-4 +- check for header files in configure +- patch for SNMPv3 traps / session user creation (net-snmp bz#1374087) + * Fri Dec 09 2005 Radek Vokal - 5.2.2-3 - fix ipaddr return type on 64bit machines