From fa9ec4d7350f59430e515c6916290e26f2f2535e Mon Sep 17 00:00:00 2001 From: Andy Lutomirski Date: Mon, 28 Apr 2014 10:13:55 -0700 Subject: [PATCH] Fix a build failure. --- fish.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/fish.spec b/fish.spec index c7556df..aaa6bec 100644 --- a/fish.spec +++ b/fish.spec @@ -1,6 +1,6 @@ Name: fish Version: 2.1.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A friendly interactive shell Group: System Environment/Shells @@ -15,6 +15,9 @@ Patch4: fish-upstream-CVE-2014-2906.patch BuildRequires: ncurses-devel gettext groff doxygen +# Temporary -- remove once CVE-2014-2905 is fixed in a release +BuildRequires: autoconf + %description fish is a fully-equipped command line shell (like bash or zsh) that is smart and user-friendly. fish supports powerful features like syntax @@ -81,6 +84,9 @@ fi %changelog +* Mon Apr 28 2014 Andy Lutomirski - 2.1.0-8 +- Fix build failure + * Mon Apr 28 2014 Andy Lutomirski - 2.1.0-7 - Fix CVE-2014-2905 - Fix CVE-2014-2906