[perl] Remove bundled perl-B-Debug

Petr Pisar ppisar at fedoraproject.org
Wed Oct 29 14:27:53 UTC 2014


commit bcf9f1998a0d3c299f3f5c2b0bb066908715a89c
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Oct 29 14:57:39 2014 +0100

    Remove bundled perl-B-Debug

 perl.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/perl.spec b/perl.spec
index 14a8bcf..9b2d3d4 100644
--- a/perl.spec
+++ b/perl.spec
@@ -342,6 +342,7 @@ However "Fatal" has been obsoleted by the new autodie pragma. Please use
 autodie in preference to "Fatal".
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %package B-Debug
 Summary:        Walk Perl syntax tree, print debug information about op-codes
 Group:          Development/Libraries
@@ -355,6 +356,7 @@ Conflicts:      perl < 4:5.20.1-310
 %description B-Debug
 Walk Perl syntax tree and print debug information about op-codes. See
 B::Concise and B::Terse for other details.
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %package Carp
@@ -2856,9 +2858,11 @@ sed \
 %{_mandir}/man3/Fatal.3*
 %endif
 
+%if %{dual_life} || %{rebuild_from_scratch}
 %files B-Debug
 %{privlib}/B/Debug.pm
 %{_mandir}/man3/B::Debug.3*
+%endif
 
 %if %{dual_life} || %{rebuild_from_scratch}
 %files Carp
@@ -3562,6 +3566,7 @@ sed \
 %changelog
 * Wed Oct 29 2014 Petr Pisar <ppisar at redhat.com> - 4:5.20.1-311
 - Remove bundled perl-Devel-PPPort (bug #1143999)
+- Remove bundled perl-B-Debug (bug #1142952)
 
 * Thu Oct 23 2014 Petr Pisar <ppisar at redhat.com> - 4:5.20.1-310
 - Move all Module-CoreList files into perl-Module-CoreList


More information about the scm-commits mailing list