From 991549d22c771c7f6b12ba9d71ddbb9af89cc7b3 Mon Sep 17 00:00:00 2001 From: Erich Cordoba Date: Thu, 19 Jul 2018 18:25:47 -0500 Subject: [PATCH] Add bison build requirement for mariadb MariaDB downloaded from upstream requires bison to build, this caused a failure in the building. Adding the proper line in the spec file solves the issue Story: 2003041 Task: 23075 Change-Id: I4d404ae02b9e3166fb49bed318058860a4e1519f Signed-off-by: Erich Cordoba (cherry picked from commit 03638003db14dcd6a7ec6e454ed1aad58c855aa2) --- mariadb/centos/mariadb.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/mariadb/centos/mariadb.spec b/mariadb/centos/mariadb.spec index 1ca23fa..5a1a82a 100644 --- a/mariadb/centos/mariadb.spec +++ b/mariadb/centos/mariadb.spec @@ -191,6 +191,7 @@ Patch40: %{pkgnamepatch}-galera.cnf.patch # Patch41: %{pkgnamepatch}-galera-new-cluster-help.patch BuildRequires: cmake +BuildRequires: bison BuildRequires: gcc-c++ BuildRequires: libaio-devel BuildRequires: libedit-devel