[ruby/ruby-2.0] Enable SystemTap support.

Vít Ondruch vondruch at fedoraproject.org
Thu Dec 20 14:04:55 UTC 2012


commit bbb0b61b11ffcc7240b0b472ebd04f23a691b7f8
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Mon Dec 17 15:43:07 2012 +0100

    Enable SystemTap support.

 ruby.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/ruby.spec b/ruby.spec
index f741626..a8d7893 100644
--- a/ruby.spec
+++ b/ruby.spec
@@ -122,6 +122,7 @@ BuildRequires: readline-devel
 BuildRequires: tk-devel
 # Needed to pass test_set_program_name(TestRubyOptions)
 BuildRequires: procps
+BuildRequires: %{_bindir}/dtrace
 
 %description
 Ruby is the interpreted scripting language for quick and easy
@@ -786,7 +787,7 @@ make check TESTS="-v $DISABLE_TESTS"
 - RDoc now depends on JSON.
 - Try to make -doc subpackage noarch again, since the new RDoc should resolve
   the arch dependent issues (https://github.com/rdoc/rdoc/issues/71).
-
+- Enable SystemTap support.
 
 * Tue Nov 20 2012 Vít Ondruch <vondruch at redhat.com> - 2.0.0.0-0.1.r37773
 - Upgrade to Ruby 2.0.0 (r37773).


More information about the scm-commits mailing list