fixed bug 1382988
- added comment to the test suite - test suite DISABLED for most builds in Koji, see comments
This commit is contained in:
parent
6409446a34
commit
5958df69b3
15
mariadb.spec
15
mariadb.spec
@ -5,7 +5,12 @@
|
||||
# Regression tests may take a long time (many cores recommended), skip them by
|
||||
# passing --nocheck to rpmbuild or by setting runselftest to 0 if defining
|
||||
# --nocheck is not possible (e.g. in koji build)
|
||||
%{!?runselftest:%global runselftest 1}
|
||||
# UPDATE: checks should be run regularly, but mostly NOT at build time, since they
|
||||
# extends build time by hundreds percents and steal resources from Koji
|
||||
# 1) tests can be run alone, with "mariadb-test-..." package
|
||||
# 2) tests can be run in COPR
|
||||
# 3) tests still should be run in Koji too every major release
|
||||
%{!?runselftest:%global runselftest 0}
|
||||
|
||||
# Set this to 1 to see which tests fail
|
||||
%global check_testsuite 0
|
||||
@ -123,7 +128,7 @@
|
||||
|
||||
Name: mariadb
|
||||
Version: %{compatver}.%{bugfixver}
|
||||
Release: 1%{?with_debug:.debug}%{?dist}
|
||||
Release: 2%{?with_debug:.debug}%{?dist}
|
||||
Epoch: 3
|
||||
|
||||
Summary: A community developed branch of MySQL
|
||||
@ -221,7 +226,6 @@ Requires: compat-openssl10
|
||||
#BuildRequires: openssl-devel
|
||||
BuildRequires: krb5-devel
|
||||
|
||||
|
||||
BuildRequires: selinux-policy-devel
|
||||
%{?with_init_systemd:BuildRequires: systemd systemd-devel}
|
||||
|
||||
@ -1309,6 +1313,11 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Nov 16 2016 Michal Schorm <mschorm@redhat.com> - 3:10.1.19-2
|
||||
- fixed bug 1382988
|
||||
- added comment to the test suite
|
||||
- test suite DISABLED for most builds in Koji, see comments
|
||||
|
||||
* Wed Nov 16 2016 Michal Schorm <mschorm@redhat.com> - 3:10.1.19-1
|
||||
- Update to 10.1.19
|
||||
- added temporary support to build with OpenSSL 1.0 on Fedora >= 26
|
||||
|
Loading…
Reference in New Issue
Block a user