From 5b7b9cad008c7bab72706fc78e8a0a75765f3ab1 Mon Sep 17 00:00:00 2001
From: Gunnar Beutner <gunnar.beutner@netways.de>
Date: Thu, 3 Oct 2013 14:27:06 +0200
Subject: [PATCH] Fix spec file for Fedora (again).

---
 icinga2.spec.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/icinga2.spec.in b/icinga2.spec.in
index 0d06dbfd0..6ac71ae4f 100644
--- a/icinga2.spec.in
+++ b/icinga2.spec.in
@@ -54,7 +54,7 @@ BuildRequires: libmysqlclient-devel
 Requires: libmysqlclient18
 %endif
 %if "%{_vendor}" == "redhat"
-BuildRequires: mysql
+BuildRequires: mysql-libs
 BuildRequires: mysql-devel
 Requires: mysql
 %endif