Yaniv Bronhaim has uploaded a new change for review.

Change subject: Require python-blivet only with gluster-management build
......................................................................

Require python-blivet only with gluster-management build

gluster's code uses blivet which is currently not available with
official build in fedora. Therefore, we disable the requirement for
builds without gluster-management package.

Change-Id: Id5ca94950e99717fe76072abdd712bcf23df4997
Signed-off-by: Yaniv Bronhaim <ybron...@redhat.com>
---
M vdsm.spec.in
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/25/62625/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index fe29277..81f8d84 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -86,7 +86,9 @@
 BuildRequires: python-pthreading
 BuildRequires: qemu-img
 BuildRequires: rpm-python
+%if 0%{?with_gluster_mgmt}
 BuildRequires: python-blivet
+%endif
 BuildRequires: sanlock-python
 
 %if 0%{?with_openvswitch}


-- 
To view, visit https://gerrit.ovirt.org/62625
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id5ca94950e99717fe76072abdd712bcf23df4997
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Yaniv Bronhaim <ybron...@redhat.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/admin/lists/vdsm-patches@lists.fedorahosted.org

Reply via email to