Break build-cycle: perl-MooX-ConfigFromFile → perl-MooX-Cmd → perl-MooX-ConfigFromFile

This commit is contained in:
Petr Písař 2015-07-22 15:05:43 +02:00
parent 5504af9212
commit 7e6abc2fb0
1 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,9 @@ BuildRequires: perl(lib)
BuildRequires: perl(Moo) >= 0.009013
# Optional tests:
%if !%{defined perl_bootstrap}
# Break build-cycle: perl-MooX-ConfigFromFile → perl-MooX-Cmd
# → perl-MooX-ConfigFromFile
BuildRequires: perl(MooX::ConfigFromFile) >= 0.006
# Break build-cycle: perl-MooX-Options → perl-MooX-Cmd → perl-MooX-Options
BuildRequires: perl(MooX::Options) >= 3.99
%endif
@ -83,6 +86,8 @@ make test
%changelog
* Wed Jul 22 2015 Petr Pisar <ppisar@redhat.com> - 0.015-2
- Break build-cycle: perl-MooX-Options perl-MooX-Cmd perl-MooX-Options
- Break build-cycle: perl-MooX-ConfigFromFile perl-MooX-Cmd
perl-MooX-ConfigFromFile
* Mon Jul 20 2015 Petr Pisar <ppisar@redhat.com> - 0.015-1
- Update to 0.015 (thanks to Emmanuel Seyman)