[perl-Alien-ROOT] Disable generating debuginfo sub-package

Petr Pisar ppisar at fedoraproject.org
Mon Sep 15 10:59:02 UTC 2014


commit 57d91966764c83fe52833b8209b858b8f064a24e
Author: Petr Písař <ppisar at redhat.com>
Date:   Mon Sep 15 12:37:32 2014 +0200

    Disable generating debuginfo sub-package

 perl-Alien-ROOT.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/perl-Alien-ROOT.spec b/perl-Alien-ROOT.spec
index 909b4b7..e4dd702 100644
--- a/perl-Alien-ROOT.spec
+++ b/perl-Alien-ROOT.spec
@@ -1,15 +1,15 @@
 Name:           perl-Alien-ROOT
 Version:        5.34.3.1
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Utility package to install and locate CERN's ROOT library
 License:        GPLv2+
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Alien-ROOT/
 Source0:        http://www.cpan.org/authors/id/S/SM/SMUELLER/Alien-ROOT-v%{version}.tar.gz
-# Bug #1004354
-# Make packages architecture specific to prevent building on arm
-# BuildArch:      noarch
+# Make packages architecture specific to prevent building on arm, bug #1004354
 ExcludeArch:    %{arm}
+# Bugs #1004354, #1141466
+%global debug_package %{nil}
 BuildRequires:  perl
 BuildRequires:  perl(Archive::Extract)
 BuildRequires:  perl(base)
@@ -71,6 +71,9 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man3/*
 
 %changelog
+* Mon Sep 15 2014 Petr Pisar <ppisar at redhat.com> - 5.34.3.1-7
+- Disable generating debuginfo sub-package (bug #1141466)
+
 * Thu Aug 28 2014 Jitka Plesnikova <jplesnik at redhat.com> - 5.34.3.1-6
 - Perl 5.20 rebuild
 - Made packages architecture specific


More information about the scm-commits mailing list