Change in vdsm[master]: build: add gluster dependency conditionally

barumuga at redhat.com barumuga at redhat.com
Tue Nov 26 11:52:41 UTC 2013


Hello Timothy Asir, Saggi Mizrahi, Aravinda VK, Dan Kenigsberg, Darshan N,

I'd like you to do a code review.  Please visit

    http://gerrit.ovirt.org/21705

to review the following change.

Change subject: build: add gluster dependency conditionally
......................................................................

build: add gluster dependency conditionally

This patch adds glusterfs dependency conditionally for rhel and
others.

Change-Id: Ib61b9acb8aa4e842dfc133c48811a6a6b43e025e
Signed-off-by: Bala.FA <barumuga at redhat.com>
---
M vdsm.spec.in
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/05/21705/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index 43e47ea..0207c9f 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -217,8 +217,12 @@
 
 # GlusterFS client-side RPMs needed for Gluster SD
 %if 0%{?with_gluster}
+%if 0%{?rhel}
+Requires: glusterfs >= 3.4.0
+%else
 Requires: glusterfs >= 3.4.1
 Requires: glusterfs-cli
+%endif
 Requires: glusterfs-api
 Requires: glusterfs-fuse
 Requires: glusterfs-rdma


-- 
To view, visit http://gerrit.ovirt.org/21705
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib61b9acb8aa4e842dfc133c48811a6a6b43e025e
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Bala.FA <barumuga at redhat.com>
Gerrit-Reviewer: Aravinda VK <avishwan at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Darshan N <dnarayan at redhat.com>
Gerrit-Reviewer: Saggi Mizrahi <smizrahi at redhat.com>
Gerrit-Reviewer: Timothy Asir <tjeyasin at redhat.com>


More information about the vdsm-patches mailing list