0.71 bump
This commit is contained in:
parent
6d81f44cc6
commit
d7ca4c71cd
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ Net-DNS-0.65.tar.gz
|
|||||||
/Net-DNS-0.68.tar.gz
|
/Net-DNS-0.68.tar.gz
|
||||||
/Net-DNS-0.69.tar.gz
|
/Net-DNS-0.69.tar.gz
|
||||||
/Net-DNS-0.70.tar.gz
|
/Net-DNS-0.70.tar.gz
|
||||||
|
/Net-DNS-0.71.tar.gz
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
Name: perl-Net-DNS
|
Name: perl-Net-DNS
|
||||||
Version: 0.70
|
Version: 0.71
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: DNS resolver modules for Perl
|
Summary: DNS resolver modules for Perl
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
@ -51,6 +51,8 @@ Requires: perl(XSLoader)
|
|||||||
|
|
||||||
# Do not export under-specified dependencies
|
# Do not export under-specified dependencies
|
||||||
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((Digest::HMAC_MD5|MIME::Base64)\\)$
|
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((Digest::HMAC_MD5|MIME::Base64)\\)$
|
||||||
|
# Do not export under-specified provides
|
||||||
|
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\((Net::DNS::Text)\\)$
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Net::DNS is a collection of Perl modules that act as a Domain Name System
|
Net::DNS is a collection of Perl modules that act as a Domain Name System
|
||||||
@ -108,6 +110,9 @@ make test
|
|||||||
%{_mandir}/man3/Net::DNS::Nameserver*
|
%{_mandir}/man3/Net::DNS::Nameserver*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 17 2012 Petr Šabata <contyk@redhat.com> - 0.71-1
|
||||||
|
- 0.71 bump
|
||||||
|
|
||||||
* Fri Dec 07 2012 Petr Pisar <ppisar@redhat.com> - 0.70-1
|
* Fri Dec 07 2012 Petr Pisar <ppisar@redhat.com> - 0.70-1
|
||||||
- 0.70 bump
|
- 0.70 bump
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user