74b1de
From e4209dfb27faeca5544a09474ac524546e5d11e0 Mon Sep 17 00:00:00 2001
74b1de
From: Hari Gowtham <hgowtham@redhat.com>
74b1de
Date: Wed, 24 Apr 2019 18:14:33 +0530
74b1de
Subject: [PATCH 121/124] spec: glusterfs-devel for client-build should not
74b1de
 depend on server
74b1de
74b1de
Found that libgfdb.pc was included in client package.
74b1de
It was earlier removed from glusterfs-devel client package
74b1de
as a part of:
74b1de
40eb62a8872ce061416e899fb6c0784b6253ab16
74b1de
74b1de
Made it back into downstream when tier was introduced again.
74b1de
Removing it in this patch.
74b1de
74b1de
label: DOWNSTREAM ONLY
74b1de
74b1de
Change-Id: I5fd5f5b0a6b06c677f8ea3693eb0392af51abaf1
74b1de
Signed-off-by: Hari Gowtham <hgowtham@redhat.com>
74b1de
Reviewed-on: https://code.engineering.redhat.com/gerrit/168670
74b1de
Tested-by: RHGS Build Bot <nigelb@redhat.com>
74b1de
Reviewed-by: Milind Changire <mchangir@redhat.com>
74b1de
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
74b1de
---
74b1de
 glusterfs.spec.in | 2 +-
74b1de
 1 file changed, 1 insertion(+), 1 deletion(-)
74b1de
74b1de
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
74b1de
index bf72a55..d20b062 100644
74b1de
--- a/glusterfs.spec.in
74b1de
+++ b/glusterfs.spec.in
74b1de
@@ -1210,7 +1210,7 @@ exit 0
74b1de
 %exclude %{_libdir}/pkgconfig/libgfchangelog.pc
74b1de
 %exclude %{_libdir}/libgfchangelog.so
74b1de
 %if ( 0%{!?_without_tiering:1} )
74b1de
-%{_libdir}/pkgconfig/libgfdb.pc
74b1de
+%exclude %{_libdir}/pkgconfig/libgfdb.pc
74b1de
 %endif
74b1de
 %else
74b1de
 %{_libdir}/pkgconfig/libgfchangelog.pc
74b1de
-- 
74b1de
1.8.3.1
74b1de