Change in vdsm[ovirt-3.5]: spec: Unbreak build on rhel

nsoffer at redhat.com nsoffer at redhat.com
Mon Oct 26 15:18:51 UTC 2015


Hello Yaniv Bronhaim, Dan Kenigsberg, Francesco Romani,

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

    https://gerrit.ovirt.org/47744

to review the following change.

Change subject: spec: Unbreak build on rhel
......................................................................

spec: Unbreak build on rhel

centos is not defined, breaking the build on a rhel machine.

Change-Id: Ic9649f224648aec7c6bf78fef24ec121ebae5e99
Backport-To: 3.6
Backport-To: 3.5
Signed-off-by: Nir Soffer <nsoffer at redhat.com>
Reviewed-on: https://gerrit.ovirt.org/47583
Continuous-Integration: Jenkins CI
Reviewed-by: Francesco Romani <fromani at redhat.com>
Reviewed-by: Yaniv Bronhaim <ybronhei at redhat.com>
Reviewed-by: Dan Kenigsberg <danken at redhat.com>
---
M vdsm.spec.in
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/44/47744/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index a401883..6486f44 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -221,7 +221,7 @@
 %if 0%{?rhel}
 Requires: python-ethtool >= 0.6-3
 %if 0%{?rhel} >= 7
-%if 0%{centos}
+%if 0%{?centos}
 Requires: device-mapper-multipath >= 0.4.9-68
 %else
 Requires: device-mapper-multipath >= 0.4.9-77.el7_1.2


-- 
To view, visit https://gerrit.ovirt.org/47744
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic9649f224648aec7c6bf78fef24ec121ebae5e99
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: ovirt-3.5
Gerrit-Owner: Nir Soffer <nsoffer at redhat.com>
Gerrit-Reviewer: Dan Kenigsberg <danken at redhat.com>
Gerrit-Reviewer: Francesco Romani <fromani at redhat.com>
Gerrit-Reviewer: Yaniv Bronhaim <ybronhei at redhat.com>


More information about the vdsm-patches mailing list