From c45eac312a942d4fe6f5f8d0e6f28fd37343ee36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 22 Feb 2022 12:04:57 +0100 Subject: [PATCH] Add comment above the %soname_version definition --- pypy3.9.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pypy3.9.spec b/pypy3.9.spec index f7e7b9b..bb4ea19 100644 --- a/pypy3.9.spec +++ b/pypy3.9.spec @@ -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