Revert "Do not test bundled_ca on RHEL"

This reverts commit ffc2d40b5a.
This commit is contained in:
Stephen Gallagher 2024-02-13 13:26:35 -05:00
parent ffc2d40b5a
commit ac4d71249a

View File

@ -167,7 +167,7 @@
Summary: An interpreter of object-oriented scripting language
Name: ruby
Version: %{ruby_version}%{?development_release}
Release: 5%{?dist}
Release: 4%{?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,11 +1084,7 @@ 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.
@ -1667,9 +1663,6 @@ 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).