]> git.pld-linux.org Git - packages/percona-server.git/commitdiff
- rel 2; reenable sphinx but: SphinxSE is not supported anymore starting from 3.0...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 10 Mar 2018 19:40:20 +0000 (20:40 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 10 Mar 2018 19:40:20 +0000 (20:40 +0100)
percona-server.spec

index 87b30dc481e89c5a48fa0e41085314c21c9c465d..9f6814464297f661247589c589705545d3f70ea6 100644 (file)
@@ -29,7 +29,7 @@
 %bcond_without ssl             # OpenSSL support
 %bcond_with    systemtap       # systemtap/dtrace probes
 %bcond_without tcpd            # libwrap (tcp_wrappers) support
-%bcond_with    sphinx          # Sphinx storage engine support
+%bcond_without sphinx          # Sphinx storage engine support
 %bcond_without tokudb          # TokuDB
 %bcond_without rocksdb         # RocksDB
 # mysql needs boost 1.59.0 and doesn't support newer/older boost versions
@@ -43,7 +43,7 @@
 %undefine      with_tokudb
 %endif
 
-%define                rel     1
+%define                rel     2
 %define                percona_rel     20
 %include       /usr/lib/rpm/macros.perl
 Summary:       Percona Server: a very fast and reliable SQL database engine
@@ -87,7 +87,9 @@ Patch7:               lz4.patch
 
 Patch11:       mysql-upgrade.patch
 Patch12:       mysql-config.patch
-Patch18:       mysql-sphinx.patch
+Patch17:       mysql-sphinx.patch
+# https://github.com/sphinxsearch/sphinx/pull/32/
+Patch18:       mysql-5.7-sphinx.patch
 Patch19:       mysql-chain-certs.patch
 # from fedora
 Patch20:       mysql-dubious-exports.patch
@@ -498,7 +500,10 @@ Ten pakiet zawiera standardowego demona Percona Server NDB CPC.
 %if %{with sphinx}
 # http://www.sphinxsearch.com/docs/manual-0.9.9.html#sphinxse-mysql51
 mv sphinx-*/mysqlse storage/sphinx
-%patch18 -p1
+%patch17 -p1
+cd storage/sphinx
+%patch18 -p2
+cd ../..
 %endif
 %patch1 -p1
 
This page took 0.04855 seconds and 4 git commands to generate.