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