Martin Polednik has uploaded a new change for review.

Change subject: vdsm: fix missing \ in specfile
......................................................................

vdsm: fix missing \ in specfile

The next option shouldn't be treated as a command itself.

Change-Id: I781249247f4da6b7922af77fc556162304b64128
Signed-off-by: Martin Polednik <mpoled...@redhat.com>
---
M vdsm.spec.in
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/74/44074/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index 21321a0..5020d8b 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -601,7 +601,7 @@
 %endif
 %configure %{?with_hooks:--enable-hooks} \
 %if 0%{?rhev_build}
-        --enable-rhev
+        --enable-rhev \
         --with-reg-bridge-name='rhevm' \
         --with-engine-name='RHEV-M' \
         --with-smbios-manufacturer='Red Hat' \


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I781249247f4da6b7922af77fc556162304b64128
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Martin Polednik <mpoled...@redhat.com>
_______________________________________________
vdsm-patches mailing list
vdsm-patches@lists.fedorahosted.org
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to