This commit is contained in:
parent
ae447f2050
commit
af12c3354d
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 30 12:34:56 CET 2008 - olh@suse.de
|
||||||
|
|
||||||
|
- obsolete old -XXbit packages (bnc#437293)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 24 16:54:46 CEST 2008 - mrueckert@suse.de
|
Fri Oct 24 16:54:46 CEST 2008 - mrueckert@suse.de
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: net-snmp
|
Name: net-snmp
|
||||||
Version: 5.4.2
|
Version: 5.4.2
|
||||||
Release: 8
|
Release: 9
|
||||||
#
|
#
|
||||||
License: BSD 3-Clause; X11/MIT
|
License: BSD 3-Clause; X11/MIT
|
||||||
Group: Productivity/Networking/Other
|
Group: Productivity/Networking/Other
|
||||||
@ -48,6 +48,14 @@ Requires: perl-SNMP = %{version}
|
|||||||
PreReq: %insserv_prereq %fillup_prereq /sbin/chkconfig
|
PreReq: %insserv_prereq %fillup_prereq /sbin/chkconfig
|
||||||
Provides: snmp ucdsnmp
|
Provides: snmp ucdsnmp
|
||||||
Obsoletes: snmp ucdsnmp
|
Obsoletes: snmp ucdsnmp
|
||||||
|
# bug437293
|
||||||
|
%ifarch ppc64
|
||||||
|
Obsoletes: net-snmp-64bit
|
||||||
|
%endif
|
||||||
|
%ifarch %ix86 ppc
|
||||||
|
Obsoletes: net-snmp-32bit
|
||||||
|
%endif
|
||||||
|
#
|
||||||
#
|
#
|
||||||
Url: http://sourceforge.net/projects/net-snmp
|
Url: http://sourceforge.net/projects/net-snmp
|
||||||
Source: %{pkg_name}-%{version}.tar.bz2
|
Source: %{pkg_name}-%{version}.tar.bz2
|
||||||
@ -129,6 +137,14 @@ Authors:
|
|||||||
%package devel
|
%package devel
|
||||||
License: BSD 3-Clause; X11/MIT
|
License: BSD 3-Clause; X11/MIT
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
# bug437293
|
||||||
|
%ifarch ppc64
|
||||||
|
Obsoletes: net-snmp-devel-64bit
|
||||||
|
%endif
|
||||||
|
%ifarch %ix86 ppc
|
||||||
|
Obsoletes: net-snmp-devel-32bit
|
||||||
|
%endif
|
||||||
|
#
|
||||||
Requires: %{library_name} = %{version}
|
Requires: %{library_name} = %{version}
|
||||||
# for mib2c
|
# for mib2c
|
||||||
Requires: perl-SNMP = %{version}
|
Requires: perl-SNMP = %{version}
|
||||||
@ -420,6 +436,8 @@ fi
|
|||||||
%{_bindir}/tkmib
|
%{_bindir}/tkmib
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 30 2008 olh@suse.de
|
||||||
|
- obsolete old -XXbit packages (bnc#437293)
|
||||||
* Fri Oct 24 2008 mrueckert@suse.de
|
* Fri Oct 24 2008 mrueckert@suse.de
|
||||||
- added net-snmp-5.4.2_velocity-mib.patch (FATE#303556)
|
- added net-snmp-5.4.2_velocity-mib.patch (FATE#303556)
|
||||||
* Fri Oct 24 2008 mrueckert@suse.de
|
* Fri Oct 24 2008 mrueckert@suse.de
|
||||||
@ -679,7 +697,7 @@ fi
|
|||||||
- Multiple non Intel CPU detection added.
|
- Multiple non Intel CPU detection added.
|
||||||
* Sun Feb 06 2005 meissner@suse.de
|
* Sun Feb 06 2005 meissner@suse.de
|
||||||
- Upgraded to 5.1.2 release. (lots of bugfixes as usual)
|
- Upgraded to 5.1.2 release. (lots of bugfixes as usual)
|
||||||
* Thu Feb 03 2005 meissner@suse.de
|
* Wed Feb 02 2005 meissner@suse.de
|
||||||
- overflow counter32 and gauge32 on 64bit systems correctly. #50384
|
- overflow counter32 and gauge32 on 64bit systems correctly. #50384
|
||||||
* Fri Nov 26 2004 meissner@suse.de
|
* Fri Nov 26 2004 meissner@suse.de
|
||||||
- close all non standard filedescriptors on start.
|
- close all non standard filedescriptors on start.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user