diff --git a/net-snmp.spec b/net-snmp.spec index 74e42a1..9774203 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -7,7 +7,7 @@ Summary: A collection of SNMP protocol tools and libraries. Name: net-snmp Version: %{major_ver}.0 -Release: 5%{?dist} +Release: 6%{?dist} License: BSDish Group: System Environment/Daemons @@ -40,6 +40,7 @@ Patch27: net-snmp-5.3.1-multilib.patch Patch28: net-snmp-5.3.1-retrans_time.patch Patch29: net-snmp-5.3.1-config_libdir.patch Patch30: net-snmp-5.3.1-lm_sensors.patch +Patch31: net-snmp-5.3.1-byteorder.patch Prereq: /sbin/chkconfig Obsoletes: ucd-snmp @@ -146,6 +147,7 @@ and applications. %patch28 -p0 -b .retrans_ms %patch29 -p1 -b .libdir %patch30 -p1 -b .lm_sensors +%patch31 -p1 -b .byteorder # Do this patch with a perl hack... perl -pi -e "s|'\\\$install_libdir'|'%{_libdir}'|" ltmain.sh @@ -348,6 +350,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/lib*.so.* %changelog +* Wed Aug 30 2006 Radek Vokal 5.3.1.0-6 +- fix IPv4/IPv6 address presentation (#200255) + * Wed Aug 23 2006 Radek Vokal 5.3.1.0-5 - SMUX support is still needed .. will disappear later! - static libs should be in devel not libs (#203571)