diff --git a/fish.spec b/fish.spec index c89d77b..3533100 100644 --- a/fish.spec +++ b/fish.spec @@ -1,6 +1,6 @@ Name: fish Version: 2.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A friendly interactive shell Group: System Environment/Shells @@ -25,6 +25,9 @@ BuildRequires: python3-devel %global __python %{__python3} %endif +# fish's 'math' command requires bc +Requires: bc + BuildRequires: ncurses-devel gettext groff doxygen %description @@ -103,6 +106,9 @@ fi %{_pkgdocdir} %changelog +* Sun Jun 26 2016 luto@kernel.org - 2.3.0-2 +- Require bc (rhbz 1349714) + * Sun May 22 2016 luto@kernel.org - 2.3.0-1 - Bump to 2.3.0 - Drop most Fedora patches