Change in vdsm[ovirt-3.5]: vdsm.spec: avoid require numactl to some platforms

danken at redhat.com danken at redhat.com
Fri Sep 26 13:34:14 UTC 2014


Hello Douglas Schilling Landgraf, Cole Robinson,

I'd like you to do a code review.  Please visit

    http://gerrit.ovirt.org/33405

to review the following change.

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>
Reviewed-on: http://gerrit.ovirt.org/33306
Reviewed-by: Cole Robinson <aintdiscole at gmail.com>
Reviewed-by: Dan Kenigsberg <danken at redhat.com>
---
M vdsm.spec.in
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/05/33405/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index 7e530e9..e49bf29 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -133,7 +133,10 @@
 Requires: %{name}-xmlrpc = %{version}-%{release}
 Requires: %{name}-jsonrpc = %{version}-%{release}
 Requires: mom >= 0.4.1
+# 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/33405
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib27940d6ba02e361c7d8fa0fe8a4daa187b5c6e6
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: ovirt-3.5
Gerrit-Owner: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Cole Robinson <aintdiscole at gmail.com>
Gerrit-Reviewer: Douglas Schilling Landgraf <dougsland at redhat.com>


More information about the vdsm-patches mailing list