From 353f180766cab9cded82e7f042a372e49a3da16c Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Aug 17 2018 09:54:55 +0000 Subject: Fix wrong requirement on gdbm Signed-off-by: Igor Gnatenko --- diff --git a/python36.spec b/python36.spec index 6e2eeb1..1e1ce7c 100644 --- a/python36.spec +++ b/python36.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}.6 -Release: 2%{?dist} +Release: 3%{?dist} License: Python @@ -450,7 +450,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%{?_isa} >= 1:1.13 +Requires: gdbm-libs%{?_isa} >= 1:1.13 %endif # There are files in the standard library that have python shebang. @@ -1543,6 +1543,9 @@ CheckPython optimized # ====================================================== %changelog +* Fri Aug 10 2018 Igor Gnatenko - 3.6.6-3 +- Fix wrong requirement on gdbm + * Sat Jul 14 2018 Fedora Release Engineering - 3.6.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild