From b5b3a8bc0da34630c1d9fbd091bcde91b9951678 Mon Sep 17 00:00:00 2001 From: Arjen Heidinga Date: Wed, 27 Mar 2019 09:29:42 +0000 Subject: [PATCH] Add zlib-devel as BuildRequire This is needed to compile zlib support. I think it is by accident available in the original buildroot, but not in mine. I think it is better to explicitly name it. Related: rhbz#1688758 --- ruby.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/ruby.spec b/ruby.spec index 925f62e..66a8c72 100644 --- a/ruby.spec +++ b/ruby.spec @@ -184,6 +184,7 @@ BuildRequires: procps %{?with_hardening_test:BuildRequires: %{_bindir}/checksec} BuildRequires: multilib-rpm-config BuildRequires: gcc +BuildRequires: zlib-devel # This package provides %%{_bindir}/ruby-mri therefore it is marked by this # virtual provide. It can be installed as dependency of rubypick.