diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec index f9bccbe..9192991 100644 --- a/perl-IO-Socket-SSL.spec +++ b/perl-IO-Socket-SSL.spec @@ -1,9 +1,13 @@ +%if 0%{?rhel} >= 9 +%bcond_with perl_IO_Socket_SSL_test_unused_idn +%else %bcond_without perl_IO_Socket_SSL_test_unused_idn +%endif %bcond_without perl_IO_Socket_SSL_test_IO_Socket_INET6 Name: perl-IO-Socket-SSL Version: 2.070 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl library for transparent SSL License: (GPL+ or Artistic) and MPLv2.0 URL: https://metacpan.org/release/IO-Socket-SSL @@ -127,6 +131,9 @@ make test %{_mandir}/man3/IO::Socket::SSL::PublicSuffix.3* %changelog +* Fri Mar 19 2021 Petr Pisar - 2.070-2 +- Disable optional libidn tests on ELN + * Fri Feb 26 2021 Paul Howarth - 2.070-1 - Update to 2.070 - Changed bugtracker in Makefile.PL to GitHub, away from obsolete rt.cpan.org