[perl-RT-Client-REST] Disable Test::Kwalitee tests

Petr Pisar ppisar at fedoraproject.org
Thu Feb 2 15:04:06 UTC 2012


commit e97107c2aa0c58434d01471ab4cde25a115ce6dc
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Feb 2 16:01:16 2012 +0100

    Disable Test::Kwalitee tests

 perl-RT-Client-REST.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/perl-RT-Client-REST.spec b/perl-RT-Client-REST.spec
index 3ce3c25..d525804 100644
--- a/perl-RT-Client-REST.spec
+++ b/perl-RT-Client-REST.spec
@@ -26,7 +26,7 @@ BuildRequires:  perl(IO::Socket)
 BuildRequires:  perl(Test::More)
 BuildRequires:  perl(Test::Exception)
 # Optional tests
-BuildRequires:  perl(Test::Kwalitee)
+# Optional perl(Test::Kwalitee) fails. See bug #786849.
 BuildRequires:  perl(Test::Pod) >= 1.00
 BuildRequires:  perl(Test::Pod::Coverage) >= 1.00
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
@@ -47,6 +47,8 @@ for F in CHANGES; do
 done 
 # Remove bundled Module::Install
 rm -r inc
+# Disable bogus tests (bug #786849)
+rm t/99-kwalitee.t
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -69,6 +71,7 @@ make test
 %changelog
 * Thu Feb 02 2012 Petr Pisar <ppisar at redhat.com> - 0.43-1
 - 0.43 bump
+- Disable bogus Test::Kwalitee tests (bug #786849)
 
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.37-9
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild


More information about the scm-commits mailing list