public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-graph-tool] rawhide: Fix bogus shared-library Provides
@ 2026-07-15 8:50 Benjamin A. Beasley
0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-15 8:50 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-graph-tool
Branch : rawhide
Commit : b49df29c1139c8fbef7d719fb6c4474d132f9f05
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date : 2026-07-14T11:59:34+01:00
Stats : +3/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-graph-tool/c/b49df29c1139c8fbef7d719fb6c4474d132f9f05?branch=rawhide
Log:
Fix bogus shared-library Provides
---
diff --git a/python-graph-tool.spec b/python-graph-tool.spec
index 5a74510..89ecfe3 100644
--- a/python-graph-tool.spec
+++ b/python-graph-tool.spec
@@ -115,6 +115,9 @@ Source: https://downloads.skewed.de/graph-tool/graph-tool-%{version}.tar
# https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
ExcludeArch: %{ix86}
+# We need this because the Python extensions’ filenames begin with “lib”.
+%global __provides_exclude_from ^%{python3_sitearch}/graph_tool/.*\\.so$
+
BuildRequires: make
BuildRequires: git-core
BuildRequires: autoconf
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-15 8:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-15 8:50 [rpms/python-graph-tool] rawhide: Fix bogus shared-library Provides Benjamin A. Beasley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox