[perl-CPAN-Checksums] Remove more debuginfo remnants before running tests

Petr Pisar ppisar at fedoraproject.org
Wed Apr 2 08:52:36 UTC 2014


commit 95708e6741936c545097d69fd1148b4fac5b5e2b
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Apr 2 10:51:56 2014 +0200

    Remove more debuginfo remnants before running tests

 perl-CPAN-Checksums.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/perl-CPAN-Checksums.spec b/perl-CPAN-Checksums.spec
index f99b95a..192c0b2 100644
--- a/perl-CPAN-Checksums.spec
+++ b/perl-CPAN-Checksums.spec
@@ -1,6 +1,6 @@
 Name:           perl-CPAN-Checksums
 Version:        2.08
-Release:        7%{?dist}
+Release:        8%{?dist}
 Summary:        Write a CHECKSUMS file for a directory as on CPAN
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -46,7 +46,7 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
 
 %check
 # test checks MANIFEST -  would fail because of debug files
-rm -rf ./debugfiles.list ./debuglinks.list ./debugsources.list
+rm -rf ./elfbins.list ./debugfiles.list ./debuglinks.list ./debugsources.list
 make test
 
 %files
@@ -55,6 +55,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Wed Apr 02 2014 Petr Pisar <ppisar at redhat.com> - 2.08-8
+- Remove more debuginfo remnants before running tests
+
 * Sun Aug 04 2013 Petr Pisar <ppisar at redhat.com> - 2.08-7
 - Perl 5.18 rebuild
 


More information about the scm-commits mailing list