From 60eff5e20777179bc3272a99baf8c2f23595caa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 17 Jan 2018 11:48:11 +0100 Subject: [PATCH] Require large enough gdbm (fixup for previous commit) --- python37.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python37.spec b/python37.spec index 4ca9d39..bd552d0 100644 --- a/python37.spec +++ b/python37.spec @@ -459,6 +459,11 @@ Obsoletes: python3-enum34 < 1.0.4-5%{?dist} # See https://bugzilla.redhat.com/show_bug.cgi?id=1410644 Requires: glibc%{?_isa} >= 2.24.90-26 +%if %{with gdbm} +# When built with this (as guarded by the BuildRequires above), require it +Requires: gdbm-devel%{?_isa} >= 1:1.13 +%endif + # For backward compatibility only, remove in F29: Provides: system-python-libs = %{version}-%{release} Provides: system-python-libs%{?_isa} = %{version}-%{release}