Disable gdb and gdbm for gdbm rebuild

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
David Abdurachmanov 2018-07-16 15:45:04 +02:00
parent 7a4ecff9a7
commit 50e28ad3af
Signed by: davidlt
GPG Key ID: 7108702C938B13C1
1 changed files with 7 additions and 4 deletions

View File

@ -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}.0
Release: 2%{?dist}
Release: 2.0.riscv64%{?dist}
License: Python
@ -62,10 +62,10 @@ License: Python
%endif
# Support for the GDB debugger
%bcond_without gdb_hooks
%bcond_with gdb_hooks
# The dbm.gnu module (key-value database)
%bcond_without gdbm
%bcond_with gdbm
# Main interpreter loop optimization
%bcond_without computed_gotos
@ -204,7 +204,7 @@ BuildRequires: openssl-devel
BuildRequires: pkgconfig
BuildRequires: readline-devel
BuildRequires: sqlite-devel
BuildRequires: gdb
#BuildRequires: gdb
BuildRequires: tar
BuildRequires: tcl-devel
@ -1546,6 +1546,9 @@ CheckPython optimized
# ======================================================
%changelog
* Mon Jul 16 2018 David Abdurachmanov <ignatenkobrain@fedoraproject.org> - 3.7.0-2.0.riscv64
- Disable gdb and gdbm for gdbm rebuild
* Thu Jul 12 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 3.7.0-2
- Rebuild for new gdbm