From e0ba07bde7926f2822d189084b4e4dbb9c6a9e5b Mon Sep 17 00:00:00 2001 From: Paul Howarth Date: Tue, 1 Nov 2016 13:42:26 +0000 Subject: [PATCH] Avoid interactive prompt duing build (#1390463) Also, for now, BuildConflict with perl-Net-SSLeay on Rawhide (#1390468) --- perl-AnyEvent.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/perl-AnyEvent.spec b/perl-AnyEvent.spec index af9cc11..cb9ce58 100644 --- a/perl-AnyEvent.spec +++ b/perl-AnyEvent.spec @@ -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 - 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 - 7.13-2 - Add some optional dependencies (#1385642) - Work around SSL issues in Rawhide (possibly due to ongoing upgrade to