From 2aa9685103198ac924a1d3457b3906c58dd5f0f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Fri, 18 Jan 2013 12:37:26 +0100 Subject: [PATCH] Build against libdb instead of libdb4 (rhbz#894022). --- ruby.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ruby.spec b/ruby.spec index 1a2e652..aeeabe9 100644 --- a/ruby.spec +++ b/ruby.spec @@ -138,11 +138,7 @@ Requires: rubygem(bigdecimal) >= %{bigdecimal_version} BuildRequires: autoconf BuildRequires: gdbm-devel BuildRequires: ncurses-devel -%if 0%{?fedora} >= 19 BuildRequires: libdb-devel -%else -BuildRequires: db4-devel -%endif BuildRequires: libffi-devel BuildRequires: openssl-devel BuildRequires: libyaml-devel