Martin Sivák has uploaded a new change for review. Change subject: Restore the default value of rhev_build in the spec file ......................................................................
Restore the default value of rhev_build in the spec file Change-Id: I8deca956e80bcacad1e6446975fe916d9247abdd Signed-off-by: Martin Sivak <[email protected]> --- M vdsm.spec.in 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/94/35794/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index 7f878c2..7388aae 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -15,6 +15,9 @@ # Fedora official build %global fedora_koji_build 0 +# RHEV build - overridable using rpmbuild --define "rhev_build 1" +%{!?rhev_build: %global rhev_build 0} + # 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. -- To view, visit http://gerrit.ovirt.org/35794 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8deca956e80bcacad1e6446975fe916d9247abdd Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Martin Sivák <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
