Break build cycle when bootstrapping
This commit is contained in:
parent
2b642154d2
commit
f71af61301
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Module-Implementation
|
Name: perl-Module-Implementation
|
||||||
Version: 0.09
|
Version: 0.09
|
||||||
Release: 9%{?dist}
|
Release: 10%{?dist}
|
||||||
Summary: Loads one of several alternate underlying implementations for a module
|
Summary: Loads one of several alternate underlying implementations for a module
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: Artistic 2.0
|
License: Artistic 2.0
|
||||||
@ -39,7 +39,10 @@ BuildRequires: perl(Test::Requires)
|
|||||||
# Optional test requirements
|
# Optional test requirements
|
||||||
# ===================================================================
|
# ===================================================================
|
||||||
BuildRequires: perl(CPAN::Meta) >= 2.120900
|
BuildRequires: perl(CPAN::Meta) >= 2.120900
|
||||||
|
%if ! %{defined perl_bootstrap}
|
||||||
|
# Build cycle: Test::CleanNamespaces → Package::Stash → Module::Implementation
|
||||||
BuildRequires: perl(Test::CleanNamespaces)
|
BuildRequires: perl(Test::CleanNamespaces)
|
||||||
|
%endif
|
||||||
BuildRequires: perl(Test::Taint)
|
BuildRequires: perl(Test::Taint)
|
||||||
# ===================================================================
|
# ===================================================================
|
||||||
# Author/Release test requirements
|
# Author/Release test requirements
|
||||||
@ -110,6 +113,10 @@ make test RELEASE_TESTING=1
|
|||||||
%{_mandir}/man3/Module::Implementation.3*
|
%{_mandir}/man3/Module::Implementation.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 12 2016 Petr Pisar <ppisar@redhat.com> - 0.09-10
|
||||||
|
- Break build cycle when bootstrapping (Test::CleanNamespaces →
|
||||||
|
Package::Stash → Module::Implementation)
|
||||||
|
|
||||||
* Tue Sep 6 2016 Paul Howarth <paul@city-fan.org> - 0.09-9
|
* Tue Sep 6 2016 Paul Howarth <paul@city-fan.org> - 0.09-9
|
||||||
- BR: perl(Test::CleanNamespaces)
|
- BR: perl(Test::CleanNamespaces)
|
||||||
- Simplify find command using -delete
|
- Simplify find command using -delete
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user