d1681e
From 5c5283f873e72d7305953ca357b709a3ab1919f4 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
d1681e
Subject: [PATCH 19/74] 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
---
d1681e
 glusterfs.spec.in | 3 +++
d1681e
 1 file changed, 3 insertions(+)
12a457
12a457
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
d1681e
index fe566e5..f83ae5e 100644
12a457
--- a/glusterfs.spec.in
12a457
+++ b/glusterfs.spec.in
d1681e
@@ -1234,6 +1234,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
-- 
d1681e
1.8.3.1
12a457