public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-graph-tool] f43: Fix bogus shared-library Provides
@ 2026-07-16 17:51 Benjamin A. Beasley
  0 siblings, 0 replies; only message in thread
From: Benjamin A. Beasley @ 2026-07-16 17:51 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/python-graph-tool
Branch : f43
Commit : 24f18e5596f9d5a5761878a46b52c1f636b062ab
Author : Benjamin A. Beasley <code@musicinmybrain.net>
Date   : 2026-07-16T06:49:48+01:00
Stats  : +3/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/python-graph-tool/c/24f18e5596f9d5a5761878a46b52c1f636b062ab?branch=f43

Log:
Fix bogus shared-library Provides

---
diff --git a/python-graph-tool.spec b/python-graph-tool.spec
index 0263ef1..89c1c39 100644
--- a/python-graph-tool.spec
+++ b/python-graph-tool.spec
@@ -76,6 +76,9 @@ Patch:          https://git.skewed.de/count0/graph-tool/-/merge_requests/78.patc
 # 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-16 17:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-16 17:51 [rpms/python-graph-tool] f43: 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