Build-require Time::Local

This commit is contained in:
Petr Písař 2015-09-21 13:50:12 +02:00
parent 8d2f4bb571
commit 5c247cfda9

View File

@ -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 <ppisar@redhat.com> - 1.01-3
- Build-require Time::Local (bug #1264751)
* 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