public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-geopmpy] rawhide: Fix build with different extension module filename
@ 2026-08-24 13:42 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-24 13:42 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/python-geopmpy
            Branch : rawhide
            Commit : 4dad791d0a997e7e905a3d15eaf1032bd875d780
            Author : Miro Hrončok <miro@hroncok.cz>
            Date   : 2026-08-24T14:28:01+02:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/python-geopmpy/c/4dad791d0a997e7e905a3d15eaf1032bd875d780?branch=rawhide

            Log:
            Fix build with different extension module filename

The filename is now _libgeopm_py_cffi.abi3-x86_64-linux-gnu.so :/

Make it build regardless.

---
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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-24 13:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-24 13:42 [rpms/python-geopmpy] rawhide: Fix build with different extension module filename 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox