From e4874cbc9671dadd96336cf7f8755158577b0759 Mon Sep 17 00:00:00 2001
From: Daniele Kruse <dkruse@cern.ch>
Date: Mon, 15 Aug 2016 16:48:21 +0200
Subject: [PATCH] Fixed small deployment issues

---
 cta.spec.in                     | 5 +++--
 xroot_plugins/cta-frontend.conf | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/cta.spec.in b/cta.spec.in
index 88cc7f396b..c4eb499cac 100644
--- a/cta.spec.in
+++ b/cta.spec.in
@@ -115,7 +115,7 @@ The xroot plugin
 %defattr(-,root,root)
 %attr(0755,root,root) %{_libdir}/libXrdCtaOfs.so
 %attr(0644,root,root) %config(noreplace) /etc/xrootd/xrootd-cta.cfg
-%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cta-frontend.conf
+%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cta/cta-frontend.conf
 
 %package -n cta-cli
 Summary: CERN Tape Archive: command line interface
@@ -127,8 +127,9 @@ The xroot plugin
 %files -n cta-cli
 %defattr(-,root,root)
 %attr(0755,root,root) %{_libdir}/libctacommon.so
+%attr(0755,root,root) %{_libdir}/libctautils.so
 %attr(0755,root,root) %{_bindir}/cta
-%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cta-cli.conf
+%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/cta/cta-cli.conf
 
 %package -n cta-lib
 Summary: CERN Tape Archive
diff --git a/xroot_plugins/cta-frontend.conf b/xroot_plugins/cta-frontend.conf
index 762f8b2349..a46e60cb77 100644
--- a/xroot_plugins/cta-frontend.conf
+++ b/xroot_plugins/cta-frontend.conf
@@ -1 +1,2 @@
-ObjectStore BackendPath /tmp/jobStoreXXXXXXX
\ No newline at end of file
+ObjectStore BackendPath /tmp/jobStoreXXXXXXX
+Catalogue NumberOfConnections 1
\ No newline at end of file
-- 
GitLab