diff --git a/python2.spec b/python2.spec index b02c1e5..61274d4 100644 --- a/python2.spec +++ b/python2.spec @@ -55,7 +55,7 @@ %global with_valgrind 0 %endif -%global with_gdbm 1 +%global with_gdbm 0 %if 0%{?_module_build} %global with_valgrind 0 @@ -114,7 +114,7 @@ Summary: An interpreted, interactive, object-oriented programming language Name: %{python} # Remember to also rebase python2-docs when changing this: Version: 2.7.15 -Release: 5.0.riscv64%{?dist} +Release: 5.1.riscv64%{?dist} License: Python Group: Development/Languages Requires: %{python}-libs%{?_isa} = %{version}-%{release} @@ -1971,6 +1971,9 @@ CheckPython \ # ====================================================== %changelog +* Tue Jul 17 2018 David Abdurachmanov - 2.7.15-5.1.riscv64 +- Disable gdbm for gdbm rebuild + * Mon Jul 16 2018 David Abdurachmanov - 2.7.15-5.0.riscv64 - Disable gdb_hooks as we do not build debug* packages at this point (no GDB available)