From 6e4a6bb4c772fb2ccd28715c2a11c16656ed5738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 11 Jan 2024 13:00:06 +0100 Subject: [PATCH] Consistently use %{python3_pkgversion} --- python-PyMySQL.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-PyMySQL.spec b/python-PyMySQL.spec index 99c5844..baa8de5 100644 --- a/python-PyMySQL.spec +++ b/python-PyMySQL.spec @@ -36,7 +36,7 @@ to be a drop-in replacement for MySQLdb and work on CPython, PyPy, IronPython and Jython. -%{?python_extras_subpkg:%python_extras_subpkg -n python3-%{pypi_name} -i %{python3_sitelib}/*.egg-info rsa %{?!rhel:ed25519}} +%{?python_extras_subpkg:%python_extras_subpkg -n python%{python3_pkgversion}-%{pypi_name} -i %{python3_sitelib}/*.egg-info rsa %{?!rhel:ed25519}} %prep