Compare commits

...

3 Commits

Author SHA1 Message Date
David Abdurachmanov ca4beea3f2
Disable gdbm for gdbm rebuild
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-07-17 20:58:44 +02:00
David Abdurachmanov 369d7c18a0
Merge commit '08290bc9c39a293634a5fc649ca27b6468f9c6d3' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-07-16 14:26:07 +02:00
David Abdurachmanov 71d7c26871 Disable gdb_hooks for riscv64
We do not build debug* packages due to not available GDB in upstream.
With gdb_hooks we would have installed, but unpackaged files.

Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-05-07 14:37:17 +02:00
1 changed files with 10 additions and 2 deletions

View File

@ -42,7 +42,9 @@
# Disabled for now:
%global with_huntrleaks 0
%ifnarch riscv64
%global with_gdb_hooks 1
%endif
%global with_systemtap 1
@ -53,7 +55,7 @@
%global with_valgrind 0
%endif
%global with_gdbm 1
%global with_gdbm 0
%if 0%{?_module_build}
%global with_valgrind 0
@ -112,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%{?dist}
Release: 5.1.riscv64%{?dist}
License: Python
Group: Development/Languages
Requires: %{python}-libs%{?_isa} = %{version}-%{release}
@ -1969,6 +1971,12 @@ 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)
* Thu Jun 14 2018 Miro Hrončok <mhroncok@redhat.com> - 2.7.15-5
- Move /usr/bin/python into a separate package
https://fedoraproject.org/wiki/Changes/Move_usr_bin_python_into_separate_package