[perl-Dumbbench] Disable perl-Dumbbench-BoxPlot subpackage on ARM

Petr Pisar ppisar at fedoraproject.org
Mon Sep 8 09:08:20 UTC 2014


commit a45f397625698f47470e5715d8b3291158c4d86e
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Sep 8 10:17:46 2014 +0200

    Disable perl-Dumbbench-BoxPlot subpackage on ARM

 perl-Dumbbench.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/perl-Dumbbench.spec b/perl-Dumbbench.spec
index 5206710..71cfbdf 100644
--- a/perl-Dumbbench.spec
+++ b/perl-Dumbbench.spec
@@ -3,7 +3,7 @@
 
 Name:           perl-Dumbbench
 Version:        0.09
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        More reliable bench-marking with the least amount of thinking
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -44,6 +44,8 @@ does some statistical analysis to discard outliers, and prints the results.
 %if %with SOOT
 %package BoxPlot
 Summary:        Dumbbench visualization using ROOT
+# This package run-requires perl-SOOT which isn't available on ARM, bug #1139141
+ExclusiveArch: %{ix86} x86_64 noarch
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description BoxPlot
@@ -80,6 +82,9 @@ make test
 %endif
 
 %changelog
+* Mon Sep 08 2014 Petr Pisar <ppisar at redhat.com> - 0.09-3
+- Disable perl-Dumbbench-BoxPlot subpackage on ARM (bug #1139141)
+
 * Sun Sep 07 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.09-2
 - Perl 5.20 rebuild
 


More information about the scm-commits mailing list