rebuild with tests failing on different arches disabled (#1096787)
This commit is contained in:
parent
7819f49078
commit
b76166269a
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: mariadb
|
Name: mariadb
|
||||||
Version: 10.0.11
|
Version: 10.0.11
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
|
|
||||||
Summary: A community developed branch of MySQL
|
Summary: A community developed branch of MySQL
|
||||||
@ -294,7 +294,6 @@ cat %{SOURCE53} >> mysql-test/rh-skipped-tests.list
|
|||||||
|
|
||||||
%ifarch s390x
|
%ifarch s390x
|
||||||
cat %{SOURCE53} >> mysql-test/rh-skipped-tests.list
|
cat %{SOURCE53} >> mysql-test/rh-skipped-tests.list
|
||||||
sed -i -r '/^vcol.vcol_supported_sql_funcs_/d' mysql-test/rh-skipped-tests.list
|
|
||||||
%endif
|
%endif
|
||||||
%ifarch s390
|
%ifarch s390
|
||||||
cat %{SOURCE54} >> mysql-test/rh-skipped-tests.list
|
cat %{SOURCE54} >> mysql-test/rh-skipped-tests.list
|
||||||
@ -828,7 +827,7 @@ fi
|
|||||||
%{_mandir}/man1/mysql_client_test.1*
|
%{_mandir}/man1/mysql_client_test.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Jun 2 2014 Jakub Dorňák <jdornak@redhat.com> - 1:10.0.11-3
|
* Tue Jun 3 2014 Jakub Dorňák <jdornak@redhat.com> - 1:10.0.11-4
|
||||||
- rebuild with tests failing on different arches disabled (#1096787)
|
- rebuild with tests failing on different arches disabled (#1096787)
|
||||||
|
|
||||||
* Thu May 29 2014 Dan Horák <dan[at]danny.cz> - 1:10.0.11-2
|
* Thu May 29 2014 Dan Horák <dan[at]danny.cz> - 1:10.0.11-2
|
||||||
|
@ -113,5 +113,5 @@ spider.function : rhbz#1096787
|
|||||||
spider.spider_fixes : rhbz#1096787
|
spider.spider_fixes : rhbz#1096787
|
||||||
sys_vars.innodb_max_dirty_pages_pct_func : rhbz#1096787
|
sys_vars.innodb_max_dirty_pages_pct_func : rhbz#1096787
|
||||||
vcol.vcol_non_stored_columns_innodb : rhbz#1096787
|
vcol.vcol_non_stored_columns_innodb : rhbz#1096787
|
||||||
vcol.vcol_supported_sql_funcs_innodb : rhbz#1096787 (pass on s390x)
|
vcol.vcol_supported_sql_funcs_innodb : rhbz#1096787
|
||||||
vcol.vcol_supported_sql_funcs_myisam : rhbz#1096787 (pass on s390x)
|
vcol.vcol_supported_sql_funcs_myisam : rhbz#1096787
|
||||||
|
Loading…
Reference in New Issue
Block a user