Break build cycle: perl-Net-DNS-SEC → perl-Net-DNS → perl-Net-DNS-SEC
This commit is contained in:
parent
d11110fedc
commit
8d2f4bb571
@ -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 <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
|
||||
- 1.01 bump
|
||||
- The package is now noarch as the binary bits were dropped
|
||||
|
Loading…
Reference in New Issue
Block a user