[net-snmp/f18] Added direct dependency on perl-devel with architectute in net-snmp-devel package to pull proper dep

Jan Šafránek jsafrane at fedoraproject.org
Mon Oct 29 15:49:13 UTC 2012


commit 5fb03f20dadea28df3d847bc84aab9d229a8497e
Author: Jan Safranek <jsafrane at redhat.com>
Date:   Mon Oct 29 16:49:00 2012 +0100

    Added direct dependency on perl-devel with architectute in net-snmp-devel package to pull proper dependencies.
    It is somewhat related to #855428.

 net-snmp.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
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 <jsafrane at 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 at redhat.com> - 1:5.7.2-2
 - Fixed net-snmp dependency on net-snmp-agent-libs.
 


More information about the scm-commits mailing list