Douglas Schilling Landgraf has uploaded a new change for review. Change subject: vdsm.spec: python-ordereddict only for rhel < 7 ......................................................................
vdsm.spec: python-ordereddict only for rhel < 7 rhel7 contains python 2.7 which already includes ordereddict module, no need extra python package. Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=891542 Change-Id: I784d82a7fb5a1c6a13f015747f077020b91c19cb Signed-off-by: Douglas Schilling Landgraf <[email protected]> --- M vdsm.spec.in 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/49/10649/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index daba91b..a8bd147 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -47,7 +47,7 @@ %ifarch x86_64 BuildRequires: python-dmidecode %endif -%if 0%{?rhel} +%if 0%{?rhel} < 7 BuildRequires: python-ordereddict %endif @@ -186,7 +186,7 @@ BuildArch: noarch Requires: %{name}-python = %{version}-%{release} -%if 0%{?rhel} +%if 0%{?rhel} < 7 Requires: python-ordereddict %endif -- To view, visit http://gerrit.ovirt.org/10649 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I784d82a7fb5a1c6a13f015747f077020b91c19cb Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Douglas Schilling Landgraf <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
