- fix IPv4/IPv6 address presentation (#200255)

This commit is contained in:
Radek Vokál 2006-08-30 09:26:31 +00:00
parent b2daee0b91
commit 6c7e5a60c4
1 changed files with 6 additions and 1 deletions

View File

@ -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 <rvokal@redhat.com> 5.3.1.0-6
- fix IPv4/IPv6 address presentation (#200255)
* Wed Aug 23 2006 Radek Vokal <rvokal@redhat.com> 5.3.1.0-5
- SMUX support is still needed .. will disappear later!
- static libs should be in devel not libs (#203571)