Yaniv Bronhaim has uploaded a new change for review. Change subject: For koji build enable hooks rpms ......................................................................
For koji build enable hooks rpms Build for fedora require rpms build for all vdsm hooks. Change-Id: Ie9a46a645272b2bd8d9d54e2e65d1e1cc3cf8cf3 Signed-off-by: Yaniv Bronhaim <[email protected]> --- M vdsm.spec.in 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/18/36418/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index 546d3c3..86cf085 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -15,6 +15,10 @@ # Fedora official build %global fedora_koji_build 0 +%if 0%{fedora_koji_build} +%global with_hooks 1 +%endif + # RHEV build - overridable using rpmbuild --define "rhev_build 1" %{!?rhev_build: %global rhev_build 0} %if %{rhev_build} -- To view, visit http://gerrit.ovirt.org/36418 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie9a46a645272b2bd8d9d54e2e65d1e1cc3cf8cf3 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
