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