From 1a43a65185f0f0371e3ee0fc7341535a7929486b Mon Sep 17 00:00:00 2001 From: Miro Hrončok Date: Jan 17 2018 10:50:59 +0000 Subject: Require large enough gdbm (fixup for previous commit) --- diff --git a/python3.spec b/python3.spec index 02b4557..80ce6ab 100644 --- a/python3.spec +++ b/python3.spec @@ -14,7 +14,7 @@ URL: https://www.python.org/ # WARNING When rebasing to a new Python version, # remember to update the python3-docs package as well Version: %{pybasever}.4 -Release: 2%{?dist} +Release: 3%{?dist} License: Python @@ -442,6 +442,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} @@ -1484,6 +1489,9 @@ fi # ====================================================== %changelog +* Wed Jan 17 2018 Miro Hrončok - 3.6.4-3 +- Require large enough gdbm (fixup for previous bump) + * Tue Jan 16 2018 Charalampos Stratakis - 3.6.4-2 - Rebuild for reverted gdbm 1.13 on Fedora 27