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