Revert "Remove systemtap-sdt-dtrace dependency including dtrace command."
This reverts commit 0d81c8b95a
. As it
turns out, both requires are needed after \[[1]\].
[1]: https://src.fedoraproject.org/rpms/systemtap/pull-request/30
This commit is contained in:
parent
bd711c9036
commit
68e8d5a90b
@ -171,7 +171,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: 14%{?dist}
|
Release: 13%{?dist}
|
||||||
# Licenses, which are likely not included in binary RPMs:
|
# Licenses, which are likely not included in binary RPMs:
|
||||||
# Apache-2.0:
|
# Apache-2.0:
|
||||||
# benchmark/gc/redblack.rb
|
# benchmark/gc/redblack.rb
|
||||||
@ -290,6 +290,7 @@ BuildRequires: libyaml-devel
|
|||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
%{?with_gmp:BuildRequires: gmp-devel}
|
%{?with_gmp:BuildRequires: gmp-devel}
|
||||||
|
%{?with_systemtap:BuildRequires: %{_bindir}/dtrace}
|
||||||
%{?with_systemtap:BuildRequires: systemtap-sdt-devel}
|
%{?with_systemtap:BuildRequires: systemtap-sdt-devel}
|
||||||
%{?with_yjit:BuildRequires: %{_bindir}/rustc}
|
%{?with_yjit:BuildRequires: %{_bindir}/rustc}
|
||||||
|
|
||||||
@ -1712,9 +1713,6 @@ make -C %{_vpath_builddir} runruby TESTRUN_SCRIPT=" \
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Aug 01 2024 Jun Aruga <jaruga@redhat.com> - 3.3.4-14
|
|
||||||
- Remove systemtap-sdt-dtrace dependency including dtrace command.
|
|
||||||
|
|
||||||
* Mon Jul 29 2024 Jun Aruga <jaruga@redhat.com> - 3.3.4-13
|
* Mon Jul 29 2024 Jun Aruga <jaruga@redhat.com> - 3.3.4-13
|
||||||
- Add systemtap-sdt-devel to build Ruby with systemtap sdt header files.
|
- Add systemtap-sdt-devel to build Ruby with systemtap sdt header files.
|
||||||
Co-authored-by: Lumír Balhar <lbalhar@redhat.com>
|
Co-authored-by: Lumír Balhar <lbalhar@redhat.com>
|
||||||
|
Loading…
Reference in New Issue
Block a user