Update to 10.1.19

- added temporary support to build with OpenSSL 1.0 on Fedora >= 26
This commit is contained in:
Michal Schorm 2016-11-15 12:05:47 +01:00
parent f02f0df623
commit 5d73f5f249
2 changed files with 15 additions and 4 deletions

View File

@ -119,7 +119,7 @@
# Make long macros shorter
%global sameevr %{epoch}:%{version}-%{release}
%global compatver 10.1
%global bugfixver 18
%global bugfixver 19
Name: mariadb
Version: %{compatver}.%{bugfixver}
@ -212,8 +212,13 @@ BuildRequires: perl(Socket)
BuildRequires: perl(Sys::Hostname)
BuildRequires: perl(Test::More)
BuildRequires: perl(Time::HiRes)
# for running some openssl tests rhbz#1189180
BuildRequires: openssl
# Temporary workaound to build with OpenSSL 1.0 on Fedora >=26 (wich requires OpenSSL 1.1)
BuildRequires: compat-openssl10
# for running some openssl tests rhbz#1189180
#BuildRequires: openssl
BuildRequires: selinux-policy-devel
%{?with_init_systemd:BuildRequires: systemd systemd-devel}
@ -229,6 +234,8 @@ Provides: mysql-compat-client = %{sameevr}
Provides: mysql-compat-client%{?_isa} = %{sameevr}
%endif
# MySQL (with caps) is upstream's spelling of their own RPMs for mysql
%{?obsoleted_mysql_case_evr:Obsoletes: MySQL < %{obsoleted_mysql_case_evr}}
%{?obsoleted_mysql_evr:Obsoletes: mysql < %{obsoleted_mysql_evr}}
@ -1299,6 +1306,10 @@ fi
%endif
%changelog
* Tue Nov 15 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
* Tue Oct 4 2016 Jakub Dorňák <jdornak@redhat.com> - 3:10.1.18-1
- Update to 10.1.18

View File

@ -1 +1 @@
173b88ab54bdd1fc51483b6b26bef849 mariadb-10.1.18.tar.gz
e22e491eb3766bc3151cc0e96a7531c2 mariadb-10.1.19.tar.gz