From 8a986b9ff30130760e906fd7a8e1a8321253f6d7 Mon Sep 17 00:00:00 2001
From: Steven Murray <Steven.Murray@cern.ch>
Date: Mon, 2 Oct 2017 18:20:42 +0200
Subject: [PATCH] Moving CTA to version of 12.2 of the Oracle instance client

---
 cmake/Findoracle-instantclient.cmake | 2 +-
 cta.spec.in                          | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/cmake/Findoracle-instantclient.cmake b/cmake/Findoracle-instantclient.cmake
index 7c4487e7f3..40b8cb92d9 100644
--- a/cmake/Findoracle-instantclient.cmake
+++ b/cmake/Findoracle-instantclient.cmake
@@ -19,7 +19,7 @@
 #     ORACLE-INSTANTCLIENT_INCLUDE_DIRS
 #     ORACLE-INSTANTCLIENT_LIBRARIES
 
-set(ORACLE-INSTANTCLIENT_VERSION 12.1)
+set(ORACLE-INSTANTCLIENT_VERSION 12.2)
 
 find_path(ORACLE-INSTANTCLIENT_INCLUDE_DIRS
   occi.h
diff --git a/cta.spec.in b/cta.spec.in
index 087d7037f9..130181992e 100644
--- a/cta.spec.in
+++ b/cta.spec.in
@@ -53,7 +53,7 @@ BuildRequires: cryptopp-devel >= 5.6.2
 BuildRequires: libuuid-devel >= 2.17
 BuildRequires: json-c-devel >= 0.11
 BuildRequires: libattr-devel >= 2.4.44
-BuildRequires: oracle-instantclient12.1-devel
+BuildRequires: oracle-instantclient12.2-devel
 BuildRequires: valgrind
 BuildRequires: valgrind-devel
 %endif
@@ -185,7 +185,7 @@ The xroot plugin
 %package -n cta-lib
 Summary: CERN Tape Archive libraries
 Group: Application/CTA
-Requires: oracle-instantclient12.1-basic
+Requires: oracle-instantclient12.2-basic
 %description -n cta-lib
 CERN Tape Archive:
 The shared libraries
-- 
GitLab