Require -libs only when it is build

This commit is contained in:
Honza Horak 2015-03-06 21:50:59 +01:00
parent fa8f2eb58c
commit c9d7d6f31d
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@ or products (such as Excel), or data retrieved from the environment
%package devel
Summary: Files for development of MariaDB/MySQL applications
Group: Applications/Databases
Requires: %{name}-libs%{?_isa} = %{sameevr}
%{?with_clibrary:Requires: %{name}-libs%{?_isa} = %{sameevr}}
Requires: openssl-devel%{?_isa}
%if %{with mysql_names}
Provides: mysql-devel = %{sameevr}