Break build cycle: perl-Net-DNS-SEC → perl-Net-DNS → perl-Net-DNS-SEC

This commit is contained in:
Petr Písař 2015-09-01 18:14:28 +02:00
parent d11110fedc
commit 8d2f4bb571

View File

@ -1,6 +1,6 @@
Name: perl-Net-DNS Name: perl-Net-DNS
Version: 1.01 Version: 1.01
Release: 1%{?dist} Release: 2%{?dist}
Summary: DNS resolver modules for Perl Summary: DNS resolver modules for Perl
# lib/Net/DNS/RR/RT.pm: GPL+ or Artistic # lib/Net/DNS/RR/RT.pm: GPL+ or Artistic
License: (GPL+ or Artistic) and MIT License: (GPL+ or Artistic) and MIT
@ -56,7 +56,10 @@ BuildRequires: perl(vars)
# Win32::TieRegistry is not needed # Win32::TieRegistry is not needed
# Tests only # Tests only
BuildRequires: perl(File::Find) 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) BuildRequires: perl(Net::DNS::SEC)
%endif
BuildRequires: perl(Test::Builder) BuildRequires: perl(Test::Builder)
BuildRequires: perl(Test::More) BuildRequires: perl(Test::More)
# Optional tests: # Optional tests:
@ -71,10 +74,13 @@ Requires: perl(Exporter)
Requires: perl(FileHandle) Requires: perl(FileHandle)
Requires: perl(IO::File) Requires: perl(IO::File)
Requires: perl(MIME::Base64) >= 2.11 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::DSA)
Requires: perl(Net::DNS::SEC::ECDSA) Requires: perl(Net::DNS::SEC::ECDSA)
Requires: perl(Net::DNS::SEC::Private) Requires: perl(Net::DNS::SEC::Private)
Requires: perl(Net::DNS::SEC::RSA) Requires: perl(Net::DNS::SEC::RSA)
%endif
%{?perl_default_filter} %{?perl_default_filter}
@ -143,6 +149,9 @@ make test
%{_mandir}/man3/Net::DNS::Nameserver* %{_mandir}/man3/Net::DNS::Nameserver*
%changelog %changelog
* Tue Sep 01 2015 Petr Pisar <ppisar@redhat.com> - 1.01-2
- Break build cycle: perl-Net-DNS-SEC perl-Net-DNS perl-Net-DNS-SEC
* Fri Aug 07 2015 Petr Šabata <contyk@redhat.com> - 1.01-1 * Fri Aug 07 2015 Petr Šabata <contyk@redhat.com> - 1.01-1
- 1.01 bump - 1.01 bump
- The package is now noarch as the binary bits were dropped - The package is now noarch as the binary bits were dropped