From 82db286f681e5d2076c8c1081d16904088342e2c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 29 Nov 2021 16:17:53 +0100 Subject: link to upstream bug report --- php-react-socket.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/php-react-socket.spec b/php-react-socket.spec index 363809a..dbf5567 100644 --- a/php-react-socket.spec +++ b/php-react-socket.spec @@ -219,6 +219,7 @@ rm -f tests/IntegrationTest.php rm -f tests/DnsConnectorTest.php FILTER="testConnectorUsesGivenResolverInstance|testConnectorUsesResolvedHostnameIfDnsIsUsed" %if 0%{?fedora} >= 36 || 0%{?rhel} >= 9 +# https://github.com/reactphp/socket/issues/275 - OpenSSL 3.0 FILTER="$FILTER|testClientUsesTls10WhenCryptoMethodIsExplicitlyConfiguredByClient" %endif -- cgit