public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-git2] epel9: Drop unused feature flag for statically linking libgit2
@ 2026-06-19 12:41 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-06-19 12:41 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-git2
Branch : epel9
Commit : 1d57e310536921d613f5b26da176210c9a55574e
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-05-09T15:54:09+02:00
Stats  : +1/-12 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-git2/c/1d57e310536921d613f5b26da176210c9a55574e?branch=epel9

Log:
Drop unused feature flag for statically linking libgit2

---
diff --git a/rust-git2.spec b/rust-git2.spec
index 5e17073..c9ef8bc 100644
--- a/rust-git2.spec
+++ b/rust-git2.spec
@@ -114,18 +114,6 @@ use the "unstable" feature of the "%{crate}" crate.
 %files       -n %{name}+unstable-devel
 %ghost %{crate_instdir}/Cargo.toml
 
-%package     -n %{name}+vendored-libgit2-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+vendored-libgit2-devel %{_description}
-
-This package contains library source intended for building other packages which
-use the "vendored-libgit2" feature of the "%{crate}" crate.
-
-%files       -n %{name}+vendored-libgit2-devel
-%ghost %{crate_instdir}/Cargo.toml
-
 %prep
 %autosetup -n %{crate}-%{version} -p1
 %cargo_prep

diff --git a/rust2rpm.toml b/rust2rpm.toml
index dd9a9c8..155eb4a 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,5 +1,6 @@
 [features]
 hide = [
+    "vendored-libgit2",
     "vendored-openssl",
     "zlib-ng-compat",
 ]

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

only message in thread, other threads:[~2026-06-19 12:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-19 12:41 [rpms/rust-git2] epel9: Drop unused feature flag for statically linking libgit2 Fabio Valentini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox