[perl-Test-Smoke] find-debuginfo.sh pollutes build directory with more files now

Petr Pisar ppisar at fedoraproject.org
Wed Jul 24 09:16:11 UTC 2013


commit a2a07c3551cbbede215656b4d28f14040d3f2f8d
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Jul 24 11:15:58 2013 +0200

    find-debuginfo.sh pollutes build directory with more files now

 perl-Test-Smoke.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/perl-Test-Smoke.spec b/perl-Test-Smoke.spec
index 3ff72a2..c81949a 100644
--- a/perl-Test-Smoke.spec
+++ b/perl-Test-Smoke.spec
@@ -42,7 +42,7 @@ results into an easy to read report.
 %prep
 %setup -q -n Test-Smoke-%{version}
 # Ignore output files from find-debuginfo.sh to fix the test 00-manifest.t
-echo 'debug.+\.list' >> MANIFEST.SKIP
+echo '.+\.list' >> MANIFEST.SKIP
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@@ -79,6 +79,7 @@ make test
 %changelog
 * Wed Jul 24 2013 Petr Pisar <ppisar at redhat.com> - 1.59-2
 - Perl 5.18 rebuild
+- find-debuginfo.sh pollutes build directory with more files now
 
 * Mon May 06 2013 Jitka Plesnikova <jplesnik at redhat.com> - 1.59-1
 - 1.59 bump, bug-fix release


More information about the scm-commits mailing list