From 219a5cc1c130dda0d5adde9564a09b382fc692b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Wed, 10 Jun 2015 15:20:27 +0200 Subject: [PATCH] Fix the git BR following the git package split. --- ruby.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ruby.spec b/ruby.spec index 4439319..a014a63 100644 --- a/ruby.spec +++ b/ruby.spec @@ -131,7 +131,7 @@ BuildRequires: tk-devel BuildRequires: procps BuildRequires: %{_bindir}/dtrace # RubyGems test suite optional dependencies. -BuildRequires: %{_bindir}/git +BuildRequires: git BuildRequires: %{_bindir}/cmake # This package provides %%{_bindir}/ruby-mri therefore it is marked by this @@ -879,6 +879,7 @@ make check TESTS="-v $DISABLE_TESTS" - Upgrade to Ruby 2.3.0 (r50427). - Initialize all load paths in operating_system.rb. - Fix directory ownership. +- Fix the git BR following the git package split. * Tue Feb 03 2015 Vít Ondruch - 2.2.0-5 - Make operating_system.rb more robust.