diff --git a/perl-Net-DNS.spec b/perl-Net-DNS.spec index ac53dd7..2e01386 100644 --- a/perl-Net-DNS.spec +++ b/perl-Net-DNS.spec @@ -1,6 +1,6 @@ Name: perl-Net-DNS Version: 1.01 -Release: 2%{?dist} +Release: 3%{?dist} Summary: DNS resolver modules for Perl # lib/Net/DNS/RR/RT.pm: GPL+ or Artistic License: (GPL+ or Artistic) and MIT @@ -50,7 +50,7 @@ BuildRequires: perl(overload) # Scalar::Util is optional BuildRequires: perl(Socket) BuildRequires: perl(strict) -# Time::Local not used +BuildRequires: perl(Time::Local) BuildRequires: perl(vars) # Win32::IPHelper is not needed # Win32::TieRegistry is not needed @@ -149,6 +149,9 @@ make test %{_mandir}/man3/Net::DNS::Nameserver* %changelog +* Mon Sep 21 2015 Petr Pisar - 1.01-3 +- Build-require Time::Local (bug #1264751) + * Tue Sep 01 2015 Petr Pisar - 1.01-2 - Break build cycle: perl-Net-DNS-SEC → perl-Net-DNS → perl-Net-DNS-SEC