From 8d2f4bb571406601a3a9cbf0291e832880e8f0b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 1 Sep 2015 18:14:28 +0200 Subject: [PATCH] =?UTF-8?q?Break=20build=20cycle:=20perl-Net-DNS-SEC=20?= =?UTF-8?q?=E2=86=92=20perl-Net-DNS=20=E2=86=92=20perl-Net-DNS-SEC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- perl-Net-DNS.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/perl-Net-DNS.spec b/perl-Net-DNS.spec index d76de94..ac53dd7 100644 --- a/perl-Net-DNS.spec +++ b/perl-Net-DNS.spec @@ -1,6 +1,6 @@ Name: perl-Net-DNS Version: 1.01 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DNS resolver modules for Perl # lib/Net/DNS/RR/RT.pm: GPL+ or Artistic License: (GPL+ or Artistic) and MIT @@ -56,7 +56,10 @@ BuildRequires: perl(vars) # Win32::TieRegistry is not needed # Tests only BuildRequires: perl(File::Find) +%if !%{defined perl_bootstrap} +# Break build cycle: perl-Net-DNS-SEC → perl-Net-DNS → perl-Net-DNS-SEC BuildRequires: perl(Net::DNS::SEC) +%endif BuildRequires: perl(Test::Builder) BuildRequires: perl(Test::More) # Optional tests: @@ -71,10 +74,13 @@ Requires: perl(Exporter) Requires: perl(FileHandle) Requires: perl(IO::File) Requires: perl(MIME::Base64) >= 2.11 +%if !%{defined perl_bootstrap} +# Break build cycle: perl-Net-DNS-SEC → perl-Net-DNS → perl-Net-DNS-SEC Requires: perl(Net::DNS::SEC::DSA) Requires: perl(Net::DNS::SEC::ECDSA) Requires: perl(Net::DNS::SEC::Private) Requires: perl(Net::DNS::SEC::RSA) +%endif %{?perl_default_filter} @@ -143,6 +149,9 @@ make test %{_mandir}/man3/Net::DNS::Nameserver* %changelog +* Tue Sep 01 2015 Petr Pisar - 1.01-2 +- Break build cycle: perl-Net-DNS-SEC → perl-Net-DNS → perl-Net-DNS-SEC + * Fri Aug 07 2015 Petr Šabata - 1.01-1 - 1.01 bump - The package is now noarch as the binary bits were dropped