From 01aa667d0c1b5c333970d3d8fdae7a558a3a27ad882d23a2b999582cd4014429 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sat, 28 Oct 2023 10:22:50 +0000 Subject: [PATCH] - Build requires git. It won't be used but it will fail if git binary is not detected. OBS-URL: https://build.opensuse.org/package/show/editors/helix?expand=0&rev=83 --- helix.changes | 5 +++++ helix.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/helix.changes b/helix.changes index 862b1a7..6437612 100644 --- a/helix.changes +++ b/helix.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Oct 28 10:22:15 UTC 2023 - Soc Virnyl Estela + +- Build requires git. It won't be used but it will fail if git binary is not detected. + ------------------------------------------------------------------- Sat Oct 28 09:44:51 UTC 2023 - Soc Virnyl Estela diff --git a/helix.spec b/helix.spec index 502cff9..e138c5c 100644 --- a/helix.spec +++ b/helix.spec @@ -39,6 +39,7 @@ BuildRequires: c_compiler BuildRequires: cargo-packaging BuildRequires: hicolor-icon-theme BuildRequires: update-desktop-files +BuildRequires: git Recommends: %{name}-runtime = %{version} ExclusiveArch: %{rust_arches}