Sandro Bonazzola has uploaded a new change for review. Change subject: packaging: spec: upgrade only from 3.4.z ......................................................................
packaging: spec: upgrade only from 3.4.z Upgrade to 3.5.0 is allowed only from 3.4.z. Avoid to pull in a version of ovirt-engine-setup that will need to be downgraded in order to allow the upgrade from a legacy version. Change-Id: I151c5b1156f4c9a91da0e5bd3e6d52149ae65cd5 Bug-Url: https://bugzilla.redhat.com/1054080 Signed-off-by: Sandro Bonazzola <[email protected]> --- M ovirt-engine.spec.in 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/64/23664/1 diff --git a/ovirt-engine.spec.in b/ovirt-engine.spec.in index fb5dcfd..101646c 100644 --- a/ovirt-engine.spec.in +++ b/ovirt-engine.spec.in @@ -357,7 +357,8 @@ Summary: Setup and upgrade specific plugins for %{ovirt_product_name_short} Group: %{ovirt_product_group} Requires: %{name}-setup-plugin-ovirt-engine-common = %{version}-%{release} -Requires: %{name} +Requires: %{name} >= 3.4.0 +Conflicts: %{name} < 3.4.0 %description setup-plugin-ovirt-engine Setup and upgrade specific plugins for %{ovirt_product_name_short} -- To view, visit http://gerrit.ovirt.org/23664 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I151c5b1156f4c9a91da0e5bd3e6d52149ae65cd5 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
