diff --git a/.cvsignore b/.cvsignore index 3f4f451..c86ef52 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -net-snmp-5.2.2.rc6.tar.gz +net-snmp-5.2.2.tar.gz diff --git a/net-snmp.spec b/net-snmp.spec index 0a3e3c2..4545eea 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -1,14 +1,13 @@ %{!?tcp_wrappers:%define tcp_wrappers 1} -%define subversion .rc6 Summary: A collection of SNMP protocol tools and libraries. Name: net-snmp Version: 5.2.2 -Release: 0%{subversion}.1 +Release: 1 License: BSDish Group: System Environment/Daemons URL: http://net-snmp.sourceforge.net/ -Source0: ftp://net-snmp.sourceforge.net/net-snmp-%{version}%{subversion}.tar.gz +Source0: ftp://net-snmp.sourceforge.net/net-snmp-%{version}.tar.gz Source1: net-snmp.redhat.conf Source2: net-snmpd.init Source3: net-snmptrapd.init @@ -27,7 +26,6 @@ Patch9: net-snmp-5.2-64bit.diff #kills virtual interfaces #Patch10: net-snmp-5.1.1-ipAdEntIfIndex.patch Patch12: net-snmp-5.1.2-dir-fix.patch -#Patch14: net-snmp-5.1.2-conf_list.patch Patch19: net-snmp-5.2.1-file_offset.patch Prereq: /sbin/chkconfig @@ -106,7 +104,6 @@ Install the net-snmp-perl package, if you want to use mib2c or SNMP with perl. %package libs Group: Development/Libraries -#Requires: %{name} = %{version}-%{release} Summary: The NET-SNMP runtime libraries. %description libs @@ -114,7 +111,7 @@ The net-snmp-libs package contains the runtime libraries for shared binaries and applications. %prep -%setup -q -n %{name}-%{version}%{subversion} +%setup -q -n %{name}-%{version} %patch1 -p1 -b .mnttab %patch2 -p1 -b .syslog %patch4 -p1 -b .libtool @@ -128,7 +125,6 @@ and applications. %patch9 -b .64bit %patch12 -p1 -b .dir-fix -#%patch14 -p1 -b .conf_list %patch19 -p1 -b .file_offset # Do this patch with a perl hack... @@ -312,6 +308,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/*.a %changelog +* Tue Nov 29 2005 Radek Vokal - 5.2.2-1 +- upgrade to 5.2.2 final + * Mon Nov 21 2005 Radek Vokal - 5.2.2-0.rc6.1 - update to rc6, snmpnetstat changes due to license problems - persistent files in directory defined by snmp.conf persistentDir are diff --git a/sources b/sources index e086011..53effba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bc2a4a832bd56660fabf086e393771a1 net-snmp-5.2.2.rc6.tar.gz +2d9cdf956d6be5c5fcf2f898b403389b net-snmp-5.2.2.tar.gz