From 6b7d9002b3e602dc68f07d499817084192e9a7ea Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 09:08:20 +0000 Subject: [PATCH] auto-import changelog data from net-snmp-5.0.6-8.80.2.src.rpm Thu Nov 28 2002 Phil Knirsch 5.0.6-8 - Added patch to increase SMUXMAXSTRLEN. Thu Nov 07 2002 Tim Powers 5.0.6-6 - rebuilt to fix broken deps - remove files from the buildroot that we don't want to ship Thu Nov 07 2002 Joe Orton 5.0.6-5 - add fix for -DUCD_COMPATIBLE (#77405) Thu Nov 07 2002 Phil Knirsch 5.0.6-4 - Another bump required. Some more specfile changes. Wed Nov 06 2002 Phil Knirsch 5.0.6-3 - Bumped release and rebuilt. - Removed all dbFOO cruft again. Wed Oct 09 2002 Phil Knirsch 5.0.6-2 - Updated to latest released version. --- .cvsignore | 2 +- net-snmp.spec | 52 +++++++++++++++++++++++++++++++++++++++++---------- sources | 2 +- 3 files changed, 44 insertions(+), 12 deletions(-) diff --git a/.cvsignore b/.cvsignore index ecf44a2..21a87be 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -net-snmp-5.0.1.tar.gz +net-snmp-5.0.6.tar.gz diff --git a/net-snmp.spec b/net-snmp.spec index a205b9a..7e401e0 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: 6 +Version: 5.0.6 +Release: 8.80.2 License: BSDish Group: System Environment/Daemons Source0: ftp://net-snmp.sourceforge.net/net-snmp-%{version}.tar.gz @@ -20,12 +20,17 @@ 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 +Patch11: net-snmp-5.0.6-syslog.patch +Patch12: net-snmp-5.0.6-nodb.patch +Patch13: net-snmp-5.0.6-compat.patch +Patch14: net-snmp-5.0.6-smux.patch Prereq: /sbin/chkconfig Obsoletes: ucd-snmp BuildRoot: %{_tmppath}/%{name}-root BuildPrereq: tcp_wrappers, openssl-devel +ExcludeArch: ia64 -%define __libtoolize /bin/true +#%define __libtoolize /bin/true %{expand: %%define _includedir %{_includedir}/%{name}} @@ -82,12 +87,15 @@ packages installed. #%patch7 -p1 -b .nodb #%patch8 -p1 -b .mnttab %patch9 -p1 -b .initializer -%patch10 -p1 +#%patch10 -p1 +%patch11 -p1 -b .syslog +%patch12 -p1 -b .nodb +%patch13 -p1 -b .compat +%patch14 -p1 -b .smux %build #perl -pi.bak -e 's/changequote/dnl changequote/' ./configure.in -#autoreconf -i -touch configure +#touch configure # First build the static library # XXX remove privacy support? @@ -107,9 +115,9 @@ touch configure EOF -touch stamp-h.in -sleep 1 -touch config.h.in +#touch stamp-h.in +#sleep 1 +#touch config.h.in make %install @@ -128,7 +136,11 @@ install -m 755 %SOURCE4 ${RPM_BUILD_ROOT}%{_bindir}/ucd5820stat install -d ${RPM_BUILD_ROOT}%{_sysconfdir}/logrotate.d install -m 644 %{SOURCE3} ${RPM_BUILD_ROOT}%{_sysconfdir}/logrotate.d/snmpd -rm -f ${RPM_BUILD_ROOT}/usr/bin/snmpinform +rm -f ${RPM_BUILD_ROOT}%{_bindir}/snmpinform +rm -f ${RPM_BUILD_ROOT}%{_bindir}/snmpcheck +rm -f ${RPM_BUILD_ROOT}%{_bindir}/tkmib +rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/mib2c.1* +rm -f ${RPM_BUILD_ROOT}%{_mandir}/man1/snmpconf.1* ln -s snmptrap ${RPM_BUILD_ROOT}/usr/bin/snmpinform %post @@ -230,6 +242,26 @@ rm -rf ${RPM_BUILD_ROOT} %attr(0644,root,root) %{_mandir}/man3/* %changelog +* Thu Nov 28 2002 Phil Knirsch 5.0.6-8 +- Added patch to increase SMUXMAXSTRLEN. + +* Thu Nov 7 2002 Tim Powers 5.0.6-6 +- rebuilt to fix broken deps +- remove files from the buildroot that we don't want to ship + +* Thu Nov 7 2002 Joe Orton 5.0.6-5 +- add fix for -DUCD_COMPATIBLE (#77405) + +* Thu Nov 07 2002 Phil Knirsch 5.0.6-4 +- Another bump required. Some more specfile changes. + +* Wed Nov 06 2002 Phil Knirsch 5.0.6-3 +- Bumped release and rebuilt. +- Removed all dbFOO cruft again. + +* Wed Oct 09 2002 Phil Knirsch 5.0.6-2 +- Updated to latest released version. + * Sat Aug 31 2002 Florian La Roche - do not link against -lelf diff --git a/sources b/sources index 652b6ec..21d8f24 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f209cff622b4ffee830d54b68985d859 net-snmp-5.0.1.tar.gz +8c67aae0d7d8fa00625361cece1a2138 net-snmp-5.0.6.tar.gz