Add bundled(boost) virtual provide
This commit is contained in:
parent
9bd5aaeb84
commit
8ac654b88b
@ -84,7 +84,7 @@
|
|||||||
|
|
||||||
Name: community-mysql
|
Name: community-mysql
|
||||||
Version: 5.7.19
|
Version: 5.7.19
|
||||||
Release: 5%{?with_debug:.debug}%{?dist}
|
Release: 6%{?with_debug:.debug}%{?dist}
|
||||||
Summary: MySQL client programs and shared libraries
|
Summary: MySQL client programs and shared libraries
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
URL: http://www.mysql.com
|
URL: http://www.mysql.com
|
||||||
@ -183,6 +183,8 @@ BuildRequires: perl(Time::HiRes)
|
|||||||
Requires: bash fileutils grep
|
Requires: bash fileutils grep
|
||||||
Requires: %{name}-common%{?_isa} = %{sameevr}
|
Requires: %{name}-common%{?_isa} = %{sameevr}
|
||||||
|
|
||||||
|
Provides: bundled(boost) = 1.59
|
||||||
|
|
||||||
%if %{with mysql_names}
|
%if %{with mysql_names}
|
||||||
Provides: mysql = %{sameevr}
|
Provides: mysql = %{sameevr}
|
||||||
Provides: mysql%{?_isa} = %{sameevr}
|
Provides: mysql%{?_isa} = %{sameevr}
|
||||||
@ -958,6 +960,9 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Aug 04 2017 Honza Horak <hhorak@redhat.com> - 5.7.19-5
|
||||||
- Allow to use MD5 in FIPS mode
|
- Allow to use MD5 in FIPS mode
|
||||||
Related: #1449689
|
Related: #1449689
|
||||||
|
Loading…
Reference in New Issue
Block a user