Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: spec: always pull recent pythonlib ......................................................................
packaging: spec: always pull recent pythonlib Change-Id: I113dd0a5bb477b02d857dcca820fd2a2a8b54762 Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- M ovirt-engine.spec.in 1 file changed, 4 insertions(+), 4 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/15/19815/1 diff --git a/ovirt-engine.spec.in b/ovirt-engine.spec.in index 3a0e464..3780d07 100644 --- a/ovirt-engine.spec.in +++ b/ovirt-engine.spec.in @@ -229,7 +229,7 @@ Summary: Engine core of %{ovirt_product_name_short} Group: %{ovirt_product_group} Requires: %{name} = %{version}-%{release} -Requires: %{name}-lib +Requires: %{name}-lib >= %{version}-%{release} Requires: httpd Requires: java Requires: logrotate @@ -316,7 +316,7 @@ Summary: Setup and upgrade scripts for %{ovirt_product_name_short} Group: %{ovirt_product_group} Requires: %{name} -Requires: %{name}-lib +Requires: %{name}-lib >= %{version}-%{release} Requires: bind-utils Requires: cracklib-python Requires: iproute @@ -373,7 +373,7 @@ Summary: %{ovirt_product_name_short} Tools Group: %{ovirt_product_group} Requires: %{name} = %{version}-%{release} -Requires: %{name}-lib +Requires: %{name}-lib >= %{version}-%{release} Requires: java Requires: logrotate @@ -429,7 +429,7 @@ %package websocket-proxy Summary: %{ovirt_product_name_short} Websocket Proxy Group: %{ovirt_product_group} -Requires: %{name}-lib +Requires: %{name}-lib >= %{version}-%{release} Requires: m2crypto Requires: python-websockify -- To view, visit http://gerrit.ovirt.org/19815 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I113dd0a5bb477b02d857dcca820fd2a2a8b54762 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches