Vitor de Lima has uploaded a new change for review.

Change subject: packaging: Fixed building RPMs on non-x86_64 architectures
......................................................................

packaging: Fixed building RPMs on non-x86_64 architectures

The DMI decode is available only on the x86_64 architecture, the spec
file was changed to reflect this.

Change-Id: I691544be6630ed2e88acbf8f1828b7995f582ffa
Signed-off-by: Vitor de Lima <vitor.l...@eldorado.org.br>
---
M ovirt-host-deploy.spec.in
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-host-deploy 
refs/changes/80/17280/1

diff --git a/ovirt-host-deploy.spec.in b/ovirt-host-deploy.spec.in
index 046c372..95f0cb3 100644
--- a/ovirt-host-deploy.spec.in
+++ b/ovirt-host-deploy.spec.in
@@ -80,7 +80,9 @@
 
 %package offline
 Summary:       ovirt-host-deploy offline dependencies
+%ifarch x86_64
 Requires:      dmidecode
+%endif
 Requires:      iproute
 Requires:      libselinux-python
 Requires:      m2crypto


-- 
To view, visit http://gerrit.ovirt.org/17280
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I691544be6630ed2e88acbf8f1828b7995f582ffa
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-host-deploy
Gerrit-Branch: master
Gerrit-Owner: Vitor de Lima <vitor.l...@eldorado.org.br>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to