- upgrade to 5.2.2 final
This commit is contained in:
parent
c0fd55978e
commit
e5fabe5a50
@ -1 +1 @@
|
||||
net-snmp-5.2.2.rc6.tar.gz
|
||||
net-snmp-5.2.2.tar.gz
|
||||
|
@ -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 <rvokal@redhat.com> - 5.2.2-1
|
||||
- upgrade to 5.2.2 final
|
||||
|
||||
* Mon Nov 21 2005 Radek Vokal <rvokal@redhat.com> - 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
|
||||
|
Loading…
Reference in New Issue
Block a user