From 664167ff4ea5dc77444670f3f9d6cdc5526f09d36f752394515490f30c465f5e Mon Sep 17 00:00:00 2001 From: Simon Lees Date: Wed, 18 Oct 2023 01:13:57 +0000 Subject: [PATCH] Accepting request 1118242 from home:mcepl:branches:shells - Actually, awk is required for many scripts provided with the shell. OBS-URL: https://build.opensuse.org/request/show/1118242 OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=82 --- fish.changes | 6 ++++++ fish.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/fish.changes b/fish.changes index 997a509..bafdfbd 100644 --- a/fish.changes +++ b/fish.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 17 08:40:39 UTC 2023 - Matej Cepl + +- Actually, awk is required for many scripts provided with the + shell. + ------------------------------------------------------------------- Tue Apr 18 03:15:56 UTC 2023 - Luciano Santos diff --git a/fish.spec b/fish.spec index 864da53..27a656b 100644 --- a/fish.spec +++ b/fish.spec @@ -35,6 +35,7 @@ BuildRequires: ncurses-devel BuildRequires: pcre2-devel >= 10.21 BuildRequires: pkgconfig BuildRequires: update-desktop-files +Requires: awk Requires: bc Requires: man Recommends: terminfo