Disable gdbm for gdbm rebuild

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
David Abdurachmanov 2018-07-17 20:58:44 +02:00
parent 369d7c18a0
commit ca4beea3f2
Signed by: davidlt
GPG Key ID: 7108702C938B13C1
1 changed files with 5 additions and 2 deletions

View File

@ -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 <david.abdurachmanov@gmail.com> - 2.7.15-5.1.riscv64
- Disable gdbm for gdbm rebuild
* Mon Jul 16 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 2.7.15-5.0.riscv64
- Disable gdb_hooks as we do not build debug* packages at this point (no GDB available)