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

Petr Pisar ppisar at fedoraproject.org
Mon Sep 15 10:48:58 UTC 2014


commit 85f023cfed538e5a43260f210067b22af422ca57
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 |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/perl-Alien-ROOT.spec b/perl-Alien-ROOT.spec
index 5e4500c..b939579 100644
--- a/perl-Alien-ROOT.spec
+++ b/perl-Alien-ROOT.spec
@@ -1,6 +1,6 @@
 Name:           perl-Alien-ROOT
 Version:        5.34.3.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Utility package to install and locate CERN's ROOT library
 License:        GPLv2+
 Group:          Development/Libraries
@@ -9,6 +9,8 @@ Source0:        http://www.cpan.org/authors/id/S/SM/SMUELLER/Alien-ROOT-v%{versi
 BuildArch:      noarch
 # Bug #1004354
 ExcludeArch:    %{arm}
+# Bugs #1004354, #1141466
+%global debug_package %{nil}
 BuildRequires:  perl
 BuildRequires:  perl(Archive::Extract)
 BuildRequires:  perl(base)
@@ -70,6 +72,9 @@ perl Build.PL installdirs=vendor
 %{_mandir}/man3/*
 
 %changelog
+* Mon Sep 15 2014 Petr Pisar <ppisar at redhat.com> - 5.34.3.1-5
+- Disable generating debuginfo sub-package (bug #1141466)
+
 * Wed Sep 04 2013 Petr Pisar <ppisar at redhat.com> - 5.34.3.1-4
 - Disable on ARM due to root (bug #1004354)
 



More information about the perl-devel mailing list