Rebuild for riscv64

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2022-09-15 14:56:03 +03:00
parent 4f332c2299
commit a8ef75f9c6
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 6 additions and 2 deletions

View File

@ -17,7 +17,7 @@ URL: https://www.python.org/
#global prerel ...
%global upstream_version %{general_version}%{?prerel}
Version: %{general_version}%{?prerel:~%{prerel}}
Release: 1.0.riscv64%{?dist}
Release: 1.4.riscv64%{?dist}
License: Python
@ -74,7 +74,7 @@ License: Python
%bcond_without optimizations
# Run the test suite in %%check
%bcond_without tests
%bcond_with tests
# Extra build for debugging the interpreter or C-API extensions
# (the -debug subpackages)
@ -1598,6 +1598,10 @@ CheckPython optimized
# ======================================================
%changelog
* Thu Sep 15 2022 David Abdurachmanov <davidlt@rivosinc.com> - 3.10.7-1.4.riscv64
- Rebuild for riscv64
- Disable tests for now
* Wed Sep 07 2022 Miro Hrončok <mhroncok@redhat.com> - 3.10.7-1
- Update to 3.10.7
- Contains security fix for CVE-2020-10735