From 6eaaa3adc35e2d0441b9699871ccfa3306d41bf1 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Sat, 23 Mar 2024 11:51:19 +0100 Subject: [PATCH] Revert "Try to fix OBS tumbleweed builds" This was a misunderstanding, the OBS tumbleweed builds build from a tarball that's pushed manually. We no longer use corrosion so this dependency is unused. This reverts commit bdde2b2b35253ad7c39549e293369e47cb1befb6. Fixes #10391 --- fish.spec.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fish.spec.in b/fish.spec.in index 4c3c84cf7..22cea739d 100644 --- a/fish.spec.in +++ b/fish.spec.in @@ -9,8 +9,7 @@ Group: System/Shells URL: https://fishshell.com/ Source0: %{name}_@VERSION@.orig.tar.xz -# Corrosion requires git, and it's not always preinstalled -BuildRequires: cargo gettext gcc-c++ xz pcre2-devel git +BuildRequires: cargo gettext gcc-c++ xz pcre2-devel BuildRequires: rust >= 1.67 %if 0%{?rhel} && 0%{?rhel} < 8