Make PyPy 3.9 the main PyPy 3 on Fedora 36+

This commit is contained in:
Miro Hrončok 2022-03-02 00:02:24 +01:00
parent e46ca72767
commit 55260ec6b6
1 changed files with 8 additions and 2 deletions

View File

@ -64,7 +64,11 @@ URL: http://pypy.org/
# We refer to this subdir of the source tree in a few places during the build:
%global goal_dir pypy/goal
%if 0%{?fedora} >= 36
%bcond_without main_pypy3
%else
%bcond_with main_pypy3
%endif
%ifarch %{ix86} x86_64 %{arm}
%global _package_note_linker gold
@ -181,8 +185,8 @@ Provides: pypy3 = %{version}-%{release}
Provides: pypy3%{?_isa} = %{version}-%{release}
# This is when pypy3 package was replaced:
Obsoletes: pypy3 < 7.3.4-4
# This is when pypy3 was provided by pypy3.7:
Conflicts: pypy3 < 7.3.7-1
# This is when pypy3 was provided by pypy3.8:
Conflicts: pypy3 < 7.3.8-1
%endif
# This prevents ALL subpackages built from this spec to require
@ -814,6 +818,8 @@ CheckPyPy pypy%{pyversion}-c
- Include the Python version in Release to workaround debuginfo conflicts
and make same builds of different PyPy sort in a predictable way (e.g. wrt Obsoletes)
- Fixes: rhbz#2053880
- This is now the main PyPy 3 on Fedora 36+
- Fixes: rhbz#2059670
* Tue Feb 22 2022 Miro Hrončok <mhroncok@redhat.com> - 7.3.8-1
- Update to 7.3.8 final