Do not test bundled_ca on RHEL
Signed-off-by: Troy Dawson <tdawson@redhat.com>
This commit is contained in:
parent
3008410463
commit
ffc2d40b5a
@ -167,7 +167,7 @@
|
|||||||
Summary: An interpreter of object-oriented scripting language
|
Summary: An interpreter of object-oriented scripting language
|
||||||
Name: ruby
|
Name: ruby
|
||||||
Version: %{ruby_version}%{?development_release}
|
Version: %{ruby_version}%{?development_release}
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
# BSD-3-Clause: missing/{crypt,mt19937,setproctitle}.c
|
# BSD-3-Clause: missing/{crypt,mt19937,setproctitle}.c
|
||||||
# ISC: missing/strl{cat,cpy}.c
|
# ISC: missing/strl{cat,cpy}.c
|
||||||
# Public Domain for example for: include/ruby/st.h, strftime.c, missing/*, ...
|
# 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}
|
make -C %{_vpath_builddir} runruby TESTRUN_SCRIPT=%{SOURCE14}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if 0%{?rhel}
|
||||||
|
DISABLE_TESTS="rubygems/test_bundled_ca.rb"
|
||||||
|
%else
|
||||||
DISABLE_TESTS=""
|
DISABLE_TESTS=""
|
||||||
|
%endif
|
||||||
MSPECOPTS=""
|
MSPECOPTS=""
|
||||||
|
|
||||||
# Avoid `hostname' dependency.
|
# Avoid `hostname' dependency.
|
||||||
@ -1663,6 +1667,9 @@ make -C %{_vpath_builddir} runruby TESTRUN_SCRIPT=" \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jan 26 2024 Jarek Prokop <jprokop@redhat.com> - 3.3.0-4
|
||||||
- Do not set AI_ADDRCONFIG by default when calling getaddrinfo(3).
|
- Do not set AI_ADDRCONFIG by default when calling getaddrinfo(3).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user