From 304def6856eb19767294f762a3699e535efeb1b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Wed, 17 Dec 2014 17:06:14 +0100 Subject: [PATCH] Drop libdb dependency in favor of gdbm. --- ruby.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby.spec b/ruby.spec index d5ee478..d015e10 100644 --- a/ruby.spec +++ b/ruby.spec @@ -116,7 +116,6 @@ Requires: rubygem(bigdecimal) >= %{bigdecimal_version} BuildRequires: autoconf BuildRequires: gdbm-devel -BuildRequires: libdb-devel BuildRequires: libffi-devel BuildRequires: openssl-devel BuildRequires: libyaml-devel @@ -888,6 +887,7 @@ make check TESTS="-v $DISABLE_TESTS" - Upgrade to Ruby 2.2.0 (r48879). - Explicitly list RubyGems directories to avoid accidentaly packaged content. - Split test-unit and power_assert gems into separate sub-packages. +- Drop libdb dependency in favor of gdbm. * Mon Aug 25 2014 Vít Ondruch - 2.1.2-24 - Use load macro introduced in RPM 4.12.