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