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