From dcc07f2ddfc5f2b7e7fb6241cf5b73cfd3248416 Mon Sep 17 00:00:00 2001 From: Steven Murray <Steven.Murray@cern.ch> Date: Thu, 9 May 2019 16:54:00 +0200 Subject: [PATCH] Explicity require protobuf3 to avoid clash with eos-protobuf3 --- cta.spec.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cta.spec.in b/cta.spec.in index 4f28cbf686..8cd97055a5 100644 --- a/cta.spec.in +++ b/cta.spec.in @@ -230,6 +230,8 @@ Requires: oracle-instantclient12.2-basic Requires: librados2 = %{radosVersion} Requires: mariadb-libs Requires: postgresql-libs +# Explicity require protobuf3 to avoid clash with eos-protobuf3 +Requires: protobuf3 Requires: zeromq %description -n cta-lib CERN Tape Archive: -- GitLab