Yaniv Bronhaim has uploaded a new change for review. Change subject: Adding %configure option for rhev_build ......................................................................
Adding %configure option for rhev_build Change-Id: Ib89f92b980b9292414a5fdd310aea03a19c7885d Signed-off-by: Yaniv Bronhaim <[email protected]> --- M vdsm.spec.in 1 file changed, 10 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/51/36351/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index 60a05a7..73bd110 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -702,7 +702,16 @@ %endif %configure %{?with_hooks:--enable-hooks} \ %{?with_chown_hack:--enable-chown-hack} \ - %{rhev_build_config_opt} + %{rhev_build_config_opt} \ +%if 0%{?rhev_build} + --with-reg-bridge-name='rhevm' \ + --with-engine-name='RHEV-M' \ + --with-smbios-manufacturer='Red Hat' \ + --with-smbios-osname='RHEV Hypervisor' \ + --with-qemu-kvm='qemu-kvm-rhev' \ + --with-qemu-img='qemu-img-rhev' \ + --with-register-uri='/RHEVManagerWeb/VdsAutoRegistration.aspx' +%endif make # Setting software_version and software_revision in dsaversion.py -- To view, visit http://gerrit.ovirt.org/36351 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib89f92b980b9292414a5fdd310aea03a19c7885d Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Yaniv Bronhaim <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
