Temporarily disabling oqgraph for
https://mariadb.atlassian.net/browse/MDEV-9479
This commit is contained in:
parent
35f670f8ce
commit
0265f229ab
13
mariadb.spec
13
mariadb.spec
@ -41,7 +41,8 @@
|
|||||||
# The Open Query GRAPH engine (OQGRAPH) is a computation engine allowing
|
# The Open Query GRAPH engine (OQGRAPH) is a computation engine allowing
|
||||||
# hierarchies and more complex graph structures to be handled in a relational
|
# hierarchies and more complex graph structures to be handled in a relational
|
||||||
# fashion; enabled by default
|
# fashion; enabled by default
|
||||||
%bcond_without oqgraph
|
# Temporarily disabling oqgraph: https://mariadb.atlassian.net/browse/MDEV-9479
|
||||||
|
%bcond_with oqgraph
|
||||||
|
|
||||||
# For some use cases we do not need some parts of the package
|
# For some use cases we do not need some parts of the package
|
||||||
%bcond_without clibrary
|
%bcond_without clibrary
|
||||||
@ -116,7 +117,7 @@
|
|||||||
|
|
||||||
Name: mariadb
|
Name: mariadb
|
||||||
Version: %{compatver}.%{bugfixver}
|
Version: %{compatver}.%{bugfixver}
|
||||||
Release: 2%{?with_debug:.debug}%{?dist}
|
Release: 3%{?with_debug:.debug}%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
|
|
||||||
Summary: A community developed branch of MySQL
|
Summary: A community developed branch of MySQL
|
||||||
@ -789,6 +790,10 @@ mysqldump,mysqlimport,mysqlshow,mysqlslap,my_print_defaults}.1*
|
|||||||
rm -f %{buildroot}%{_sysconfdir}/my.cnf.d/connect.cnf
|
rm -f %{buildroot}%{_sysconfdir}/my.cnf.d/connect.cnf
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
%if %{without oqgraph}
|
||||||
|
rm -f %{buildroot}%{_sysconfdir}/my.cnf.d/oqgraph.cnf
|
||||||
|
%endif
|
||||||
|
|
||||||
%if %{without config}
|
%if %{without config}
|
||||||
rm -f %{buildroot}%{_sysconfdir}/my.cnf
|
rm -f %{buildroot}%{_sysconfdir}/my.cnf
|
||||||
rm -f %{buildroot}%{_sysconfdir}/my.cnf.d/mysql-clients.cnf
|
rm -f %{buildroot}%{_sysconfdir}/my.cnf.d/mysql-clients.cnf
|
||||||
@ -1176,6 +1181,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Feb 07 2016 Honza Horak <hhorak@redhat.com> - 1:10.1.11-3
|
||||||
|
- Temporarily disabling oqgraph for
|
||||||
|
https://mariadb.atlassian.net/browse/MDEV-9479
|
||||||
|
|
||||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:10.1.11-2
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:10.1.11-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user