From ba45da5434aa7a373061a8526e3c47bce7c155f2 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 09:08:28 +0000 Subject: [PATCH] auto-import changelog data from net-snmp-5.0.6-17.src.rpm Tue Feb 11 2003 Phil Knirsch 5.0.6-17 - Fixed ucd-snmp.redhat.conf (#78391). - Fixed snmpwalk examples in config file. Mon Feb 10 2003 Phil Knirsch 5.0.6-15 - Fixed invalid SMUX packet (#83487). Thu Feb 06 2003 Phil Knirsch 5.0.6-14 - Fixed the libdir problem. Wed Feb 05 2003 Phil Knirsch 5.0.6-13 - Updated the old libtool rpath patch. Wed Jan 22 2003 Tim Powers 5.0.6-12 - rebuilt Tue Jan 14 2003 Phil Knirsch 5.0.6-11 - Updated nolibelf patch and activated it again. Tue Jan 07 2003 Nalin Dahyabhai 5.0.6-10 - Rebuild Tue Dec 17 2002 Phil Knirsch 5.0.6-9 - Added bzip2-devel to BuildPreReq (#76086, #70199). --- net-snmp-5.0.6-libtool.patch | 13 ++++++++++ net-snmp.spec | 48 +++++++++++++++++++++++++----------- 2 files changed, 47 insertions(+), 14 deletions(-) create mode 100644 net-snmp-5.0.6-libtool.patch diff --git a/net-snmp-5.0.6-libtool.patch b/net-snmp-5.0.6-libtool.patch new file mode 100644 index 0000000..90a9e0e --- /dev/null +++ b/net-snmp-5.0.6-libtool.patch @@ -0,0 +1,13 @@ +--- net-snmp-5.0.6/aclocal.m4.libtool 2002-06-14 11:27:24.000000000 +0200 ++++ net-snmp-5.0.6/aclocal.m4 2003-02-05 19:16:07.000000000 +0100 +@@ -1541,8 +1541,8 @@ + esac + + if test "$ld_shlibs" = yes; then +- runpath_var=LD_RUN_PATH +- hardcode_libdir_flag_spec='${wl}--rpath ${wl}$libdir' ++ runpath_var= ++ hardcode_libdir_flag_spec= + export_dynamic_flag_spec='${wl}--export-dynamic' + case $host_os in + cygwin* | mingw* | pw32*) diff --git a/net-snmp.spec b/net-snmp.spec index 7e401e0..7c4d01e 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.6 -Release: 8.80.2 +Release: 17 License: BSDish Group: System Environment/Daemons Source0: ftp://net-snmp.sourceforge.net/net-snmp-%{version}.tar.gz @@ -15,7 +15,6 @@ Patch2: ucd-snmp-4.2.1-manpage.patch Patch3: ucd-snmp-4.2.1-walk.patch Patch4: ucd-snmp-4.2.1-security3.patch Patch5: ucd-snmp-4.2.1-tests_num.patch -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 @@ -24,11 +23,12 @@ 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 +Patch15: net-snmp-5.0.6-libtool.patch +Patch16: net-snmp-5.0.6-smux_pktsz_err_rpt.patch Prereq: /sbin/chkconfig Obsoletes: ucd-snmp BuildRoot: %{_tmppath}/%{name}-root -BuildPrereq: tcp_wrappers, openssl-devel -ExcludeArch: ia64 +BuildPrereq: tcp_wrappers, openssl-devel, bzip2-devel #%define __libtoolize /bin/true @@ -83,22 +83,20 @@ packages installed. #%patch3 -p1 -b .walk #%patch4 -p1 -b .security3 #%patch5 -p1 -b .tests_num -#%patch6 -p1 -b .libtool #%patch7 -p1 -b .nodb #%patch8 -p1 -b .mnttab %patch9 -p1 -b .initializer -#%patch10 -p1 +%patch10 -p1 -b .nolibelf %patch11 -p1 -b .syslog %patch12 -p1 -b .nodb %patch13 -p1 -b .compat %patch14 -p1 -b .smux +%patch15 -p1 -b .libtool +%patch16 -p1 -b .smux_pktsz_err_rpt +# Do this patch with a perl hack... +perl -pi -e "s|'\\\$install_libdir'|'%{_libdir}'|" ltmain.sh %build -#perl -pi.bak -e 's/changequote/dnl changequote/' ./configure.in -#touch configure - -# First build the static library -# XXX remove privacy support? %configure \ --enable-static --enable-shared \ --with-cflags="$RPM_OPT_FLAGS" \ @@ -115,9 +113,6 @@ packages installed. EOF -#touch stamp-h.in -#sleep 1 -#touch config.h.in make %install @@ -242,6 +237,31 @@ rm -rf ${RPM_BUILD_ROOT} %attr(0644,root,root) %{_mandir}/man3/* %changelog +* Tue Feb 11 2003 Phil Knirsch 5.0.6-17 +- Fixed ucd-snmp.redhat.conf (#78391). +- Fixed snmpwalk examples in config file. + +* Mon Feb 10 2003 Phil Knirsch 5.0.6-15 +- Fixed invalid SMUX packet (#83487). + +* Thu Feb 06 2003 Phil Knirsch 5.0.6-14 +- Fixed the libdir problem. + +* Wed Feb 05 2003 Phil Knirsch 5.0.6-13 +- Updated the old libtool rpath patch. + +* Wed Jan 22 2003 Tim Powers 5.0.6-12 +- rebuilt + +* Tue Jan 14 2003 Phil Knirsch 5.0.6-11 +- Updated nolibelf patch and activated it again. + +* Tue Jan 7 2003 Nalin Dahyabhai 5.0.6-10 +- Rebuild + +* Tue Dec 17 2002 Phil Knirsch 5.0.6-9 +- Added bzip2-devel to BuildPreReq (#76086, #70199). + * Thu Nov 28 2002 Phil Knirsch 5.0.6-8 - Added patch to increase SMUXMAXSTRLEN.