Add comment above the %soname_version definition

This commit is contained in:
Miro Hrončok 2022-02-22 12:04:57 +01:00
parent f97fb4af29
commit c45eac312a
1 changed files with 2 additions and 0 deletions

View File

@ -447,6 +447,8 @@ BuildPyPy \
%global installation_archive_name pypy%{pyversion}-%{version_}
%global packaging_builddir builddir
%global packaged_prefix %{packaging_builddir}/%{installation_archive_name}
# We will set an arbitrary downstream-only soname version, as it is required
# See https://docs.fedoraproject.org/en-US/packaging-guidelines/#_downstream_so_name_versioning
%global soname_version 0.1
%{bootstrap_python_interp} pypy/tool/release/package.py --archive-name '%{installation_archive_name}' --builddir '%{packaging_builddir}' --no-embedded-dependencies