Try to fix OBS tumbleweed builds

Add git as a build requirement. Package name guessed then confirmed by searching
on rpm.pbone.net against openSUSE Tumbleweed.

Log excerpt:

[   14s] CMake Error at /usr/share/cmake/Modules/ExternalProject.cmake:2910 (message):
[   14s]   error: could not find git for clone of corrosion-populate
This commit is contained in:
Mahmoud Al-Qudsi 2024-03-22 22:35:44 -05:00
parent a5156e9e0e
commit bdde2b2b35

View File

@ -9,7 +9,8 @@ Group: System/Shells
URL: https://fishshell.com/
Source0: %{name}_@VERSION@.orig.tar.xz
BuildRequires: cargo gettext gcc-c++ xz pcre2-devel
# Corrosion requires git, and it's not always preinstalled
BuildRequires: cargo gettext gcc-c++ xz pcre2-devel git
BuildRequires: rust >= 1.67
%if 0%{?rhel} && 0%{?rhel} < 8