diff options
author | Jiffin Tony Thottan <jthottan@gmail.com> | 2016-03-28 16:39:24 +0530 |
---|---|---|
committer | Kaleb KEITHLEY <kkeithle@redhat.com> | 2016-03-30 02:48:51 -0700 |
commit | 71d988919c75e1294eb417a92f0a495cf388002e (patch) | |
tree | 377a0c9acb6de12359f67e0143c67916fea1813f /glusterfs.spec.in | |
parent | 324471574dd1f4278b347486187c711b722a9424 (diff) |
build : fixing dependency issue for glusterfs-ganesha in epel6
glusterfs-ganesha requires "dbus-send" binary, but location of this
binary is different in epel6 and epel7. For epel6 it is /bin/ and
epel7 it is /usr/bin/. So the patch will add dependency based on
package dbus not on the binary dbus-send
Upstream reference
>Change-Id: I266af7b983791be648749f01a04b38479d6f7c03
>BUG: 1321872
>Signed-off-by: Jiffin Tony Thottan <jthottan@redhat.com>
>Reviewed-on: http://review.gluster.org/13842
>Smoke: Gluster Build System <jenkins@build.gluster.com>
>CentOS-regression: Gluster Build System <jenkins@build.gluster.com>
>NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
>Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
>Tested-by: Kaleb KEITHLEY <kkeithle@redhat.com>
>Reviewed-by: Niels de Vos <ndevos@redhat.com>
>(cherry picked from commit a28484443f27332c1a87e00e474ca56427a83669)
Change-Id: I266af7b983791be648749f01a04b38479d6f7c03
BUG: 1322242
Signed-off-by: Jiffin Tony Thottan <jthottan@redhat.com>
Reviewed-on: http://review.gluster.org/13848
Smoke: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r-- | glusterfs.spec.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index d1d274befe9..0190615b956 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -371,8 +371,7 @@ Summary: NFS-Ganesha configuration Group: Applications/File Requires: %{name}-server%{?_isa} = %{version}-%{release} -Requires: nfs-ganesha-gluster -Requires: pcs, /usr/bin/dbus-send +Requires: nfs-ganesha-gluster, pcs, dbus %description ganesha GlusterFS is a distributed file-system capable of scaling to several |