Anatoly Litovsky has uploaded a new change for review. Change subject: Fixing minimizer dependency between el6 and other distros ......................................................................
Fixing minimizer dependency between el6 and other distros The minimizer will bo both build and required only on el6 platform We will avoid the situation when its required but not build. Change-Id: I6dc3c56b816aa31cea835284a2c299140a3de6bc Signed-off-by: Tolik Litovsky <[email protected]> --- M ovirt-node.spec.in 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/50/38750/1 diff --git a/ovirt-node.spec.in b/ovirt-node.spec.in index 828f91d..ce51cfc 100644 --- a/ovirt-node.spec.in +++ b/ovirt-node.spec.in @@ -152,7 +152,11 @@ %else Requires: livecd-tools >= 1:16.0 %endif + +%if 0%{with_minimizer} Requires: ovirt-node-minimizer +%endif + Requires: libselinux-python %define tools_root %{_datadir}/ovirt-node-tools -- To view, visit https://gerrit.ovirt.org/38750 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6dc3c56b816aa31cea835284a2c299140a3de6bc Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Anatoly Litovsky <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
