Disable Sphinx - circural dependency
This commit is contained in:
parent
3775a7afa5
commit
65d1b5a319
@ -3,7 +3,7 @@
|
|||||||
%global pkgnamepatch mariadb
|
%global pkgnamepatch mariadb
|
||||||
|
|
||||||
# Regression tests may take a long time (many cores recommended), skip them by
|
# Regression tests may take a long time (many cores recommended), skip them by
|
||||||
%{!?runselftest:%global runselftest 1}
|
%{!?runselftest:%global runselftest 0}
|
||||||
|
|
||||||
# Set this to 1 to see which tests fail, but 0 on production ready build
|
# Set this to 1 to see which tests fail, but 0 on production ready build
|
||||||
%global ignore_testsuite_result 0
|
%global ignore_testsuite_result 0
|
||||||
@ -196,7 +196,7 @@ BuildRequires: krb5-devel
|
|||||||
BuildRequires: selinux-policy-devel
|
BuildRequires: selinux-policy-devel
|
||||||
%{?with_init_systemd:BuildRequires: systemd systemd-devel}
|
%{?with_init_systemd:BuildRequires: systemd systemd-devel}
|
||||||
# Sphinx storage engine
|
# Sphinx storage engine
|
||||||
BuildRequires: sphinx libsphinxclient libsphinxclient-devel
|
#BuildRequires: sphinx libsphinxclient libsphinxclient-devel
|
||||||
# Bison SQL parser
|
# Bison SQL parser
|
||||||
BuildRequires: bison bison-devel
|
BuildRequires: bison bison-devel
|
||||||
|
|
||||||
@ -398,7 +398,7 @@ Requires: %{_sysconfdir}/my.cnf.d
|
|||||||
Requires: coreutils
|
Requires: coreutils
|
||||||
Requires(pre): /usr/sbin/useradd
|
Requires(pre): /usr/sbin/useradd
|
||||||
# Sphinx storage engine
|
# Sphinx storage engine
|
||||||
Recommends: sphinx libsphinxclient
|
#Recommends: sphinx libsphinxclient
|
||||||
# Bison SQL parser
|
# Bison SQL parser
|
||||||
Requires: bison
|
Requires: bison
|
||||||
# Cracklib plugin:
|
# Cracklib plugin:
|
||||||
@ -1417,6 +1417,7 @@ fi
|
|||||||
%changelog
|
%changelog
|
||||||
* Tue Jul 11 2017 Michal Schorm <mschorm@redhat.com> - 3:10.2.6-2
|
* Tue Jul 11 2017 Michal Schorm <mschorm@redhat.com> - 3:10.2.6-2
|
||||||
- Disable Dtrace
|
- Disable Dtrace
|
||||||
|
- Disable Sphinx, circural dependency
|
||||||
|
|
||||||
* Tue Jul 11 2017 Michal Schorm <mschorm@redhat.com> - 3:10.2.6-1
|
* Tue Jul 11 2017 Michal Schorm <mschorm@redhat.com> - 3:10.2.6-1
|
||||||
- Rebase to 10.2.6
|
- Rebase to 10.2.6
|
||||||
|
Loading…
Reference in New Issue
Block a user