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