From 68e8d5a90bcbb2f25b703ae545dcd6ec8c0409a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Wed, 21 Aug 2024 09:58:49 +0200 Subject: [PATCH] Revert "Remove systemtap-sdt-dtrace dependency including dtrace command." This reverts commit 0d81c8b95abcb0bbce06fb63207dec45f2b85f6f. As it turns out, both requires are needed after \[[1]\]. [1]: https://src.fedoraproject.org/rpms/systemtap/pull-request/30 --- ruby.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/ruby.spec b/ruby.spec index f1bc591..022f280 100644 --- a/ruby.spec +++ b/ruby.spec @@ -171,7 +171,7 @@ Summary: An interpreter of object-oriented scripting language Name: ruby Version: %{ruby_version}%{?development_release} -Release: 14%{?dist} +Release: 13%{?dist} # Licenses, which are likely not included in binary RPMs: # Apache-2.0: # benchmark/gc/redblack.rb @@ -290,6 +290,7 @@ BuildRequires: libyaml-devel BuildRequires: openssl-devel BuildRequires: zlib-devel %{?with_gmp:BuildRequires: gmp-devel} +%{?with_systemtap:BuildRequires: %{_bindir}/dtrace} %{?with_systemtap:BuildRequires: systemtap-sdt-devel} %{?with_yjit:BuildRequires: %{_bindir}/rustc} @@ -1712,9 +1713,6 @@ make -C %{_vpath_builddir} runruby TESTRUN_SCRIPT=" \ %changelog -* Thu Aug 01 2024 Jun Aruga - 3.3.4-14 -- Remove systemtap-sdt-dtrace dependency including dtrace command. - * Mon Jul 29 2024 Jun Aruga - 3.3.4-13 - Add systemtap-sdt-devel to build Ruby with systemtap sdt header files. Co-authored-by: Lumír Balhar