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