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