auto-import changelog data from net-snmp-5.0.1-6.src.rpm

Sat Aug 31 2002 Florian La Roche <Florian.LaRoche@redhat.de>
- do not link against -lelf
This commit is contained in:
cvsdist 2004-09-09 09:08:08 +00:00
parent 93e1c60573
commit f33cf2303a
1 changed files with 6 additions and 1 deletions

View File

@ -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 <Florian.LaRoche@redhat.de>
- do not link against -lelf
* Thu Jun 27 2002 Phil Knirsch <pknirsch@redhat.com> 5.0.1-5
- Added --enable-ucd-snmp-compatibility for compatibility with older version
and fixed installation thereof.