Disable gdbm for gdbm rebuild
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This commit is contained in:
parent
369d7c18a0
commit
ca4beea3f2
@ -55,7 +55,7 @@
|
|||||||
%global with_valgrind 0
|
%global with_valgrind 0
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%global with_gdbm 1
|
%global with_gdbm 0
|
||||||
|
|
||||||
%if 0%{?_module_build}
|
%if 0%{?_module_build}
|
||||||
%global with_valgrind 0
|
%global with_valgrind 0
|
||||||
@ -114,7 +114,7 @@ Summary: An interpreted, interactive, object-oriented programming language
|
|||||||
Name: %{python}
|
Name: %{python}
|
||||||
# Remember to also rebase python2-docs when changing this:
|
# Remember to also rebase python2-docs when changing this:
|
||||||
Version: 2.7.15
|
Version: 2.7.15
|
||||||
Release: 5.0.riscv64%{?dist}
|
Release: 5.1.riscv64%{?dist}
|
||||||
License: Python
|
License: Python
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
Requires: %{python}-libs%{?_isa} = %{version}-%{release}
|
Requires: %{python}-libs%{?_isa} = %{version}-%{release}
|
||||||
@ -1971,6 +1971,9 @@ CheckPython \
|
|||||||
# ======================================================
|
# ======================================================
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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)
|
- Disable gdb_hooks as we do not build debug* packages at this point (no GDB available)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user