auto-import changelog data from net-snmp-5.0.6-8.80.2.src.rpm

Thu Nov 28 2002 Phil Knirsch <pknirsch@redhat.com> 5.0.6-8
- Added patch to increase SMUXMAXSTRLEN.
Thu Nov 07 2002 Tim Powers <timp@redhat.com> 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 <jorton@redhat.com> 5.0.6-5
- add fix for -DUCD_COMPATIBLE (#77405)
Thu Nov 07 2002 Phil Knirsch <pknirsch@redhat.com> 5.0.6-4
- Another bump required. Some more specfile changes.
Wed Nov 06 2002 Phil Knirsch <pknirsch@redhat.com> 5.0.6-3
- Bumped release and rebuilt.
- Removed all dbFOO cruft again.
Wed Oct 09 2002 Phil Knirsch <pknirsch@redhat.com> 5.0.6-2
- Updated to latest released version.
This commit is contained in:
cvsdist 2004-09-09 09:08:20 +00:00
parent f33cf2303a
commit 6b7d9002b3
3 changed files with 44 additions and 12 deletions

View File

@ -1 +1 @@
net-snmp-5.0.1.tar.gz
net-snmp-5.0.6.tar.gz

View File

@ -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 <pknirsch@redhat.com> 5.0.6-8
- Added patch to increase SMUXMAXSTRLEN.
* Thu Nov 7 2002 Tim Powers <timp@redhat.com> 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 <jorton@redhat.com> 5.0.6-5
- add fix for -DUCD_COMPATIBLE (#77405)
* Thu Nov 07 2002 Phil Knirsch <pknirsch@redhat.com> 5.0.6-4
- Another bump required. Some more specfile changes.
* Wed Nov 06 2002 Phil Knirsch <pknirsch@redhat.com> 5.0.6-3
- Bumped release and rebuilt.
- Removed all dbFOO cruft again.
* Wed Oct 09 2002 Phil Knirsch <pknirsch@redhat.com> 5.0.6-2
- Updated to latest released version.
* Sat Aug 31 2002 Florian La Roche <Florian.LaRoche@redhat.de>
- do not link against -lelf

View File

@ -1 +1 @@
f209cff622b4ffee830d54b68985d859 net-snmp-5.0.1.tar.gz
8c67aae0d7d8fa00625361cece1a2138 net-snmp-5.0.6.tar.gz