From 615e559f753a9a0b7124b4f99be8a243f94b0506 Mon Sep 17 00:00:00 2001 From: Robin Norwood Date: Thu, 5 Apr 2007 17:28:53 +0000 Subject: [PATCH] fix issues from package review. --- perl-Net-DNS.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/perl-Net-DNS.spec b/perl-Net-DNS.spec index 7ee2d2c..1dc8e3f 100644 --- a/perl-Net-DNS.spec +++ b/perl-Net-DNS.spec @@ -1,14 +1,14 @@ Name: perl-Net-DNS Version: 0.59 -Release: 1%{?dist} +Release: 2%{?dist} Summary: DNS resolver modules for Perl License: GPL or Artistic Group: Development/Libraries URL: http://www.net-dns.org/ Source0: http://www.cpan.org/authors/id/O/OL/OLAF/Net-DNS-%{version}.tar.gz -BuildRequires: perl >= 1:5.6.1, perl-Digest-HMAC, perl-Net-IP +BuildRequires: perl(Digest::HMAC), perl(Net::IP) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description Net::DNS is a collection of Perl modules that act as a Domain Name @@ -52,6 +52,12 @@ rm -rf $RPM_BUILD_ROOT %exclude %{_mandir}/man3/Net::DNS::Resolver::Win32.3* %changelog +* Thu Apr 05 2007 Robin Norwood - 0.59-2 +- Resolves: bz#226270 +- Fixed issues brought up during package review +- BuildRequires should not require perl, and fixed the format. +- Fixed the BuildRoot + * Wed Sep 27 2006 Robin Norwood - 0.59-1 - Upgrade to upstream version 0.59 per bug #208315