From 7b45c42b04e167d986c6d5ca86ea32bb72bff94b Mon Sep 17 00:00:00 2001
From: Eric Cano <Eric.Cano@cern.ch>
Date: Mon, 19 Aug 2019 12:29:59 +0200
Subject: [PATCH] #533 Added missing dependency to cta-taped package.

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

diff --git a/cta.spec.in b/cta.spec.in
index 7d283f9150..3671dfc523 100644
--- a/cta.spec.in
+++ b/cta.spec.in
@@ -110,6 +110,7 @@ Group: Application/CTA
 Requires: logrotate
 Requires: cta-common = %{version}-%{release}
 Requires: cta-lib = %{version}-%{release}
+Requires: eos-client
 %description -n cta-taped
 CERN Tape Archive:
 The tape server daemon
-- 
GitLab