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