public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-git-absorb] rawhide: Add git-core require for tests
@ 2026-07-06 14:30
0 siblings, 0 replies; only message in thread
From: @ 2026-07-06 14:30 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-git-absorb
Branch : rawhide
Commit : 32fb726d0c8bf8fea15068dea074c7d1c3baee10
Author : Timothée Ravier <tim@siosm.fr>
Date : 2026-07-02T17:12:28+02:00
Stats : +6/-0 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/rust-git-absorb/c/32fb726d0c8bf8fea15068dea074c7d1c3baee10?branch=rawhide
Log:
Add git-core require for tests
---
diff --git a/rust-git-absorb.spec b/rust-git-absorb.spec
index 95b5639..d09b5be 100644
--- a/rust-git-absorb.spec
+++ b/rust-git-absorb.spec
@@ -16,6 +16,9 @@ Source3: https://raw.githubusercontent.com/tummychow/git-absorb/refs/tags
BuildRequires: cargo-rpm-macros >= 24
BuildRequires: asciidoc
+%if %{with check}
+BuildRequires: git-core
+%endif
%global _description %{expand:
Git commit --fixup, but automatic.}
diff --git a/rust2rpm.toml b/rust2rpm.toml
index b166f6e..744a147 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -14,6 +14,9 @@ extra-files = [
build = [
"asciidoc"
]
+test = [
+ "git-core"
+]
[scripts]
build.post = [
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-06 14:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 14:30 [rpms/rust-git-absorb] rawhide: Add git-core require for tests
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox