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