Change in vdsm[master]: vdsm.spec: avoid require numactl to some platforms

dougsland at redhat.com dougsland at redhat.com
Wed Sep 24 01:59:49 UTC 2014


Douglas Schilling Landgraf has uploaded a new change for review.

Change subject: vdsm.spec: avoid require numactl to some platforms
......................................................................

vdsm.spec: avoid require numactl to some platforms

Avoid numactl issues with s390, s390x, arm platforms.
Patch provided by Cole Robinson <crobinso at redhat.com>.

Change-Id: Ib27940d6ba02e361c7d8fa0fe8a4daa187b5c6e6
Signed-off-by: Douglas Schilling Landgraf <dougsland at redhat.com>
---
M vdsm.spec.in
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/06/33306/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index 8438df7..60afd4a 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -132,7 +132,10 @@
 Requires: %{name}-xmlrpc = %{version}-%{release}
 Requires: %{name}-jsonrpc = %{version}-%{release}
 Requires: mom >= 0.4.2
+# Numactl is not available on s390[x] and ARM
+%ifnarch s390 s390x %{arm}
 Requires: numactl
+%endif
 
 %ifarch x86_64
 Requires: python-dmidecode


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib27940d6ba02e361c7d8fa0fe8a4daa187b5c6e6
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Douglas Schilling Landgraf <dougsland at redhat.com>


More information about the vdsm-patches mailing list