From 338d7775f292345337fb39703cf5df2a54d9df43 Mon Sep 17 00:00:00 2001 From: Steven Murray <Steven.Murray@cern.ch> Date: Fri, 15 Nov 2019 15:24:55 +0100 Subject: [PATCH] Modified cta.spec.in to deal with the fact that that the official ORacle rpms do not list the 64-bit version of the libclntsh.so capability --- cta.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cta.spec.in b/cta.spec.in index 82825e5854..e2aa27e838 100644 --- a/cta.spec.in +++ b/cta.spec.in @@ -1,5 +1,5 @@ -# Avoid problem with official Oracle RPMS not listing libocci.so as a capability -%global __requires_exclude ^libocci.so +# Avoid problem with official Oracle RPMS not listing necessary capabilities +%global __requires_exclude ^libocci.so|^libclntsh.so # Generic macros #--------------- -- GitLab