- fix deprecated syscall base_reachable_time (#207273)
This commit is contained in:
parent
421b1e436e
commit
7df074dc60
@ -7,7 +7,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: %{major_ver}
|
Version: %{major_ver}
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
|
|
||||||
License: BSDish
|
License: BSDish
|
||||||
@ -43,6 +43,7 @@ Patch29: net-snmp-5.3.1-config_libdir.patch
|
|||||||
Patch30: net-snmp-5.3.1-lm_sensors.patch
|
Patch30: net-snmp-5.3.1-lm_sensors.patch
|
||||||
Patch31: net-snmp-5.3.1-tcp-udp-mib-byteorder.patch
|
Patch31: net-snmp-5.3.1-tcp-udp-mib-byteorder.patch
|
||||||
Patch32: net-snmp-5.3.1-local-addr.patch
|
Patch32: net-snmp-5.3.1-local-addr.patch
|
||||||
|
Patch33: net-snmp-5.3.1-reachable_ms.patch
|
||||||
|
|
||||||
Prereq: /sbin/chkconfig
|
Prereq: /sbin/chkconfig
|
||||||
Obsoletes: ucd-snmp
|
Obsoletes: ucd-snmp
|
||||||
@ -151,6 +152,7 @@ and applications.
|
|||||||
%patch30 -p1 -b .lm_sensors
|
%patch30 -p1 -b .lm_sensors
|
||||||
%patch31 -p0 -b .byteorder
|
%patch31 -p0 -b .byteorder
|
||||||
%patch32 -p1 -b .local-addr
|
%patch32 -p1 -b .local-addr
|
||||||
|
%patch33 -p1 -b .reachable_ms
|
||||||
|
|
||||||
# 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
|
||||||
@ -354,6 +356,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 22 2006 Radek Vokal <rvokal@redhat.com> 5.3.1-9
|
||||||
|
- fix deprecated syscall base_reachable_time (#207273)
|
||||||
|
|
||||||
* Wed Sep 13 2006 Radek Vokal <rvokal@redhat.com> 5.3.1-8
|
* Wed Sep 13 2006 Radek Vokal <rvokal@redhat.com> 5.3.1-8
|
||||||
- enable smux to listen only on LOCAL by default (#181667)
|
- enable smux to listen only on LOCAL by default (#181667)
|
||||||
- use correct answer adrress
|
- use correct answer adrress
|
||||||
|
Loading…
Reference in New Issue
Block a user