Avoid interactive prompt duing build (#1390463)
Also, for now, BuildConflict with perl-Net-SSLeay on Rawhide (#1390468)
This commit is contained in:
parent
a443b3a63c
commit
e0ba07bde7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user