Compare commits
3 Commits
master
...
master-ris
Author | SHA1 | Date | |
---|---|---|---|
ca4beea3f2 | |||
369d7c18a0 | |||
71d7c26871 |
12
python2.spec
12
python2.spec
@ -42,7 +42,9 @@
|
|||||||
# Disabled for now:
|
# Disabled for now:
|
||||||
%global with_huntrleaks 0
|
%global with_huntrleaks 0
|
||||||
|
|
||||||
|
%ifnarch riscv64
|
||||||
%global with_gdb_hooks 1
|
%global with_gdb_hooks 1
|
||||||
|
%endif
|
||||||
|
|
||||||
%global with_systemtap 1
|
%global with_systemtap 1
|
||||||
|
|
||||||
@ -53,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
|
||||||
@ -112,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%{?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}
|
||||||
@ -1969,6 +1971,12 @@ 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
|
||||||
|
- 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
|
* Thu Jun 14 2018 Miro Hrončok <mhroncok@redhat.com> - 2.7.15-5
|
||||||
- Move /usr/bin/python into a separate package
|
- Move /usr/bin/python into a separate package
|
||||||
https://fedoraproject.org/wiki/Changes/Move_usr_bin_python_into_separate_package
|
https://fedoraproject.org/wiki/Changes/Move_usr_bin_python_into_separate_package
|
||||||
|
Loading…
Reference in New Issue
Block a user