From 72e8233a517a98455dcc7b7ef829b0ca6e7006f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20=C5=A0afr=C3=A1nek?= Date: Fri, 16 Nov 2007 11:11:47 +0000 Subject: [PATCH] removed beecrypt from dependencies fixed crash on reading xen interfaces Resolves: #386611 --- net-snmp.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/net-snmp.spec b/net-snmp.spec index ba8ed4f..b32df8c 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -38,6 +38,7 @@ Patch13: net-snmp-5.4.1-shared-ip.patch Patch14: net-snmp-5.4-exec-crash.patch Patch15: net-snmp-5.1.2-snmpconf-selinux.patch Patch16: net-snmp-5.4.1-sensors3.patch +Patch17: net-snmp-5.4.1-xen-crash.patch Requires(pre): /sbin/chkconfig Requires(post): /sbin/chkconfig @@ -45,7 +46,7 @@ Requires(preun): /sbin/chkconfig Requires(preun): /sbin/service Requires(preun): /bin/rm BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: openssl-devel, bzip2-devel, beecrypt-devel, elfutils-devel +BuildRequires: openssl-devel, bzip2-devel, elfutils-devel BuildRequires: libselinux-devel, elfutils-libelf-devel, rpm-devel BuildRequires: perl-devel, gawk, procps %ifnarch s390 s390x @@ -91,7 +92,7 @@ package. Group: Development/Libraries Summary: The development environment for the NET-SNMP project Requires: %{name} = %{epoch}:%{version} -Requires: beecrypt-devel, elfutils-devel, rpm-devel, elfutils-libelf-devel +Requires: elfutils-devel, rpm-devel, elfutils-libelf-devel %if %{tcp_wrappers} Requires: tcp_wrappers-devel %endif @@ -165,6 +166,7 @@ and applications. %patch14 -p1 -b .exec %patch15 -p1 -b .selinux %patch16 -p0 -b .sensors +%patch17 -p0 -b .xen-crash # Do this patch with a perl hack... perl -pi -e "s|'\\\$install_libdir'|'%{_libdir}'|" ltmain.sh @@ -380,6 +382,8 @@ rm -rf ${RPM_BUILD_ROOT} * Wed Nov 14 2007 Jan Safranek 5.4.1-6 - add support of lm_sensors v3 - added procps to build dependencies (#380321) +- removed beecrypt from dependencies +- fixed crash on reading xen interfaces (#386611) * Thu Oct 25 2007 Jan Safranek 5.4.1-5 - move mib2c-update from net-snmp-utils to net-snmp-perl, where