From 5c778b5332822ad437f6c916c6a25e155f32306a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 24 Jul 2018 16:32:41 +0200 Subject: [PATCH] Add missing BuildRequires on gcc make: gcc: Command not found References: https://bugzilla.redhat.com/show_bug.cgi?id=1606202 Signed-off-by: Igor Gnatenko --- rubygem-http_parser.rb.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/rubygem-http_parser.rb.spec b/rubygem-http_parser.rb.spec index 354fa01..6a09e2b 100644 --- a/rubygem-http_parser.rb.spec +++ b/rubygem-http_parser.rb.spec @@ -13,6 +13,7 @@ Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem # name. Patch aims to update them to the newer Expectations. Patch0: http_parser.rb-0.6.0-rspec3.patch Patch1: http_parser.rb-0.6.0-usr_bin_ruby.patch +BuildRequires: gcc BuildRequires: rubygems-devel BuildRequires: ruby-devel BuildRequires: rubygem-rspec