Yaniv Bronhaim has uploaded a new change for review. Change subject: remove redundant rhev_build_config_opt global ......................................................................
remove redundant rhev_build_config_opt global Change-Id: Id35d43e51de308f132de13f7ed1a6aa1b445f944 Signed-off-by: Yaniv Bronhaim <[email protected]> --- M vdsm.spec.in 1 file changed, 1 insertion(+), 5 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/27/44027/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index 4772416..676205e 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -24,10 +24,6 @@ %global with_hooks 1 %endif -%if %{rhev_build} -%global rhev_build_config_opt --enable-rhev -%endif - # Default to skipping autoreconf. Distros can change just this one line # (or provide a command-line override) if they backport any patches that # touch configure.ac or Makefile.am. @@ -604,8 +600,8 @@ autoreconf -if %endif %configure %{?with_hooks:--enable-hooks} \ - %{rhev_build_config_opt} \ %if 0%{?rhev_build} + --enable-rhev --with-reg-bridge-name='rhevm' \ --with-engine-name='RHEV-M' \ --with-smbios-manufacturer='Red Hat' \ -- To view, visit https://gerrit.ovirt.org/44027 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id35d43e51de308f132de13f7ed1a6aa1b445f944 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
