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/56/11056/1 diff --git a/vdsm.spec.in b/vdsm.spec.in index f9e238b..c01d29f 100644 --- a/vdsm.spec.in +++ b/vdsm.spec.in @@ -44,7 +44,7 @@ BuildRequires: genisoimage BuildRequires: openssl BuildRequires: m2crypto -%if 0%{?rhel} +%if 0%{?rhel} < 7 BuildRequires: python-ordereddict %endif @@ -174,7 +174,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/11056 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I784d82a7fb5a1c6a13f015747f077020b91c19cb Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: ovirt-3.2 Gerrit-Owner: Douglas Schilling Landgraf <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
