14f8ab
From 8074906ace5fbd71b5d24cc3da5571ebdebed859 Mon Sep 17 00:00:00 2001
14f8ab
From: Rinku Kothiya <rkothiya@redhat.com>
14f8ab
Date: Thu, 2 Jan 2020 11:27:47 +0000
14f8ab
Subject: [PATCH 352/353] spec: fixed missing dependencies for
14f8ab
 glusterfs-cloudsync-plugins
14f8ab
14f8ab
RPMDiff raises a warning, subpackage glusterfs-cloudsync-plugins
14f8ab
on x86_64 consumes library libglusterfs.so.0()(64bit) from
14f8ab
subpackage glusterfs-libs but does not have explicit package
14f8ab
version requirement, which is fixed using this patch.
14f8ab
14f8ab
Label: DOWNSTREAM ONLY
14f8ab
14f8ab
BUG: 1775564
14f8ab
14f8ab
Change-Id: I05ea46ac2c92090f01c07dfbd6e0d66498f1c586
14f8ab
Signed-off-by: Rinku Kothiya <rkothiya@redhat.com>
14f8ab
Reviewed-on: https://code.engineering.redhat.com/gerrit/188619
14f8ab
Reviewed-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com>
14f8ab
---
14f8ab
 glusterfs.spec.in | 1 +
14f8ab
 1 file changed, 1 insertion(+)
14f8ab
14f8ab
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
14f8ab
index 671ee27..e95e539 100644
14f8ab
--- a/glusterfs.spec.in
14f8ab
+++ b/glusterfs.spec.in
14f8ab
@@ -374,6 +374,7 @@ This package provides the GlusterFS CLI application and its man page
14f8ab
 %package cloudsync-plugins
14f8ab
 Summary:          Cloudsync Plugins
14f8ab
 BuildRequires:    libcurl-devel
14f8ab
+Requires:         glusterfs-libs = %{version}-%{release}
14f8ab
 
14f8ab
 %description cloudsync-plugins
14f8ab
 GlusterFS is a distributed file-system capable of scaling to several
14f8ab
-- 
14f8ab
1.8.3.1
14f8ab