Do not test bundled_ca on RHEL

Signed-off-by: Troy Dawson <tdawson@redhat.com>
This commit is contained in:
Troy Dawson 2024-02-13 02:09:03 +00:00 committed by Stephen Gallagher
parent 3008410463
commit ffc2d40b5a

View File

@ -167,7 +167,7 @@
Summary: An interpreter of object-oriented scripting language
Name: ruby
Version: %{ruby_version}%{?development_release}
Release: 4%{?dist}
Release: 5%{?dist}
# BSD-3-Clause: missing/{crypt,mt19937,setproctitle}.c
# ISC: missing/strl{cat,cpy}.c
# Public Domain for example for: include/ruby/st.h, strftime.c, missing/*, ...
@ -1084,7 +1084,11 @@ ln -sfr probes.d %{_vpath_builddir}/
make -C %{_vpath_builddir} runruby TESTRUN_SCRIPT=%{SOURCE14}
%endif
%if 0%{?rhel}
DISABLE_TESTS="rubygems/test_bundled_ca.rb"
%else
DISABLE_TESTS=""
%endif
MSPECOPTS=""
# Avoid `hostname' dependency.
@ -1663,6 +1667,9 @@ make -C %{_vpath_builddir} runruby TESTRUN_SCRIPT=" \
%changelog
* Mon Feb 12 2024 Troy Dawson <tdawson@redhat.com> - 3.3.0-5
- Do not test bundled_ca on RHEL
* Fri Jan 26 2024 Jarek Prokop <jprokop@redhat.com> - 3.3.0-4
- Do not set AI_ADDRCONFIG by default when calling getaddrinfo(3).