public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rubygem-rugged] rawhide: Avoid depending on the unversioned libgit2 package
@ 2026-06-25  2:06 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-06-25  2:06 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rubygem-rugged
Branch : rawhide
Commit : bfb7ffa68539255c858702f2ef9f6984a322305e
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-06-06T20:59:23+02:00
Stats  : +5/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/rubygem-rugged/c/bfb7ffa68539255c858702f2ef9f6984a322305e?branch=rawhide

Log:
Avoid depending on the unversioned libgit2 package

---
diff --git a/rubygem-rugged.spec b/rubygem-rugged.spec
index 31b053e..3fad7ba 100644
--- a/rubygem-rugged.spec
+++ b/rubygem-rugged.spec
@@ -3,7 +3,7 @@
 Summary:       Rugged is a Ruby binding to the libgit2 library
 Name:          rubygem-%{gem_name}
 Version:       1.9.0
-Release:       5%{?dist}
+Release:       6%{?dist}
 
 License:       MIT
 URL:           https://github.com/libgit2/rugged
@@ -16,7 +16,7 @@ Requires:      ruby
 BuildRequires: gcc
 BuildRequires: ruby
 BuildRequires: cmake
-BuildRequires: libgit2-devel >= %{version}
+BuildRequires: (pkgconfig(libgit2) >= 1.9.0 with pkgconfig(libgit2) < 1.10.0~)
 BuildRequires: ruby-devel
 BuildRequires: rubygem(minitest)
 BuildRequires: rubygems-devel
@@ -75,6 +75,9 @@ rm -rf %{buildroot}%{gem_instdir}/ext/
 %doc %{gem_docdir}
 
 %changelog
+* Sat Jun 06 2026 Fabio Valentini <decathorpe@gmail.com> - 1.9.0-6
+- Avoid depending on the unversioned libgit2 package.
+
 * Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-25  2:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-25  2:06 [rpms/rubygem-rugged] 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