Yaniv Dary has uploaded a new change for review. Change subject: packaging: now removes dashboards when package is erased ......................................................................
packaging: now removes dashboards when package is erased Bug-Url: https://bugzilla.redhat.com/975812 Change-Id: I9b6eec36dd1c3aca465957ba1c89e198dd6cac29 Signed-off-by: Yaniv Dary <[email protected]> --- M packaging/ovirt-engine-reports.spec.in 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-reports refs/changes/87/16287/1 diff --git a/packaging/ovirt-engine-reports.spec.in b/packaging/ovirt-engine-reports.spec.in index 0357a56..c496133 100644 --- a/packaging/ovirt-engine-reports.spec.in +++ b/packaging/ovirt-engine-reports.spec.in @@ -111,6 +111,9 @@ if [ -f /etc/ovirt-engine/jrs-deployment.version ]; then rm -rf /etc/ovirt-engine/jrs-deployment.version fi + if [ -f /usr/share/ovirt-engine/engine.ear/webadmin.war/webadmin/Reports.xml ]; then + rm -rf /usr/share/ovirt-engine/engine.ear/webadmin.war/webadmin/Reports.xml + fi fi %files -- To view, visit http://gerrit.ovirt.org/16287 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9b6eec36dd1c3aca465957ba1c89e198dd6cac29 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-reports Gerrit-Branch: master Gerrit-Owner: Yaniv Dary <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
