psabata pushed to perl-Module-Install (master). "Disable some optional tests to avoid a cycle"

notifications at fedoraproject.org notifications at fedoraproject.org
Mon May 4 11:37:40 UTC 2015


>From 7c4a6129a8c4f3283592fbe9e555aa2d5e478a1a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20=C5=A0abata?= <contyk at redhat.com>
Date: Mon, 4 May 2015 13:37:32 +0200
Subject: Disable some optional tests to avoid a cycle


diff --git a/perl-Module-Install.spec b/perl-Module-Install.spec
index 105ad73..231e321 100644
--- a/perl-Module-Install.spec
+++ b/perl-Module-Install.spec
@@ -1,6 +1,6 @@
 Name:           perl-Module-Install
 Version:        1.16
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Standalone, extensible Perl module installer
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -52,8 +52,10 @@ BuildRequires:  perl(ExtUtils::MM)
 BuildRequires:  perl(Symbol)
 BuildRequires:  perl(Test::More)
 # Optional tests only
+%if 0%{!?perl_bootstrap:1}
 BuildRequires:  perl(Module::Install::AuthorTests)
 BuildRequires:  perl(Module::Install::ExtraTests) >= 0.007
+%endif
 BuildRequires:  perl(utf8)
 Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 Requires:       perl(Archive::Zip) >= 1.37
@@ -116,6 +118,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Mon May 04 2015 Petr Šabata <contyk at redhat.com> - 1.16-2
+- Disable some optional tests to avoid a cycle
+
 * Mon May 04 2015 Petr Šabata <contyk at redhat.com> - 1.16-1
 - 1.16 bump
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/perl-Module-Install.git/commit/?h=master&id=7c4a6129a8c4f3283592fbe9e555aa2d5e478a1a


More information about the scm-commits mailing list