Change in vdsm[master]: gluster: Fix for build failure.

dnarayan at redhat.com dnarayan at redhat.com
Tue Sep 23 08:44:21 UTC 2014


Darshan N has uploaded a new change for review.

Change subject: gluster: Fix for build failure.
......................................................................

gluster: Fix for build failure.

Modified spec to exclude vdsmapi-gluster-schema.json file
when gluster is not enabled.

Change-Id: I0025365e367e4f1b294ec6439df90b7ed6538fb5
Signed-off-by: ndarshan <dnarayan at redhat.com>
---
M vdsm.spec.in
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/40/33240/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index 8438df7..804fa03 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -1457,6 +1457,9 @@
 %{_datadir}/%{vdsm_name}/rpc/vdsmapi-schema.json
 %{python_sitelib}/vdsmapi.py*
 %{python_sitelib}/yajsonrpc/__init__.py*
+%if ! 0%{?with_gluster}
+%exclude %{_datadir}/%{vdsm_name}/rpc/vdsmapi-gluster-schema.json
+%endif
 
 %files yajsonrpc
 %dir %{python_sitelib}/yajsonrpc


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0025365e367e4f1b294ec6439df90b7ed6538fb5
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Darshan N <dnarayan at redhat.com>


More information about the vdsm-patches mailing list