Avoid interactive prompt duing build (#1390463)

Also, for now, BuildConflict with perl-Net-SSLeay on Rawhide (#1390468)
This commit is contained in:
Paul Howarth 2016-11-01 13:42:26 +00:00
parent a443b3a63c
commit e0ba07bde7
1 changed files with 8 additions and 2 deletions

View File

@ -11,7 +11,7 @@
Name: perl-AnyEvent
Version: 7.13
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Framework for multiple event loops
Group: Development/Libraries
License: GPL+ or Artistic
@ -54,6 +54,8 @@ BuildRequires: perl(Unicode::Normalize)
BuildRequires: perl(File::Spec)
%if !(%flaky_ssl)
BuildRequires: perl(Net::SSLeay) >= 1.33
%else
BuildConflicts: perl-Net-SSLeay
%endif
BuildRequires: perl(Test::More)
BuildRequires: perl(utf8)
@ -146,7 +148,7 @@ time).
%build
perl Makefile.PL INSTALLDIRS=vendor
PERL_CANARY_STABILITY_NOPROMPT=1 perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
@ -200,6 +202,10 @@ make test
%changelog
* Tue Nov 1 2016 Paul Howarth <paul@city-fan.org> - 7.13-3
- Avoid interactive prompt duing build (#1390463)
- For now, BuildConflict with perl-Net-SSLeay on Rawhide (#1390468)
* Mon Oct 17 2016 Paul Howarth <paul@city-fan.org> - 7.13-2
- Add some optional dependencies (#1385642)
- Work around SSL issues in Rawhide (possibly due to ongoing upgrade to