From 8ac654b88b1c934c639e3d414560e7cceba48a1e Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Aug 28 2017 20:51:36 +0000 Subject: Add bundled(boost) virtual provide --- diff --git a/community-mysql.spec b/community-mysql.spec index 3475e2b..f9a9c54 100644 --- a/community-mysql.spec +++ b/community-mysql.spec @@ -84,7 +84,7 @@ Name: community-mysql Version: 5.7.19 -Release: 5%{?with_debug:.debug}%{?dist} +Release: 6%{?with_debug:.debug}%{?dist} Summary: MySQL client programs and shared libraries Group: Applications/Databases URL: http://www.mysql.com @@ -183,6 +183,8 @@ BuildRequires: perl(Time::HiRes) Requires: bash fileutils grep Requires: %{name}-common%{?_isa} = %{sameevr} +Provides: bundled(boost) = 1.59 + %if %{with mysql_names} Provides: mysql = %{sameevr} Provides: mysql%{?_isa} = %{sameevr} @@ -958,6 +960,9 @@ fi %endif %changelog +* Mon Aug 28 2017 Honza Horak - 5.7.19-6 +- Add bundled(boost) virtual provide + * Fri Aug 04 2017 Honza Horak - 5.7.19-5 - Allow to use MD5 in FIPS mode Related: #1449689