- update to 5.3.1 final version, fix version number
This commit is contained in:
parent
5ada538d0d
commit
49c69d9439
@ -1 +1 @@
|
|||||||
net-snmp-5.3.1.rc4.tar.gz
|
net-snmp-5.3.1.tar.gz
|
||||||
|
@ -2,16 +2,17 @@
|
|||||||
|
|
||||||
# Arches on which we need to prevent arch conflicts on net-snmp-config.h
|
# 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 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.
|
Summary: A collection of SNMP protocol tools and libraries.
|
||||||
Name: net-snmp
|
Name: net-snmp
|
||||||
Version: 5.3.1.rc4
|
Version: %{major_ver}.0
|
||||||
Release: 2
|
Release: 1
|
||||||
|
|
||||||
License: BSDish
|
License: BSDish
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://net-snmp.sourceforge.net/
|
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
|
Source1: net-snmp.redhat.conf
|
||||||
Source2: net-snmpd.init
|
Source2: net-snmpd.init
|
||||||
Source3: net-snmptrapd.init
|
Source3: net-snmptrapd.init
|
||||||
@ -121,7 +122,7 @@ The net-snmp-libs package contains the runtime libraries for shared binaries
|
|||||||
and applications.
|
and applications.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{major_ver}
|
||||||
%patch1 -p1 -b .mnttab
|
%patch1 -p1 -b .mnttab
|
||||||
%patch2 -p1 -b .syslog
|
%patch2 -p1 -b .syslog
|
||||||
%patch4 -p1 -b .libtool
|
%patch4 -p1 -b .libtool
|
||||||
@ -344,6 +345,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 17 2006 Radek Vokal <rvokal@redhat.com> 5.3.1.0-1
|
||||||
|
- update to 5.3.1 final version, fix version number
|
||||||
|
|
||||||
* Wed Jul 12 2006 Radek Vokál <rvokal@redhat.com> 5.3.1.rc4-2
|
* Wed Jul 12 2006 Radek Vokál <rvokal@redhat.com> 5.3.1.rc4-2
|
||||||
- fix init script, read .options files from /etc/snmp (#195702)
|
- fix init script, read .options files from /etc/snmp (#195702)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user