[mariadb-galera] Build with system libedit Resolves: #1079637

Honza Horak hhorak at fedoraproject.org
Wed Oct 1 06:49:21 UTC 2014


commit 2af35aa60e3534b90ea11537b51f7b61e72587e7
Author: Honza Horak <hhorak at redhat.com>
Date:   Wed Oct 1 08:49:08 2014 +0200

    Build with system libedit
    Resolves: #1079637

 mariadb-galera.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/mariadb-galera.spec b/mariadb-galera.spec
index 27da39e..efb48c4 100644
--- a/mariadb-galera.spec
+++ b/mariadb-galera.spec
@@ -98,7 +98,7 @@
 
 Name:             %{pkgname}
 Version:          %{compatver}.%{bugfixver}
-Release:          2%{?dist}
+Release:          3%{?dist}
 Epoch:            1
 
 Summary:          A community developed branch of MySQL
@@ -165,7 +165,7 @@ BuildRequires:    libaio-devel
 BuildRequires:    openssl-devel
 BuildRequires:    ncurses-devel
 BuildRequires:    perl
-BuildRequires:    readline-devel
+BuildRequires:    libedit-devel
 BuildRequires:    systemtap-sdt-devel
 BuildRequires:    zlib-devel
 # auth_pam.so plugin will be build if pam-devel is installed
@@ -620,7 +620,6 @@ export LDFLAGS
          -DENABLED_LOCAL_INFILE=ON \
          -DENABLE_DTRACE=ON \
          -DWITH_EMBEDDED_SERVER=ON \
-         -DWITH_READLINE=ON \
          -DWITH_SSL=system \
          -DWITH_ZLIB=system \
 %{?with_pcre: -DWITH_PCRE=system}\
@@ -1220,6 +1219,10 @@ fi
 %endif
 
 %changelog
+* Wed Oct 01 2014 Honza Horak <hhorak at redhat.com> - 1:10.0.13-3
+- Build with system libedit
+  Resolves: #1079637
+
 * Tue Sep 30 2014 Honza Horak <hhorak at redhat.com> - 1:10.0.13-2
 - Disable vcol_supported_sql_funcs_myisam test on all arches
   Related: #1096787


More information about the scm-commits mailing list