From df95dc8b675c9fd9ebdc34b6fdbf9527bed94b6a Mon Sep 17 00:00:00 2001 From: Honza Horak Date: Fri, 6 Mar 2015 22:45:19 +0100 Subject: [PATCH] Require -libs only when it is build --- community-mysql.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community-mysql.spec b/community-mysql.spec index 6d75300..ffc1b0a 100644 --- a/community-mysql.spec +++ b/community-mysql.spec @@ -289,7 +289,7 @@ the MySQL server and some accompanying files and directories. %package devel Summary: Files for development of MySQL applications Group: Applications/Databases -Requires: %{name}-libs%{?_isa} = %{sameevr} +%{?with_clibrary:Requires: %{name}-libs%{?_isa} = %{sameevr}} Requires: openssl-devel%{?_isa} %{?with_conflicts:Conflicts: mariadb-devel}