public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-pygit2] rawhide: Avoid depending on the unversioned libgit2 package
@ 2026-06-08 20:18 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-06-08 20:18 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-pygit2
Branch : rawhide
Commit : b0d0653d74b3bdb0e72e318fc97f722d65a4f1d8
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-06-06T20:42:44+02:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-pygit2/c/b0d0653d74b3bdb0e72e318fc97f722d65a4f1d8?branch=rawhide
Log:
Avoid depending on the unversioned libgit2 package
---
diff --git a/python-pygit2.spec b/python-pygit2.spec
index 9928bed..e0a8695 100644
--- a/python-pygit2.spec
+++ b/python-pygit2.spec
@@ -15,7 +15,7 @@ Patch: python-pygit2-network-tests.patch
BuildRequires: make
BuildRequires: gcc
-BuildRequires: (libgit2-devel >= 1.9.2 with libgit2-devel < 1.10.0)
+BuildRequires: (pkgconfig(libgit2) >= 1.9.2 with pkgconfig(libgit2) < 1.10.0~)
%description
pygit2 is a set of Python bindings to the libgit2 library, which implements
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-08 20:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-08 20:18 [rpms/python-pygit2] rawhide: Avoid depending on the unversioned libgit2 package Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox