|
|
@ -1,41 +1,40 @@
|
|
|
|
Name: perl-Net-DNS
|
|
|
|
Name: perl-Net-DNS
|
|
|
|
Version: 1.29
|
|
|
|
Version: 1.47
|
|
|
|
Release: 6%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: DNS resolver modules for Perl
|
|
|
|
Summary: DNS resolver modules for Perl
|
|
|
|
# Other files: MIT
|
|
|
|
License: MIT
|
|
|
|
# demo/mresolv: GPL+ or Artistic
|
|
|
|
URL: https://www.net-dns.org
|
|
|
|
## Not in a binary package
|
|
|
|
Source0: https://www.net-dns.org/download/Net-DNS-%{version}.tar.gz
|
|
|
|
# contrib/find_zonecut: GPL+ or Artistic
|
|
|
|
Source1: https://www.net-dns.org/download/Net-DNS-%{version}.tar.gz.sig
|
|
|
|
# contrib/check_soa: GPL+ or Artistic
|
|
|
|
Source2: http://keys.openpgp.org/pks/lookup?op=get&search=0xE5F8F8212F77A498#/willem.nlnetlabs.nl
|
|
|
|
License: (GPL+ or Artistic) and MIT
|
|
|
|
|
|
|
|
URL: https://metacpan.org/release/Net-DNS
|
|
|
|
|
|
|
|
Source0: https://cpan.metacpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-%{version}.tar.gz
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
# Build
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: gnupg2
|
|
|
|
BuildRequires: coreutils
|
|
|
|
BuildRequires: coreutils
|
|
|
|
BuildRequires: findutils
|
|
|
|
BuildRequires: findutils
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
BuildRequires: perl-generators
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
BuildRequires: perl(Config)
|
|
|
|
BuildRequires: perl(Config)
|
|
|
|
|
|
|
|
BuildRequires: perl(constant)
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
|
|
BuildRequires: perl(Getopt::Long)
|
|
|
|
BuildRequires: perl(Getopt::Long)
|
|
|
|
# IO::Socket::IP or IO::Socket::INET
|
|
|
|
# IO::Socket::IP or IO::Socket::INET
|
|
|
|
BuildRequires: perl(IO::Socket::IP) >= 0.38
|
|
|
|
BuildRequires: perl(IO::Socket::IP) >= 0.38
|
|
|
|
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
# Runtime
|
|
|
|
# Runtime
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
BuildRequires: perl(base)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
# Config not used
|
|
|
|
|
|
|
|
BuildRequires: perl(constant)
|
|
|
|
|
|
|
|
BuildRequires: perl(Data::Dumper)
|
|
|
|
BuildRequires: perl(Data::Dumper)
|
|
|
|
%if ! (0%{?rhel} >= 7)
|
|
|
|
%if ! (0%{?rhel} >= 7)
|
|
|
|
# Digest::BubbleBabble is optional
|
|
|
|
# Digest::BubbleBabble is optional
|
|
|
|
BuildRequires: perl(Digest::BubbleBabble)
|
|
|
|
BuildRequires: perl(Digest::BubbleBabble)
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
# Digest::GOST is optional and intentionally unavailable
|
|
|
|
|
|
|
|
# Digest::GOST::CryptoPro is optional and intentionally unavailable
|
|
|
|
|
|
|
|
BuildRequires: perl(Digest::HMAC) >= 1.03
|
|
|
|
BuildRequires: perl(Digest::HMAC) >= 1.03
|
|
|
|
BuildRequires: perl(Digest::MD5) >= 2.13
|
|
|
|
BuildRequires: perl(Digest::MD5) >= 2.37
|
|
|
|
BuildRequires: perl(Digest::SHA) >= 5.23
|
|
|
|
BuildRequires: perl(Digest::SHA) >= 5.23
|
|
|
|
BuildRequires: perl(Encode)
|
|
|
|
BuildRequires: perl(Encode)
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
@ -44,34 +43,24 @@ BuildRequires: perl(FileHandle)
|
|
|
|
BuildRequires: perl(integer)
|
|
|
|
BuildRequires: perl(integer)
|
|
|
|
BuildRequires: perl(IO::File)
|
|
|
|
BuildRequires: perl(IO::File)
|
|
|
|
# IO::Select is not used
|
|
|
|
# IO::Select is not used
|
|
|
|
|
|
|
|
BuildRequires: perl(IO::Socket) >= 1.30
|
|
|
|
# Prefer IO::Socket::IP over IO::Socket::INET for IPv6 support
|
|
|
|
# Prefer IO::Socket::IP over IO::Socket::INET for IPv6 support
|
|
|
|
BuildRequires: perl(MIME::Base64) >= 2.13
|
|
|
|
BuildRequires: perl(MIME::Base64) >= 3.07
|
|
|
|
# Prefer Net::LibIDN2 over Net::LibIDN, both are optional
|
|
|
|
# Prefer Net::LibIDN2 over Net::LibIDN, both are optional
|
|
|
|
BuildRequires: perl(Net::LibIDN2) >= 1
|
|
|
|
BuildRequires: perl(Net::LibIDN2) >= 1
|
|
|
|
BuildRequires: perl(overload)
|
|
|
|
BuildRequires: perl(overload)
|
|
|
|
# PerlIO is optional
|
|
|
|
# PerlIO is optional
|
|
|
|
# Scalar::Util is optional
|
|
|
|
# Scalar::Util is optional
|
|
|
|
BuildRequires: perl(Socket)
|
|
|
|
BuildRequires: perl(Socket) >= 1.81
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
|
|
|
|
BuildRequires: perl(Time::Local)
|
|
|
|
BuildRequires: perl(Time::Local)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
|
|
|
|
# Win32::IPHelper is not needed
|
|
|
|
# Win32::IPHelper is not needed
|
|
|
|
# Win32::TieRegistry is not needed
|
|
|
|
# Win32::TieRegistry is not needed
|
|
|
|
# Tests only
|
|
|
|
# Tests only
|
|
|
|
BuildRequires: perl(File::Find) >= 1.05
|
|
|
|
BuildRequires: perl(File::Find) >= 1.13
|
|
|
|
BuildRequires: perl(Test::Builder)
|
|
|
|
BuildRequires: perl(Test::Builder)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
# Optional tests:
|
|
|
|
|
|
|
|
BuildRequires: perl(Test::Pod) >= 1.45
|
|
|
|
|
|
|
|
%if !%{defined perl_bootstrap}
|
|
|
|
|
|
|
|
# Build cycle: perl-Net-DNS-SEC → perl-Net-DNS
|
|
|
|
|
|
|
|
BuildRequires: perl(Net::DNS::SEC) >= 1.01
|
|
|
|
|
|
|
|
BuildRequires: perl(Net::DNS::SEC::RSA)
|
|
|
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
|
|
|
|
|
|
|
|
Suggests: perl(Config)
|
|
|
|
Suggests: perl(Config)
|
|
|
|
Requires: perl(Data::Dumper)
|
|
|
|
Requires: perl(Data::Dumper)
|
|
|
|
# Digest::GOST not available
|
|
|
|
|
|
|
|
Requires: perl(Digest::HMAC) >= 1.03
|
|
|
|
Requires: perl(Digest::HMAC) >= 1.03
|
|
|
|
Requires: perl(Digest::MD5) >= 2.13
|
|
|
|
Requires: perl(Digest::MD5) >= 2.13
|
|
|
|
Requires: perl(Digest::SHA) >= 5.23
|
|
|
|
Requires: perl(Digest::SHA) >= 5.23
|
|
|
@ -80,12 +69,6 @@ Requires: perl(Encode)
|
|
|
|
Recommends: perl(IO::Socket::IP) >= 0.38
|
|
|
|
Recommends: perl(IO::Socket::IP) >= 0.38
|
|
|
|
Requires: perl(MIME::Base64) >= 2.13
|
|
|
|
Requires: perl(MIME::Base64) >= 2.13
|
|
|
|
# Net::DNS::Extlang not available
|
|
|
|
# Net::DNS::Extlang not available
|
|
|
|
Suggests: perl(Net::DNS::SEC::DSA)
|
|
|
|
|
|
|
|
# Net::DNS::SEC::ECCGOST not available
|
|
|
|
|
|
|
|
Suggests: perl(Net::DNS::SEC::ECDSA)
|
|
|
|
|
|
|
|
Suggests: perl(Net::DNS::SEC::EdDSA)
|
|
|
|
|
|
|
|
Suggests: perl(Net::DNS::SEC::Private)
|
|
|
|
|
|
|
|
Suggests: perl(Net::DNS::SEC::RSA)
|
|
|
|
|
|
|
|
# Prefer Net::LibIDN2 over Net::LibIDN, both are optional
|
|
|
|
# Prefer Net::LibIDN2 over Net::LibIDN, both are optional
|
|
|
|
Suggests: perl(Net::LibIDN2) >= 1
|
|
|
|
Suggests: perl(Net::LibIDN2) >= 1
|
|
|
|
Suggests: perl(Scalar::Util) >= 1.25
|
|
|
|
Suggests: perl(Scalar::Util) >= 1.25
|
|
|
@ -102,6 +85,9 @@ Suggests: perl(Scalar::Util) >= 1.25
|
|
|
|
# Do not export under-specified provides
|
|
|
|
# Do not export under-specified provides
|
|
|
|
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\((Net::DNS::Text)\\)$
|
|
|
|
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\((Net::DNS::Text)\\)$
|
|
|
|
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\((Net::DNS::RR::OPT)\\)$
|
|
|
|
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\((Net::DNS::RR::OPT)\\)$
|
|
|
|
|
|
|
|
# Remove private modules
|
|
|
|
|
|
|
|
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(TestToolkit\\)$
|
|
|
|
|
|
|
|
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\(TestToolkit\\)$
|
|
|
|
|
|
|
|
|
|
|
|
%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
|
|
|
@ -114,16 +100,38 @@ its various sections. See RFC 1035 or DNS and BIND (Albitz & Liu) for details.
|
|
|
|
%package Nameserver
|
|
|
|
%package Nameserver
|
|
|
|
Summary: DNS server for Perl
|
|
|
|
Summary: DNS server for Perl
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
|
|
|
|
|
|
|
|
Recommends: perl(IO::Socket::IP) >= 0.32
|
|
|
|
Recommends: perl(IO::Socket::IP) >= 0.32
|
|
|
|
|
|
|
|
|
|
|
|
%description Nameserver
|
|
|
|
%description Nameserver
|
|
|
|
Instances of the "Net::DNS::Nameserver" class represent DNS server objects.
|
|
|
|
Instances of the "Net::DNS::Nameserver" class represent DNS server objects.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package tests
|
|
|
|
|
|
|
|
Summary: Tests for %{name}
|
|
|
|
|
|
|
|
Requires: %{name} = %{?epoch:%{epoch}:}%{version}-%{release}
|
|
|
|
|
|
|
|
Requires: perl-Test-Harness
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description tests
|
|
|
|
|
|
|
|
Tests from %{name}. Execute them
|
|
|
|
|
|
|
|
with "%{_libexecdir}/%{name}/test".
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
|
|
|
|
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
|
|
|
|
|
|
|
|
|
|
|
%setup -q -n Net-DNS-%{version}
|
|
|
|
%setup -q -n Net-DNS-%{version}
|
|
|
|
chmod -x demo/*
|
|
|
|
chmod -x demo/*
|
|
|
|
perl -MConfig -i -pe 's{^#!/usr/local/bin/perl}{$Config{startperl}}' demo/*
|
|
|
|
perl -MConfig -i -pe 's{^#!/usr/local/bin/perl}{$Config{startperl}}' demo/*
|
|
|
|
|
|
|
|
# Remove author tests
|
|
|
|
|
|
|
|
for F in \
|
|
|
|
|
|
|
|
t/00-install.t \
|
|
|
|
|
|
|
|
t/00-pod.t \
|
|
|
|
|
|
|
|
; do
|
|
|
|
|
|
|
|
rm "$F"
|
|
|
|
|
|
|
|
perl -i -ne 'print $_ unless m{\A\Q'"$F"'\E}' MANIFEST
|
|
|
|
|
|
|
|
done
|
|
|
|
|
|
|
|
# Help generators to recognize Perl scripts
|
|
|
|
|
|
|
|
for F in t/*.t; do
|
|
|
|
|
|
|
|
chmod +x "$F"
|
|
|
|
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
export PERL_MM_USE_DEFAULT=yes
|
|
|
|
export PERL_MM_USE_DEFAULT=yes
|
|
|
@ -134,6 +142,22 @@ perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1 --no-online-tes
|
|
|
|
%{make_install}
|
|
|
|
%{make_install}
|
|
|
|
find %{buildroot} -type f -name '*.bs' -a -size 0 -delete
|
|
|
|
find %{buildroot} -type f -name '*.bs' -a -size 0 -delete
|
|
|
|
%{_fixperms} %{buildroot}/*
|
|
|
|
%{_fixperms} %{buildroot}/*
|
|
|
|
|
|
|
|
# Install tests
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{_libexecdir}/%{name}
|
|
|
|
|
|
|
|
cp -a t %{buildroot}%{_libexecdir}/%{name}
|
|
|
|
|
|
|
|
cat > %{buildroot}%{_libexecdir}/%{name}/test << 'EOF'
|
|
|
|
|
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
set -e
|
|
|
|
|
|
|
|
# Some tests write into temporary files/directories, so they will be copy
|
|
|
|
|
|
|
|
# into a writable directory and execute them from there.
|
|
|
|
|
|
|
|
DIR=$(mktemp -d)
|
|
|
|
|
|
|
|
pushd "$DIR"
|
|
|
|
|
|
|
|
cp -a %{_libexecdir}/%{name}/* ./
|
|
|
|
|
|
|
|
prove -I . -I t -j "$(getconf _NPROCESSORS_ONLN)"
|
|
|
|
|
|
|
|
popd
|
|
|
|
|
|
|
|
rm -rf "$DIR"
|
|
|
|
|
|
|
|
EOF
|
|
|
|
|
|
|
|
chmod +x %{buildroot}%{_libexecdir}/%{name}/test
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
make test
|
|
|
|
make test
|
|
|
@ -154,19 +178,98 @@ make test
|
|
|
|
%{perl_vendorlib}/Net/DNS/Nameserver.pm
|
|
|
|
%{perl_vendorlib}/Net/DNS/Nameserver.pm
|
|
|
|
%{_mandir}/man3/Net::DNS::Nameserver*
|
|
|
|
%{_mandir}/man3/Net::DNS::Nameserver*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files tests
|
|
|
|
|
|
|
|
%{_libexecdir}/%{name}
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Wed Oct 19 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1.29-6
|
|
|
|
* Sat Jan 04 2025 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.47-1
|
|
|
|
- Resolves: rhbz#2126689
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Sep 23 2024 Michal Josef Špaček <mspacek@redhat.com> - 1.47-1
|
|
|
|
|
|
|
|
- 1.47 bump (rhbz#2313498)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Sep 05 2024 Michal Josef Špaček <mspacek@redhat.com> - 1.46-1
|
|
|
|
|
|
|
|
- 1.46 bump (rhbz#2306055)
|
|
|
|
|
|
|
|
- Fix run of tests with prove
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.45-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu May 23 2024 Jitka Plesnikova <jplesnik@redhat.com> - 1.45-1
|
|
|
|
|
|
|
|
- 1.45 bump (rhbz#2264428)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jan 29 2024 Jitka Plesnikova <jplesnik@redhat.com> - 1.43-1
|
|
|
|
|
|
|
|
- 1.43 bump (rhbz#2251788)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.40-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.40-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 12 2023 Jitka Plesnikova <jplesnik@redhat.com> - 1.40-1
|
|
|
|
|
|
|
|
- 1.40 bump (rhbz#2236235)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.39-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 01 2023 Paul Wouters <paul.wouters@aiven.io - 1.39-1
|
|
|
|
|
|
|
|
- Updated to 1.39 - minor bugfix release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 29 2023 Jitka Plesnikova <jplesnik@redhat.com> - 1.38-2
|
|
|
|
|
|
|
|
- Fix dependencies in *tests package
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri May 19 2023 Paul Wouters <paul.wouters@aiven.io - 1.38-1
|
|
|
|
|
|
|
|
- Resolves: rhbz#2177932 perl-Net-DNS-1.38 is available
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 09 2023 Michal Josef Špaček <mspacek@redhat.com> - 1.36-3
|
|
|
|
|
|
|
|
- Fix license, there is MIT only
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.36-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 03 2023 Paul Wouters <paul.wouters@aiven.io - 1.36-1
|
|
|
|
|
|
|
|
- Resolves: rhbz#2132181 perl-Net-DNS-1.36 is available
|
|
|
|
|
|
|
|
- Add source download gpg verification
|
|
|
|
|
|
|
|
- Update homepage / download URLS from CPAN to net-dns.org
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Dec 07 2022 Michal Josef Špaček <mspacek@redhat.com> - 1.34-3
|
|
|
|
|
|
|
|
- Fix provided packages in *tests package
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.34-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 08 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1.34-1
|
|
|
|
|
|
|
|
- 1.34 bump
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 01 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1.33-4
|
|
|
|
|
|
|
|
- Perl 5.36 rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Mar 22 2022 Adam Williamson <awilliam@redhat.com> - 1.33-3
|
|
|
|
|
|
|
|
- Rebuild with no changes to fix update mess on F36
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 22 2022 Michal Josef Špaček <mspacek@redhat.com> - 1.33-2
|
|
|
|
|
|
|
|
- Package tests
|
|
|
|
|
|
|
|
- Remove obsolete dependency to Net::DNS::SEC
|
|
|
|
|
|
|
|
There was dependency until 1.29 version and it was used for tests.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 15 2022 Paul Wouters <paul.wouters@aiven.io> - 1.33-1
|
|
|
|
|
|
|
|
- 1.33 bump
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.32-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.32-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Oct 13 2022 Jitka Plesnikova <jplesnik@redhat.com> - 1.29-5
|
|
|
|
* Tue Jul 20 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.32-1
|
|
|
|
- Related: rhbz#2126689
|
|
|
|
- 1.32 bump
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.29-4
|
|
|
|
* Mon May 24 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.29-4
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Perl 5.34 re-rebuild of bootstrapped packages
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.29-3
|
|
|
|
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.29-3
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
- Perl 5.34 rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.29-2
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.29-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|