From 57ec20127dcd1e317c6f6eb846a72d846b180560 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Thu, 18 Jan 2018 19:41:19 +0100 Subject: [PATCH] =?UTF-8?q?R:=20gdbm-devel=20=E2=86=92=20R:=20gdbm=20for?= =?UTF-8?q?=20python3-libs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Igor Gnatenko --- python3.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python3.spec b/python3.spec index 80ce6ab..96416ce 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: 3%{?dist} +Release: 4%{?dist} License: Python @@ -444,7 +444,7 @@ 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 +Requires: gdbm%{?_isa} >= 1:1.13 %endif # For backward compatibility only, remove in F29: @@ -1489,6 +1489,9 @@ fi # ====================================================== %changelog +* Thu Jan 18 2018 Igor Gnatenko - 3.6.4-4 +- R: gdbm-devel → R: gdbm for python3-libs + * Wed Jan 17 2018 Miro Hrončok - 3.6.4-3 - Require large enough gdbm (fixup for previous bump)