Add explicit EVR requirement in main package for -libs
Related: #1406320
This commit is contained in:
parent
220a57c9a3
commit
96f19d7d3d
10
mariadb.spec
10
mariadb.spec
@ -124,7 +124,7 @@
|
|||||||
|
|
||||||
Name: mariadb
|
Name: mariadb
|
||||||
Version: %{compatver}.%{bugfixver}
|
Version: %{compatver}.%{bugfixver}
|
||||||
Release: 2%{?with_debug:.debug}%{?dist}
|
Release: 3%{?with_debug:.debug}%{?dist}
|
||||||
Epoch: 3
|
Epoch: 3
|
||||||
|
|
||||||
Summary: A community developed branch of MySQL
|
Summary: A community developed branch of MySQL
|
||||||
@ -238,6 +238,10 @@ Requires: fileutils
|
|||||||
Requires: grep
|
Requires: grep
|
||||||
Requires: %{name}-common%{?_isa} = %{sameevr}
|
Requires: %{name}-common%{?_isa} = %{sameevr}
|
||||||
|
|
||||||
|
# Explicit EVR requirement for -libs is needed for
|
||||||
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1406320
|
||||||
|
Requires: %{name}-libs%{?_isa} = %{sameevr}
|
||||||
|
|
||||||
%if %{with mysql_names}
|
%if %{with mysql_names}
|
||||||
Provides: mysql = %{sameevr}
|
Provides: mysql = %{sameevr}
|
||||||
Provides: mysql%{?_isa} = %{sameevr}
|
Provides: mysql%{?_isa} = %{sameevr}
|
||||||
@ -1337,6 +1341,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 03 2017 Honza Horak <hhorak@redhat.com> - 3:10.1.20-3
|
||||||
|
- Add explicit EVR requirement in main package for -libs
|
||||||
|
Related: #1406320
|
||||||
|
|
||||||
* Tue Dec 20 2016 Honza Horak <hhorak@redhat.com> - 3:10.1.20-2
|
* Tue Dec 20 2016 Honza Horak <hhorak@redhat.com> - 3:10.1.20-2
|
||||||
- Use correct macro when removing doc files
|
- Use correct macro when removing doc files
|
||||||
Resolves: #1400981
|
Resolves: #1400981
|
||||||
|
Loading…
Reference in New Issue
Block a user