diff --git a/ibutils.spec b/ibutils.spec index 52df185..5a8607f 100644 --- a/ibutils.spec +++ b/ibutils.spec @@ -21,7 +21,7 @@ Summary: OpenIB Mellanox InfiniBand Diagnostic Tools Name: ibutils Version: 1.5.7 -Release: 7%{?dist} +Release: 7%{?dist}.l # This is dual-licensed upstream, all code available under either license License: GPLv2 or BSD Url: http://www.openfabrics.org/ @@ -29,7 +29,8 @@ Group: System Environment/Libraries Source0: http://www.openfabrics.org/downloads/%{name}/%{name}-%{version}.tar.gz Requires: tcl, tk, graphviz-tcl Requires: %{name}-libs%{?_isa} = %{version}-%{release} -BuildRequires: libibverbs-devel >= 1.1, opensm-devel >= 3.3.0, tcl-devel, swig, tk-devel, libibumad-devel, autoconf, graphviz-tcl, chrpath +# perl-podlators required on F19 +BuildRequires: libibverbs-devel >= 1.1, opensm-devel >= 3.3.0, tcl-devel, swig, tk-devel, libibumad-devel, autoconf, graphviz-tcl, chrpath, perl-podlators # IB hardware doesn't exist on other arches ExclusiveArch: %{ix86} x86_64 ppc ppc64 ia64 %description @@ -139,6 +140,9 @@ chrpath -d %{buildroot}%{_libdir}/*/libib{dm,is}.so.%{version} %{_libdir}/*.a %changelog +* Tue Feb 12 2013 Jon Stanley - 1.5.7-7.1 +- perl-podlators added to BR for F19 build + * Wed Oct 24 2012 Jon Stanley - 1.5.7-7 - Minor spec cleanup