Compare commits

...

5 Commits

Author SHA1 Message Date
31719c854e
Merge remote-tracking branch 'up/master' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2020-01-20 08:38:49 +02:00
ec4f7cd847
Disable bootstrap
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2019-12-05 19:18:46 +02:00
e5917b5932
Merge remote-tracking branch 'up/master' into master-riscv64
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2019-12-05 19:18:16 +02:00
98cbe43bc4
Bootstrap
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2019-12-04 13:28:34 +02:00
addb01e396
Disable test_posix on riscv64 (failing test)
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
2019-12-04 10:32:56 +02:00

View File

@ -17,7 +17,7 @@ URL: https://www.python.org/
%global prerel a2
%global upstream_version %{general_version}%{?prerel}
Version: %{general_version}%{?prerel:~%{prerel}}
Release: 1%{?dist}
Release: 1.0.riscv64%{?dist}
License: Python
@ -1061,6 +1061,9 @@ CheckPython() {
%ifarch %{mips64}
-x test_ctypes \
%endif
%ifarch riscv64
-x test_posix \
%endif
echo FINISHED: CHECKING OF PYTHON FOR CONFIGURATION: $ConfName
@ -1567,6 +1570,9 @@ CheckPython optimized
# ======================================================
%changelog
* Mon Jan 20 2020 David Abdurachmanov <david.abdurachmanov@sifive.com> - 3.9.0~a2-1.0.riscv64
- Disable test_posix test on riscv64 (failing)
* Thu Dec 19 2019 Miro Hrončok <mhroncok@redhat.com> - 3.9.0~a2-1
- Rebased to Python 3.9.0a2