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