Add bundled(boost) virtual provide

This commit is contained in:
Honza Horak 2017-08-28 22:51:36 +02:00
parent 9bd5aaeb84
commit 8ac654b88b

View File

@ -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 <hhorak@redhat.com> - 5.7.19-6
- Add bundled(boost) virtual provide
* Fri Aug 04 2017 Honza Horak <hhorak@redhat.com> - 5.7.19-5
- Allow to use MD5 in FIPS mode
Related: #1449689