From 49c69d9439d71aba41a0d146ab4549676ff5a537 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Vok=C3=A1l?= Date: Mon, 17 Jul 2006 11:32:22 +0000 Subject: [PATCH] - update to 5.3.1 final version, fix version number --- .cvsignore | 2 +- net-snmp.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 9bbf031..cee85cb 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -net-snmp-5.3.1.rc4.tar.gz +net-snmp-5.3.1.tar.gz diff --git a/net-snmp.spec b/net-snmp.spec index b25462d..6466f03 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -2,16 +2,17 @@ # Arches on which we need to prevent arch conflicts on net-snmp-config.h %define multilib_arches %{ix86} ia64 ppc ppc64 s390 s390x x86_64 +%define major_ver 5.3.1 Summary: A collection of SNMP protocol tools and libraries. Name: net-snmp -Version: 5.3.1.rc4 -Release: 2 +Version: %{major_ver}.0 +Release: 1 License: BSDish Group: System Environment/Daemons URL: http://net-snmp.sourceforge.net/ -Source0: ftp://net-snmp.sourceforge.net/net-snmp-%{version}.tar.gz +Source0: ftp://net-snmp.sourceforge.net/net-snmp-%{major_ver}.tar.gz Source1: net-snmp.redhat.conf Source2: net-snmpd.init Source3: net-snmptrapd.init @@ -121,7 +122,7 @@ The net-snmp-libs package contains the runtime libraries for shared binaries and applications. %prep -%setup -q -n %{name}-%{version} +%setup -q -n %{name}-%{major_ver} %patch1 -p1 -b .mnttab %patch2 -p1 -b .syslog %patch4 -p1 -b .libtool @@ -344,6 +345,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_libdir}/*.a %changelog +* Mon Jul 17 2006 Radek Vokal 5.3.1.0-1 +- update to 5.3.1 final version, fix version number + * Wed Jul 12 2006 Radek Vokál 5.3.1.rc4-2 - fix init script, read .options files from /etc/snmp (#195702) diff --git a/sources b/sources index 75cda12..a087995 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e4962fc9bf170872d8ea830371dd1cef net-snmp-5.3.1.rc4.tar.gz +360a9783dbc853bab6bda90d961daee5 net-snmp-5.3.1.tar.gz