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