3604df
From 65353f6c9e399196fe4b9802e70f55c1a4f1f233 Mon Sep 17 00:00:00 2001
12a457
From: Kaleb S KEITHLEY <kkeithle@redhat.com>
12a457
Date: Tue, 10 May 2016 12:37:23 -0400
3604df
Subject: [PATCH 19/86] build: dependency error during upgrade
12a457
12a457
Not sure who thought config params in the form without_foo were a
12a457
good idea. Trying to parse !without_tiering conditionals makes my
12a457
head hurt.
12a457
3604df
Label: DOWNSTREAM ONLY
3604df
12a457
Change-Id: Ie1c43fc60d6f747c27b22e3a1c40539aba3d2cad
12a457
Signed-off-by: Kaleb S KEITHLEY <kkeithle@redhat.com>
12a457
Reviewed-on: https://code.engineering.redhat.com/gerrit/74041
12a457
Reviewed-by: Niels de Vos <ndevos@redhat.com>
12a457
---
3604df
 glusterfs.spec.in |    3 +++
3604df
 1 files changed, 3 insertions(+), 0 deletions(-)
12a457
12a457
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
3604df
index cd24298..7e40f75 100644
12a457
--- a/glusterfs.spec.in
12a457
+++ b/glusterfs.spec.in
3604df
@@ -1098,6 +1098,9 @@ exit 0
3604df
 %else
12a457
 %exclude %{_libdir}/pkgconfig/libgfchangelog.pc
12a457
 %endif
12a457
+%if ( 0%{!?_without_tiering:1} && ! 0%{?_build_server})
12a457
+%exclude %{_libdir}/libgfdb.so
12a457
+%endif
3604df
 %if ( 0%{!?_without_tiering:1} && 0%{?_build_server})
12a457
 %{_libdir}/pkgconfig/libgfdb.pc
12a457
 %else
12a457
-- 
12a457
1.7.1
12a457