Mark Wu has uploaded a new change for review.

Change subject: vdsm.spec: Don't require python-ordereddict on fedora
......................................................................

vdsm.spec: Don't require python-ordereddict on fedora

It is a regression introduced by commit bb0620f. The condition "0%{?rhel} < 7"
also holds true on fedora, so it causes to require python-ordereddict on fedora

Change-Id: I87e167f207669f4dda5bb71d7809fe301ea7e905
Signed-off-by: Mark Wu <[email protected]>
---
M vdsm.spec.in
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/03/10703/1

diff --git a/vdsm.spec.in b/vdsm.spec.in
index 75d6089..c9b51c0 100644
--- a/vdsm.spec.in
+++ b/vdsm.spec.in
@@ -47,7 +47,7 @@
 %ifarch x86_64
 BuildRequires: python-dmidecode
 %endif
-%if 0%{?rhel} < 7
+%if 0%{?rhel} == 6
 BuildRequires: python-ordereddict
 %endif
 
@@ -186,7 +186,7 @@
 BuildArch:      noarch
 
 Requires: %{name}-python = %{version}-%{release}
-%if 0%{?rhel} < 7
+%if 0%{?rhel} == 6
 Requires: python-ordereddict
 %endif
 


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I87e167f207669f4dda5bb71d7809fe301ea7e905
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Mark Wu <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to