Disable optional libidn tests on ELN
This commit is contained in:
parent
fcfa0f088e
commit
f59d611f35
@ -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 <ppisar@redhat.com> - 2.070-2
|
||||
- Disable optional libidn tests on ELN
|
||||
|
||||
* Fri Feb 26 2021 Paul Howarth <paul@city-fan.org> - 2.070-1
|
||||
- Update to 2.070
|
||||
- Changed bugtracker in Makefile.PL to GitHub, away from obsolete rt.cpan.org
|
||||
|
Loading…
Reference in New Issue
Block a user