Namespace the debugsources to fix installation conflict with other PyPys

This commit is contained in:
Miro Hrončok 2022-03-03 01:26:37 +01:00
parent 55260ec6b6
commit 5e17ad8cbd
1 changed files with 2 additions and 1 deletions

View File

@ -553,7 +553,7 @@ unset LD_LIBRARY_PATH
# Capture the RPython source code files from the build within the debuginfo
# package (rhbz#666975)
%global pypy_debuginfo_dir /usr/src/debug/pypy-%{version_}-src
%global pypy_debuginfo_dir /usr/src/debug/pypy%{pyversion}-%{version_}-src
mkdir -p %{buildroot}%{pypy_debuginfo_dir}
# copy over everything:
@ -817,6 +817,7 @@ CheckPyPy pypy%{pyversion}-c
* Tue Mar 01 2022 Miro Hrončok <mhroncok@redhat.com> - 7.3.8-1.3.9
- 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)
- Namespace the debugsources to fix installation conflict with other PyPys
- Fixes: rhbz#2053880
- This is now the main PyPy 3 on Fedora 36+
- Fixes: rhbz#2059670