[fish] Fix a build failure.

amluto amluto at fedoraproject.org
Mon Apr 28 17:17:06 UTC 2014


commit fa9ec4d7350f59430e515c6916290e26f2f2535e
Author: Andy Lutomirski <luto at amacapital.net>
Date:   Mon Apr 28 10:13:55 2014 -0700

    Fix a build failure.

 fish.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
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 <luto at mit.edu> - 2.1.0-8
+- Fix build failure
+
 * Mon Apr 28 2014 Andy Lutomirski <luto at mit.edu> - 2.1.0-7
 - Fix CVE-2014-2905
 - Fix CVE-2014-2906


More information about the scm-commits mailing list