From f45e06b40c3b89deb8abd1606081e652ab3d9a57 Mon Sep 17 00:00:00 2001
From: Eric Cano <Eric.Cano@cern.ch>
Date: Fri, 6 Dec 2019 16:19:31 +0100
Subject: [PATCH] Fixed missing rename in spec file.

---
 cta.spec.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cta.spec.in b/cta.spec.in
index 1ff8d3e0ff..0ae2c943af 100644
--- a/cta.spec.in
+++ b/cta.spec.in
@@ -191,10 +191,10 @@ Summary: CERN Tape Archive libraries
 Group: Application/CTA
 # Explicity require protobuf3 to avoid clash with eos-protobuf3
 Requires: protobuf3
-%description -n cta-lib-base
+%description -n cta-lib-common
 CERN Tape Archive:
 The shared libraries base
-%files -n cta-lib-base
+%files -n cta-lib-common
 %defattr(0755,root,root,-)
 %{_libdir}/libctacommon.so*
 
-- 
GitLab