Rebase to 10.2.11
Temporary fix for https://jira.mariadb.org/browse/MDEV-14537 introduced Temporary fix for #1523875 intoruced
This commit is contained in:
parent
4983671d07
commit
d413e4241d
29
mariadb.spec
29
mariadb.spec
@ -133,11 +133,11 @@
|
|||||||
# Make long macros shorter
|
# Make long macros shorter
|
||||||
%global sameevr %{epoch}:%{version}-%{release}
|
%global sameevr %{epoch}:%{version}-%{release}
|
||||||
%global compatver 10.2
|
%global compatver 10.2
|
||||||
%global bugfixver 10
|
%global bugfixver 11
|
||||||
|
|
||||||
Name: mariadb
|
Name: mariadb
|
||||||
Version: %{compatver}.%{bugfixver}
|
Version: %{compatver}.%{bugfixver}
|
||||||
Release: 2%{?with_debug:.debug}%{?dist}
|
Release: 1%{?with_debug:.debug}%{?dist}
|
||||||
Epoch: 3
|
Epoch: 3
|
||||||
|
|
||||||
Summary: A community developed branch of MySQL
|
Summary: A community developed branch of MySQL
|
||||||
@ -786,6 +786,10 @@ CFLAGS=`echo $CFLAGS| sed -e "s|-O2|-O1|g" `
|
|||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
CFLAGS=`echo $CFLAGS| sed -e "s|-O2|-O3|g" `
|
CFLAGS=`echo $CFLAGS| sed -e "s|-O2|-O3|g" `
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
# Temporary fix for rhbz#1523875
|
||||||
|
CFLAGS=`echo $CFLAGS| sed -e "s|-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1||g" `
|
||||||
|
|
||||||
CXXFLAGS="$CFLAGS"
|
CXXFLAGS="$CFLAGS"
|
||||||
export CFLAGS CXXFLAGS
|
export CFLAGS CXXFLAGS
|
||||||
|
|
||||||
@ -841,10 +845,14 @@ export LDFLAGS
|
|||||||
-DPLUGIN_ROCKSDB=%{?with_rocksdb:DYNAMIC}%{!?with_rocksdb:NO} \
|
-DPLUGIN_ROCKSDB=%{?with_rocksdb:DYNAMIC}%{!?with_rocksdb:NO} \
|
||||||
-DPLUGIN_SPHINX=%{?with_sphinx:DYNAMIC}%{!?with_sphinx:NO} \
|
-DPLUGIN_SPHINX=%{?with_sphinx:DYNAMIC}%{!?with_sphinx:NO} \
|
||||||
-DPLUGIN_TOKUDB=%{?with_tokudb:DYNAMIC}%{!?with_tokudb:NO} \
|
-DPLUGIN_TOKUDB=%{?with_tokudb:DYNAMIC}%{!?with_tokudb:NO} \
|
||||||
|
-DTOKUDB_OK=1 \
|
||||||
-DPLUGIN_CONNECT=%{?with_connect:DYNAMIC}%{!?with_connect:NO} \
|
-DPLUGIN_CONNECT=%{?with_connect:DYNAMIC}%{!?with_connect:NO} \
|
||||||
%{?with_debug: -DCMAKE_BUILD_TYPE=Debug -DWITH_ASAN=OFF -DWITH_INNODB_EXTRA_DEBUG=ON -DWITH_VALGRIND=ON} \
|
%{?with_debug: -DCMAKE_BUILD_TYPE=Debug -DWITH_ASAN=OFF -DWITH_INNODB_EXTRA_DEBUG=ON -DWITH_VALGRIND=ON} \
|
||||||
%{?_hardened_build: -DWITH_MYSQLD_LDFLAGS="-pie -Wl,-z,relro,-z,now"}
|
%{?_hardened_build: -DWITH_MYSQLD_LDFLAGS="-pie -Wl,-z,relro,-z,now"}
|
||||||
|
|
||||||
|
# -DTOKUDB_OK=1
|
||||||
|
# ^ is a temporary fix for https://jira.mariadb.org/browse/MDEV-14537
|
||||||
|
|
||||||
# Print all Cmake options values
|
# Print all Cmake options values
|
||||||
cmake -L
|
cmake -L
|
||||||
|
|
||||||
@ -1426,8 +1434,16 @@ fi
|
|||||||
%{_datadir}/%{pkg_name}/mysql_test_data_timezone.sql
|
%{_datadir}/%{pkg_name}/mysql_test_data_timezone.sql
|
||||||
%{_datadir}/%{pkg_name}/mysql_to_mariadb.sql
|
%{_datadir}/%{pkg_name}/mysql_to_mariadb.sql
|
||||||
%{_datadir}/%{pkg_name}/mysql_performance_tables.sql
|
%{_datadir}/%{pkg_name}/mysql_performance_tables.sql
|
||||||
%{?with_mroonga:%{_datadir}/%{pkg_name}/mroonga/install.sql}
|
%if %{with mroonga}
|
||||||
%{?with_mroonga:%{_datadir}/%{pkg_name}/mroonga/uninstall.sql}
|
%{_datadir}/%{pkg_name}/mroonga/install.sql
|
||||||
|
%{_datadir}/%{pkg_name}/mroonga/uninstall.sql
|
||||||
|
%license %{_datadir}/%{pkg_name}/mroonga/COPYING
|
||||||
|
%license %{_datadir}/%{pkg_name}/mroonga/AUTHORS
|
||||||
|
%license %{_datadir}/groonga-normalizer-mysql/lgpl-2.0.txt
|
||||||
|
%license %{_datadir}/groonga/COPYING
|
||||||
|
%doc %{_datadir}/groonga-normalizer-mysql/README.md
|
||||||
|
%doc %{_datadir}/groonga/README.md
|
||||||
|
%endif
|
||||||
%{_datadir}/%{pkg_name}/my-*.cnf
|
%{_datadir}/%{pkg_name}/my-*.cnf
|
||||||
%{_datadir}/%{pkg_name}/wsrep.cnf
|
%{_datadir}/%{pkg_name}/wsrep.cnf
|
||||||
%{_datadir}/%{pkg_name}/wsrep_notify
|
%{_datadir}/%{pkg_name}/wsrep_notify
|
||||||
@ -1583,6 +1599,11 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Dec 09 2017 Michal Schorm <mschorm@redhat.com> - 3:10.2.11-1
|
||||||
|
- Rebase to 10.2.11
|
||||||
|
- Temporary fix for https://jira.mariadb.org/browse/MDEV-14537 introduced
|
||||||
|
- Temporary fix for #1523875 intoruced
|
||||||
|
|
||||||
* Wed Dec 06 2017 Michal Schorm <mschorm@redhat.com> - 3:10.2.10-2
|
* Wed Dec 06 2017 Michal Schorm <mschorm@redhat.com> - 3:10.2.10-2
|
||||||
- Fix PID file location
|
- Fix PID file location
|
||||||
Related: #1483331, #1515779
|
Related: #1483331, #1515779
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (mariadb-10.2.10.tar.gz) = 39c198009f8b19f4a08226ef9842b50e24636580b67c1c92d59c61cce3aa1edbd466e253c281dfcdfc58ab573ae9a59aaacb0ce3e8b82222043ddd849fc3e239
|
SHA512 (mariadb-10.2.11.tar.gz) = 4041ee1f1e266e8b30f85b19c5c95bcb626f965df9e0e20eb801598cc7fc5f5f37906e8a75cc86d373aa642adcccf3b75a0e67994e18908fb733cc6520d04a44
|
||||||
|
Loading…
Reference in New Issue
Block a user