Don't BR: perl(IPC::Run) when bootstrapping

This commit is contained in:
Jitka Plesnikova 2017-05-12 13:44:03 +02:00
parent 07c3478e13
commit 499ed5cab8
1 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,7 @@ Name: perl-IPC-Cmd
# Epoch to compete with perl.spec
Epoch: 1
Version: 0.96
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Finding and running system commands made easy
License: GPL+ or Artistic
Group: Development/Libraries
@ -29,7 +29,9 @@ BuildRequires: perl(FileHandle)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IO::Select)
BuildRequires: perl(IPC::Open3)
%if !%{defined perl_bootstrap}
BuildRequires: perl(IPC::Run) >= 0.55
%endif
BuildRequires: perl(Locale::Maketext::Simple)
BuildRequires: perl(Module::Load::Conditional) >= 0.66
BuildRequires: perl(Params::Check) >= 0.20
@ -91,6 +93,9 @@ make test
%{_mandir}/man3/IPC::Cmd.3*
%changelog
* Fri May 12 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.96-3
- Don't BR: perl(IPC::Run) when bootstrapping
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.96-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild