From fde58c04463dafac4148a28ba7435c35ab4f53f0 Mon Sep 17 00:00:00 2001
From: Eric Cano <Eric.Cano@cern.ch>
Date: Mon, 22 Feb 2016 17:51:17 +0100
Subject: [PATCH] Fixed build dependancies.

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

diff --git a/cta.spec.in b/cta.spec.in
index 57e4f488ca..33da6cb5c8 100644
--- a/cta.spec.in
+++ b/cta.spec.in
@@ -31,7 +31,7 @@ BuildRequires: xrootd-client-devel >= 4.2.3 xrootd-devel >= 4.2
 BuildRequires: xrootd-server-devel >= 4.2 xrootd-private-devel >= 4.2
 BuildRequires: ceph-devel >= 0.87
 BuildRequires: protobuf-compiler >= 2.3.0 protobuf-devel >= 2.3.0
-BuildRequires: gmock >= 1.5.0 gtest >= 1.5.0
+BuildRequires: gmock-devel >= 1.5.0 gtest-devel >= 1.5.0
 BuildRequires: sqlite-devel >= 3.6
 # only build debug info if you're building the whole code
 
-- 
GitLab