From 1618e15757c51f50f3eca12e4a21227cef9101e3 Mon Sep 17 00:00:00 2001 From: Tim Hardeck Date: Fri, 4 Jul 2014 13:13:54 +0200 Subject: [PATCH] Remove redundant mysql requirement The mysql dependencies are recognized automatically during building. refs #5818 --- icinga2.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/icinga2.spec b/icinga2.spec index 2668e0a61..6f337bd17 100644 --- a/icinga2.spec +++ b/icinga2.spec @@ -181,11 +181,6 @@ Summary: IDO MySQL database backend for Icinga 2 Group: Applications/System %if "%{_vendor}" == "suse" BuildRequires: libmysqlclient-devel -%if 0%{?suse_version} >= 1210 -Requires: libmysqlclient18 -%else -Requires: libmysqlclient15 -%endif %endif %if "%{_vendor}" == "redhat" # el5 only provides mysql package