mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 09:39:52 +08:00
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:
parent
a5156e9e0e
commit
bdde2b2b35
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user