From eb74ed7602fa0e5011474c0eda4c6598bb58fe5f06fe422528c1ad3fb2a79c2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sat, 21 Nov 2015 06:55:49 +0000 Subject: [PATCH] Accepting request 345192 from home:Rominf Added required and recommended packages for fish OBS-URL: https://build.opensuse.org/request/show/345192 OBS-URL: https://build.opensuse.org/package/show/shells/fish?expand=0&rev=15 --- fish.changes | 7 +++++++ fish.spec | 2 ++ 2 files changed, 9 insertions(+) diff --git a/fish.changes b/fish.changes index 0920e8a..c820798 100644 --- a/fish.changes +++ b/fish.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Nov 19 12:19:45 UTC 2015 - infroma@gmail.com + +- Recommends: terminfo (required for some terminals) +- Requires: man (required for completions, otherwise fish complains + about non existant `apropos` on every TAB) + ------------------------------------------------------------------- Mon Jul 27 06:53:55 UTC 2015 - develop7@develop7.info diff --git a/fish.spec b/fish.spec index 0a52ab0..1ac9fda 100644 --- a/fish.spec +++ b/fish.spec @@ -33,7 +33,9 @@ BuildRequires: gettext BuildRequires: groff BuildRequires: ncurses-devel BuildRequires: python +Requires: man Requires: python-curses +Recommends: terminfo BuildRoot: %{_tmppath}/%{name}-%{version}-build %description