From b5823ac5e18c2b72a5b73177120f5f5fbecf81a4 Mon Sep 17 00:00:00 2001 From: David Adam Date: Sat, 27 Mar 2021 23:10:55 +0800 Subject: [PATCH] fish.spec: add SUSE depends on ncurses-utils eg tput --- fish.spec.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fish.spec.in b/fish.spec.in index 5942ca2a2..40d894453 100644 --- a/fish.spec.in +++ b/fish.spec.in @@ -19,6 +19,8 @@ BuildRequires: cmake pcre2-devel %if 0%{?suse_version} BuildRequires: update-desktop-files +# for tput etc +Requires: ncurses-utils %endif # for tests