diff --git a/mariadb.spec b/mariadb.spec index ac666ed..d4420ce 100644 --- a/mariadb.spec +++ b/mariadb.spec @@ -119,7 +119,7 @@ # Make long macros shorter %global sameevr %{epoch}:%{version}-%{release} %global compatver 10.1 -%global bugfixver 16 +%global bugfixver 17 Name: mariadb Version: %{compatver}.%{bugfixver} @@ -932,7 +932,7 @@ export MTR_BUILD_THREAD=%{__isa_bits} set -e cd mysql-test perl ./mysql-test-run.pl --force --retry=0 --ssl \ - --suite-timeout=720 --testcase-timeout=30 \ + --suite-timeout=720 --testcase-timeout=30 --skip-rpl \ --mysqld=--binlog-format=mixed --force-restart \ --shutdown-timeout=60 --max-test-fail=0 \ %if %{check_testsuite} @@ -1299,6 +1299,13 @@ fi %endif %changelog +* Wed Aug 31 2016 Jakub Dorňák - 3:10.1.17-1 +- Update to 10.1.17 + +* Mon Aug 29 2016 Jakub Dorňák - 3:10.1.16-2 +- Fixed galera replication + Resolves: #1352946 + * Tue Jul 19 2016 Jakub Dorňák - 3:10.1.16-1 - Update to 10.1.16 @@ -1333,6 +1340,9 @@ fi - Fix mysql-prepare-db-dir Resolves: #1335849 +* Thu May 12 2016 Jakub Dorňák - 1:10.2.0-1 +- Update to 10.2.0 + * Thu May 12 2016 Jakub Dorňák - 1:10.1.14-1 - Add selinux policy - Update to 10.1.14 (includes various bug fixes) diff --git a/rh-skipped-tests-base.list b/rh-skipped-tests-base.list index 0e18fbc..207dbff 100644 --- a/rh-skipped-tests-base.list +++ b/rh-skipped-tests-base.list @@ -10,3 +10,4 @@ main.userstat : rhbz#1096787 perfschema.nesting : rhbz#1096787 perfschema.socket_summary_by_event_name_func : rhbz#1096787 perfschema.socket_summary_by_instance_func : rhbz#1096787 +sys_vars.wsrep_provider_options_basic : rhbz#1096787 diff --git a/sources b/sources index 92149da..235c6f7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2a26b8d6560693cfc51031e76522cb78 mariadb-10.1.16.tar.gz +036aca95257cb2948dd100605ec6d5a1 mariadb-10.1.17.tar.gz