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