- check for header files in configure
- patch for SNMPv3 traps / session user creation (net-snmp bz#1374087)
This commit is contained in:
parent
7daa3cd8e2
commit
5152d67e3a
@ -3,7 +3,7 @@
|
|||||||
Summary: A collection of SNMP protocol tools and libraries.
|
Summary: A collection of SNMP protocol tools and libraries.
|
||||||
Name: net-snmp
|
Name: net-snmp
|
||||||
Version: 5.2.2
|
Version: 5.2.2
|
||||||
Release: 3
|
Release: 4
|
||||||
License: BSDish
|
License: BSDish
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://net-snmp.sourceforge.net/
|
URL: http://net-snmp.sourceforge.net/
|
||||||
@ -30,6 +30,8 @@ Patch19: net-snmp-5.2.1-file_offset.patch
|
|||||||
#net-snmp CVS
|
#net-snmp CVS
|
||||||
Patch20: net-snmp-5.2.2-tcp-partial-packet.patch
|
Patch20: net-snmp-5.2.2-tcp-partial-packet.patch
|
||||||
Patch21: net-snmp-5.2.2-ipaddr-size-64bit.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
|
Prereq: /sbin/chkconfig
|
||||||
Obsoletes: ucd-snmp
|
Obsoletes: ucd-snmp
|
||||||
@ -131,6 +133,8 @@ and applications.
|
|||||||
%patch19 -p1 -b .file_offset
|
%patch19 -p1 -b .file_offset
|
||||||
%patch20 -p0 -b .tcp-packet
|
%patch20 -p0 -b .tcp-packet
|
||||||
%patch21 -p0 -b .ip_addr
|
%patch21 -p0 -b .ip_addr
|
||||||
|
%patch22 -p0 -b .traps
|
||||||
|
%patch23 -p0 -b .rh9
|
||||||
|
|
||||||
# Do this patch with a perl hack...
|
# Do this patch with a perl hack...
|
||||||
perl -pi -e "s|'\\\$install_libdir'|'%{_libdir}'|" ltmain.sh
|
perl -pi -e "s|'\\\$install_libdir'|'%{_libdir}'|" ltmain.sh
|
||||||
@ -313,6 +317,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 16 2005 Radek Vokal <rvokal@redhat.com> - 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 <rvokal@redhat.com> - 5.2.2-3
|
* Fri Dec 09 2005 Radek Vokal <rvokal@redhat.com> - 5.2.2-3
|
||||||
- fix ipaddr return type on 64bit machines
|
- fix ipaddr return type on 64bit machines
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user