Compare commits

...

4 Commits

Author SHA1 Message Date
David Abdurachmanov 3055666951
Merge remote-tracking branch 'up/f29' into f29-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
2018-10-16 17:20:47 +02:00
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 6 additions and 1 deletions

View File

@ -43,7 +43,9 @@
# Disabled for now:
%global with_huntrleaks 0
%ifnarch riscv64
%global with_gdb_hooks 1
%endif
%global with_systemtap 1
@ -123,7 +125,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: 11%{?dist}
Release: 11.0.riscv64%{?dist}
License: Python
Group: Development/Languages
Requires: %{python}-libs%{?_isa} = %{version}-%{release}
@ -2027,6 +2029,9 @@ CheckPython \
# ======================================================
%changelog
* Tue Oct 16 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 2.7.15-11.0.riscv64
- Add support for RISC-V (riscv64)
* Mon Sep 24 2018 Miro Hrončok <mhroncok@redhat.com> - 2.7.15-11
- Security fix for CVE-2018-14647 (#1631822)