diff --git a/net-snmp.spec b/net-snmp.spec index d467dec..9f02e12 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -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 - 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 - 1:5.7.2-2 - Fixed net-snmp dependency on net-snmp-agent-libs.