public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/python-geopmpy] rawhide: Fix build with different extension module filename
Date: Mon, 24 Aug 2026 13:42:48 GMT [thread overview]
Message-ID: <178757896880.1.14797741360361307951.rpms-python-geopmpy-4dad791d0a99@fedoraproject.org> (raw)
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
reply other threads:[~2026-08-24 13:42 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178757896880.1.14797741360361307951.rpms-python-geopmpy-4dad791d0a99@fedoraproject.org \
--to=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox