[node-patches] Change in ovirt-node[master]: Fixing minimizer dependency between el6 and other distros

tlitovsk at redhat.com tlitovsk at redhat.com
Sun Mar 15 14:13:06 UTC 2015


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 <tlitovsk at redhat.com>
---
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 <tlitovsk at redhat.com>



More information about the node-patches mailing list