diff --git a/net-snmp.spec b/net-snmp.spec index 56d3970..a205b9a 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -1,7 +1,7 @@ Summary: A collection of SNMP protocol tools and libraries. Name: net-snmp Version: 5.0.1 -Release: 5 +Release: 6 License: BSDish Group: System Environment/Daemons Source0: ftp://net-snmp.sourceforge.net/net-snmp-%{version}.tar.gz @@ -19,6 +19,7 @@ Patch6: ucd-snmp-4.2.1-libtool.patch Patch7: ucd-snmp-4.2.4.pre3-nodb.patch Patch8: ucd-snmp-4.2.4.pre3-mnttab.patch Patch9: net-snmp-5.0.1-initializer.patch +Patch10: net-snmp-5.0.1-nolibelf.patch Prereq: /sbin/chkconfig Obsoletes: ucd-snmp BuildRoot: %{_tmppath}/%{name}-root @@ -81,6 +82,7 @@ packages installed. #%patch7 -p1 -b .nodb #%patch8 -p1 -b .mnttab %patch9 -p1 -b .initializer +%patch10 -p1 %build #perl -pi.bak -e 's/changequote/dnl changequote/' ./configure.in @@ -228,6 +230,9 @@ rm -rf ${RPM_BUILD_ROOT} %attr(0644,root,root) %{_mandir}/man3/* %changelog +* Sat Aug 31 2002 Florian La Roche +- do not link against -lelf + * Thu Jun 27 2002 Phil Knirsch 5.0.1-5 - Added --enable-ucd-snmp-compatibility for compatibility with older version and fixed installation thereof.