Update version of bundled Boost

Start requiring mysql-selinux package
This commit is contained in:
Michal Schorm 2019-05-01 21:07:27 +02:00
parent 73cc16785b
commit 7ee5c2cf8a
1 changed files with 4 additions and 2 deletions

View File

@ -11,7 +11,7 @@
%global check_testsuite 0
# Aditional SELinux rules
%global require_mysql_selinux 0
%global require_mysql_selinux 1
# In f20+ use unversioned docdirs, otherwise the old versioned one
%global _pkgdocdirname %{pkg_name}%{!?_pkgdocdir:-%{version}}
@ -183,7 +183,7 @@ BuildRequires: perl(Time::HiRes)
Requires: bash coreutils grep
Requires: %{name}-common%{?_isa} = %{sameevr}
Provides: bundled(boost) = 1.68
Provides: bundled(boost) = 1.69
%if %{with mysql_names}
Provides: mysql = %{sameevr}
@ -866,6 +866,8 @@ fi
- Upstream: my_safe_process renamed and moved into proper location
- Use upstream option to skip router build
- OpenSSL 1.1.1 and TLSv1.3 is now supported, enable tests
- Update version of bundled Boost
- Start requiring mysql-selinux package
* Mon Feb 11 2019 Michal Schorm <mschorm@redhat.com> - 8.0.15-1
- Update to MySQL 8.0.15