Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: spec: remove 3.2 upgrade workarounds ......................................................................
packaging: spec: remove 3.2 upgrade workarounds Change-Id: I531f196045cf72e7e3651a6076b11fc18ade86a9 Signed-off-by: Alon Bar-Lev <[email protected]> --- M ovirt-engine.spec.in 1 file changed, 0 insertions(+), 20 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/67/24367/1 diff --git a/ovirt-engine.spec.in b/ovirt-engine.spec.in index 50530fa..50feed3 100644 --- a/ovirt-engine.spec.in +++ b/ovirt-engine.spec.in @@ -267,28 +267,8 @@ %post backend -# -# ovirt-engine<=3.2 created files at /usr among -# others are the jboss index files. -# we must remove these or application will not start. -# TODO: remove in 3.4 -# -find "%{engine_data}" -name '*.index' -exec rm "{}" \; || true - %if %{ovirt_install_systemd} %systemd_post ovirt-engine.service - -# -# In 3.2 installations we did not handle postun section correctly. -# It means that the systemd daemon is not reloaded when 3.2 package -# is upgraded. This leads to an 'unstartable' ovirt-engine service -# when we upgrade to 3.3. As such, during the upgrade to 3.3 we need to -# reload the systemd daemon. -# TODO: remove in 3.4 -# -if [ $1 -eq 2 ] ; then - %systemd_postun -fi %endif %preun backend -- To view, visit http://gerrit.ovirt.org/24367 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I531f196045cf72e7e3651a6076b11fc18ade86a9 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.4 Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
