- another release candidate
This commit is contained in:
parent
e792d0350d
commit
c1d15c64a0
@ -1 +1 @@
|
|||||||
net-snmp-5.2.2.rc4.tar.gz
|
net-snmp-5.2.2.rc5.tar.gz
|
||||||
|
@ -1,13 +1,14 @@
|
|||||||
%{!?tcp_wrappers:%define tcp_wrappers 1}
|
%{!?tcp_wrappers:%define tcp_wrappers 1}
|
||||||
|
%define subversion .rc5
|
||||||
|
|
||||||
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.2.2
|
Version: 5.2.2
|
||||||
Release: 0.rc4.2
|
Release: 0%{subversion}.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}.rc4.tar.gz
|
Source0: ftp://net-snmp.sourceforge.net/net-snmp-%{version}%{subversion}.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
|
||||||
@ -26,7 +27,7 @@ Patch9: net-snmp-5.2-64bit.diff
|
|||||||
#kills virtual interfaces
|
#kills virtual interfaces
|
||||||
#Patch10: net-snmp-5.1.1-ipAdEntIfIndex.patch
|
#Patch10: net-snmp-5.1.1-ipAdEntIfIndex.patch
|
||||||
Patch12: net-snmp-5.1.2-dir-fix.patch
|
Patch12: net-snmp-5.1.2-dir-fix.patch
|
||||||
Patch14: net-snmp-5.1.2-conf_list.patch
|
#Patch14: net-snmp-5.1.2-conf_list.patch
|
||||||
Patch19: net-snmp-5.2.1-file_offset.patch
|
Patch19: net-snmp-5.2.1-file_offset.patch
|
||||||
|
|
||||||
Prereq: /sbin/chkconfig
|
Prereq: /sbin/chkconfig
|
||||||
@ -113,7 +114,7 @@ The net-snmp-libs package contains the runtime libraries for shared binaries
|
|||||||
and applications.
|
and applications.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}.rc4
|
%setup -q -n %{name}-%{version}%{subversion}
|
||||||
%patch1 -p1 -b .mnttab
|
%patch1 -p1 -b .mnttab
|
||||||
%patch2 -p1 -b .syslog
|
%patch2 -p1 -b .syslog
|
||||||
%patch4 -p1 -b .libtool
|
%patch4 -p1 -b .libtool
|
||||||
@ -127,7 +128,7 @@ and applications.
|
|||||||
|
|
||||||
%patch9 -b .64bit
|
%patch9 -b .64bit
|
||||||
%patch12 -p1 -b .dir-fix
|
%patch12 -p1 -b .dir-fix
|
||||||
%patch14 -p1 -b .conf_list
|
#%patch14 -p1 -b .conf_list
|
||||||
%patch19 -p1 -b .file_offset
|
%patch19 -p1 -b .file_offset
|
||||||
|
|
||||||
# Do this patch with a perl hack...
|
# Do this patch with a perl hack...
|
||||||
@ -311,6 +312,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 15 2005 Radek Vokal <rvokal@redhat.com> - 5.2.2-0.rc5.1
|
||||||
|
- another release candidate
|
||||||
|
|
||||||
* Tue Nov 08 2005 Radek Vokal <rvokal@redhat.com> - 5.2.2-0.rc4.2
|
* Tue Nov 08 2005 Radek Vokal <rvokal@redhat.com> - 5.2.2-0.rc4.2
|
||||||
- Remove .la file from net-snmp-libs (#172618)
|
- Remove .la file from net-snmp-libs (#172618)
|
||||||
- grab new openssl
|
- grab new openssl
|
||||||
|
Loading…
Reference in New Issue
Block a user