From 4dad791d0a997e7e905a3d15eaf1032bd875d780 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 24 Aug 2026 14:28:01 +0200 Subject: [PATCH] Fix build with different extension module filename The filename is now _libgeopm_py_cffi.abi3-x86_64-linux-gnu.so :/ Make it build regardless. --- python-geopmpy.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-geopmpy.spec b/python-geopmpy.spec index d127834..722a9bf 100644 --- a/python-geopmpy.spec +++ b/python-geopmpy.spec @@ -62,7 +62,7 @@ cd %{prj_name} %files -n python3-%{prj_name} -f %{pyproject_files} %license LICENSE-BSD-3-Clause %doc README.md -%{python3_sitearch}/_libgeopm_py_cffi.abi3.so +%{python3_sitearch}/_libgeopm_py_cffi.abi3*.so %{_bindir}/geopmlaunch %changelog