From 2e08562f7c0ea073bdc51bdc33f1557791bece16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Mon, 13 Aug 2018 18:45:29 +0200 Subject: [PATCH] Disable strong crypto policies to make test suite pass. Related: rhbz#1616213 --- ruby.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ruby.spec b/ruby.spec index 93b6c38..4033ddd 100644 --- a/ruby.spec +++ b/ruby.spec @@ -770,7 +770,11 @@ DISABLE_TESTS="$DISABLE_TESTS -n !/test_do_not_allow_invalid_client_cert_auth_co # https://github.com/ruby/openssl/issues/208 DISABLE_TESTS="$DISABLE_TESTS -n !/test_constants/" -make check TESTS="-v $DISABLE_TESTS" +# RHEL8 is using stronger crypto policies then Fedora ATM and upstream does +# not support them yet. Disable the RHEL8 configuration for the moment. +# https://github.com/ruby/openssl/issues/215 +OPENSSL_SYSTEM_CIPHERS_OVERRIDE=xyz_nonexistent_file OPENSSL_CONF='' \ + make check TESTS="-v $DISABLE_TESTS" %files %license BSDL