Fix comments in spec file
IO::Socket::INET6 is deprecated
This commit is contained in:
parent
3063b426fd
commit
2a3e53901c
@ -26,7 +26,7 @@ BuildRequires: perl(strict)
|
||||
BuildRequires: perl(base)
|
||||
BuildRequires: perl(Carp)
|
||||
BuildRequires: perl(Compress::Raw::Zlib)
|
||||
# Prefer IO::Socket::IP over IO::Socket::INET and IO::Socket::INET6
|
||||
# Prefer IO::Socket::IP over IO::Socket::INET
|
||||
%if %{with perl_Net_HTTP_enables_ipv6}
|
||||
BuildRequires: perl(IO::Socket::IP)
|
||||
%else
|
||||
@ -49,7 +49,7 @@ BuildRequires: perl(Socket)
|
||||
BuildRequires: perl(Test::More)
|
||||
Requires: perl(Compress::Raw::Zlib)
|
||||
Requires: perl(IO::Uncompress::Gunzip)
|
||||
# Prefer IO::Socket::IP over IO::Socket::INET and IO::Socket::INET6
|
||||
# Prefer IO::Socket::IP over IO::Socket::INET
|
||||
%if %{with perl_Net_HTTP_enables_ipv6}
|
||||
Requires: perl(IO::Socket::IP)
|
||||
%else
|
||||
@ -126,6 +126,7 @@ make test
|
||||
%changelog
|
||||
* Wed Jun 21 2023 Michal Josef Špaček <mspacek@redhat.com> - 6.23-1
|
||||
- 6.23 bump
|
||||
- Fix comments in spec file (IO::Socket::INET6 is deprecated)
|
||||
|
||||
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 6.22-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
Loading…
Reference in New Issue
Block a user