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
f11fa48d8f
1 changed files with 2 additions and 4 deletions
|
|
@ -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 <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
|
||||
- Add systemtap-sdt-devel to build Ruby with systemtap sdt header files.
|
||||
Co-authored-by: Lumír Balhar <lbalhar@redhat.com>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue