RHEL 9.0.0 Alpha bootstrap
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/perl-Net-DNS#bd9676e26e4de9b7fcd1bb2e9385e0c70cc4169f
This commit is contained in:
parent
0024de33b9
commit
4cdd7d0b6d
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,3 +36,4 @@ Net-DNS-0.65.tar.gz
|
||||
/Net-DNS-1.20.tar.gz
|
||||
/Net-DNS-1.21.tar.gz
|
||||
/Net-DNS-1.27.tar.gz
|
||||
/Net-DNS-1.28.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: perl-Net-DNS
|
||||
Version: 1.27
|
||||
Release: 2%{?dist}
|
||||
Version: 1.28
|
||||
Release: 1%{?dist}
|
||||
Summary: DNS resolver modules for Perl
|
||||
# Other files: MIT
|
||||
# demo/mresolv: GPL+ or Artistic
|
||||
@ -133,7 +133,7 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 --no-online-tes
|
||||
%install
|
||||
%{make_install}
|
||||
find %{buildroot} -type f -name '*.bs' -a -size 0 -delete
|
||||
chmod -R u+w %{buildroot}/*
|
||||
%{_fixperms} %{buildroot}/*
|
||||
|
||||
%check
|
||||
make test
|
||||
@ -155,6 +155,9 @@ make test
|
||||
%{_mandir}/man3/Net::DNS::Nameserver*
|
||||
|
||||
%changelog
|
||||
* Thu Nov 12 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.28-1
|
||||
- 1.28 bump
|
||||
|
||||
* Wed Nov 4 2020 Paul Howarth <paul@city-fan.org> - 1.27-2
|
||||
- Drop erroneous UTF-8 encoding conversion of Changes file (#1869049)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Net-DNS-1.27.tar.gz) = 11cd450cddbd0a297f3e04ef24dfd59ec8e81e1c49732d9fc71f474658b84b1ddc71efeb5e8122977ef9de50136066418e558fe784dc73a57f1f6f67cbcf7536
|
||||
SHA512 (Net-DNS-1.28.tar.gz) = 168409e34ccc413a760dd8c6ba068f7f0d2792aa30970f3cee07bf8e320111c2ce4416e4353b01b9357e333f8cb637610aa817bfc95379bd632ff50b16c0dd56
|
||||
|
Loading…
Reference in New Issue
Block a user