Added direct dependency on perl-devel with architectute in net-snmp-devel package to pull proper dependencies.
It is somewhat related to #855428.
This commit is contained in:
parent
66025916c3
commit
5fb03f20da
@ -11,7 +11,7 @@
|
||||
Summary: A collection of SNMP protocol tools and libraries
|
||||
Name: net-snmp
|
||||
Version: 5.7.2
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Epoch: 1
|
||||
|
||||
License: BSD
|
||||
@ -104,6 +104,8 @@ Requires: tcp_wrappers-devel
|
||||
%ifnarch s390 s390x
|
||||
Requires: lm_sensors-devel
|
||||
%endif
|
||||
# pull perl development libraries, net-snmp agent libraries may link to them
|
||||
Requires: perl-devel%{?_isa}
|
||||
|
||||
%description devel
|
||||
The net-snmp-devel package contains the development libraries and
|
||||
@ -485,6 +487,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_initrddir}/snmptrapd
|
||||
|
||||
%changelog
|
||||
* Mon Oct 29 2012 Jan Safranek <jsafrane@redhat.com> - 1:5.7.2-3
|
||||
- Added direct dependency on perl-devel with architectute in
|
||||
net-snmp-devel package to pull proper dependencies.
|
||||
|
||||
* Wed Oct 24 2012 Jan Safranek <jsafrane@redhat.com> - 1:5.7.2-2
|
||||
- Fixed net-snmp dependency on net-snmp-agent-libs.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user