public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/geopmd] rawhide: Fix build with different extension module filename
@ 2026-08-24 11:37
0 siblings, 0 replies; only message in thread
From: @ 2026-08-24 11:37 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/geopmd
Branch : rawhide
Commit : 93479602d463410144f8d9f3c862285d61aee8db
Author : Miro Hrončok <miro@hroncok.cz>
Date : 2026-08-24T13:35:58+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/geopmd/c/93479602d463410144f8d9f3c862285d61aee8db?branch=rawhide
Log:
Fix build with different extension module filename
The filename is now _libgeopmd_py_cffi.abi3-x86_64-linux-gnu.so :/
Make it build regardless.
---
diff --git a/geopmd.spec b/geopmd.spec
index d2df979..5ec832b 100644
--- a/geopmd.spec
+++ b/geopmd.spec
@@ -96,7 +96,7 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} %{python3} -m unittest discover -p 'T
%{_bindir}/geopmread
%{_bindir}/geopmwrite
%{_bindir}/geopmsession
-%{python3_sitearch}/_libgeopmd_py_cffi.abi3.so
+%{python3_sitearch}/_libgeopmd_py_cffi.abi3*.so
%{python3_sitearch}/%{prj_name}/geopm_service.proto
%changelog
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-24 11:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-24 11:37 [rpms/geopmd] 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