|
|
14f8ab |
From 43fb1d9d3890c44108b466d308177428fb8217aa Mon Sep 17 00:00:00 2001
|
|
|
14f8ab |
From: Jiffin Tony Thottan <jthottan@redhat.com>
|
|
|
14f8ab |
Date: Mon, 27 May 2019 10:11:39 +0530
|
|
|
14f8ab |
Subject: [PATCH 143/169] packaging : Change the dependency on nfs-ganesha to
|
|
|
14f8ab |
2.7 for glusterfs-ganesha
|
|
|
14f8ab |
|
|
|
14f8ab |
Change-Id: I16a3f32eddfcbf745d67de9dc7440e2fc6ef2315
|
|
|
14f8ab |
fixes: bz#1714078
|
|
|
14f8ab |
Signed-off-by: Jiffin Tony Thottan <jthottan@redhat.com>
|
|
|
14f8ab |
Reviewed-on: https://code.engineering.redhat.com/gerrit/171471
|
|
|
14f8ab |
Tested-by: RHGS Build Bot <nigelb@redhat.com>
|
|
|
14f8ab |
Reviewed-by: Sunil Kumar Heggodu Gopala Acharya <sheggodu@redhat.com>
|
|
|
14f8ab |
---
|
|
|
14f8ab |
glusterfs.spec.in | 5 ++++-
|
|
|
14f8ab |
1 file changed, 4 insertions(+), 1 deletion(-)
|
|
|
14f8ab |
|
|
|
14f8ab |
diff --git a/glusterfs.spec.in b/glusterfs.spec.in
|
|
|
14f8ab |
index 86a1527..ed58356 100644
|
|
|
14f8ab |
--- a/glusterfs.spec.in
|
|
|
14f8ab |
+++ b/glusterfs.spec.in
|
|
|
14f8ab |
@@ -460,7 +460,7 @@ Summary: NFS-Ganesha configuration
|
|
|
14f8ab |
Group: Applications/File
|
|
|
14f8ab |
|
|
|
14f8ab |
Requires: %{name}-server%{?_isa} = %{version}-%{release}
|
|
|
14f8ab |
-Requires: nfs-ganesha-gluster >= 2.4.1
|
|
|
14f8ab |
+Requires: nfs-ganesha-gluster >= 2.7.3
|
|
|
14f8ab |
Requires: pcs, dbus
|
|
|
14f8ab |
%if ( 0%{?rhel} && 0%{?rhel} == 6 )
|
|
|
14f8ab |
Requires: cman, pacemaker, corosync
|
|
|
14f8ab |
@@ -1933,6 +1933,9 @@ fi
|
|
|
14f8ab |
%endif
|
|
|
14f8ab |
|
|
|
14f8ab |
%changelog
|
|
|
14f8ab |
+* Mon May 27 2019 Jiffin Tony Thottan <jthottan@redhat.com>
|
|
|
14f8ab |
+- Change the dependency to 2.7.3 on nfs-ganesha for glusterfs-ganesha (#1714078)
|
|
|
14f8ab |
+
|
|
|
14f8ab |
* Sun Apr 7 2019 Jiffin Tony Thottan <jthottan@redhat.com>
|
|
|
14f8ab |
- DOWNSTREAM ONLY - revert of 83abcb(gnfs in an optional subpackage)
|
|
|
14f8ab |
|
|
|
14f8ab |
--
|
|
|
14f8ab |
1.8.3.1
|
|
|
14f8ab |
|