removed beecrypt from dependencies fixed crash on reading xen interfaces
Resolves: #386611
This commit is contained in:
parent
e600d89722
commit
72e8233a51
@ -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 <jsafranek@redhat.com> 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 <jsafranek@redhat.com> 5.4.1-5
|
||||
- move mib2c-update from net-snmp-utils to net-snmp-perl, where
|
||||
|
Loading…
Reference in New Issue
Block a user