From 1a7a09d5be8a1e43fed4e977f151346f62e39d61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Josef=20=C5=A0pa=C4=8Dek?= Date: Fri, 24 Mar 2023 11:58:36 +0100 Subject: [PATCH] Remove not needed Socket6 package in build There is code in t/15io-socket.t: ... my $AF_INET6 = eval { Socket::AF_INET6() } || eval { require Socket6; Socket6::AF_INET6() }; ... Default is usage of Socket for ipv6 and it's our case. --- perl-IO-Socket-IP.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/perl-IO-Socket-IP.spec b/perl-IO-Socket-IP.spec index 86bbd00..26e6465 100644 --- a/perl-IO-Socket-IP.spec +++ b/perl-IO-Socket-IP.spec @@ -7,7 +7,7 @@ Name: perl-IO-Socket-IP Version: 0.41 -Release: 491%{?dist} +Release: 492%{?dist} Summary: Drop-in replacement for IO::Socket::INET supporting both IPv4 and IPv6 License: GPL-1.0-or-later OR Artistic-1.0-Perl URL: https://metacpan.org/release/IO-Socket-IP @@ -40,7 +40,6 @@ BuildRequires: perl(IO::Socket::INET) BuildRequires: perl(Test::More) %if %{with perl_IO_Socket_IP_enables_optional_test} && !%{defined perl_bootstrap} # Optional tests only -BuildRequires: perl(Socket6) BuildRequires: perl(Test::Pod) >= 1.00 %endif @@ -74,6 +73,9 @@ make test %{_mandir}/man3/* %changelog +* Fri Mar 24 2023 Michal Josef Špaček - 0.41-492 +- Remove not needed Socket6 package in build + * Fri Jan 20 2023 Fedora Release Engineering - 0.41-491 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild