From bbb0b61b11ffcc7240b0b472ebd04f23a691b7f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Mon, 17 Dec 2012 15:43:07 +0100 Subject: [PATCH] Enable SystemTap support. --- ruby.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 - 2.0.0.0-0.1.r37773 - Upgrade to Ruby 2.0.0 (r37773).