Sandro Bonazzola has uploaded a new change for review. Change subject: packaging: spec: fix packaging issue ......................................................................
packaging: spec: fix packaging issue Fixes: error: File not found: /lib/systemd/systemd-ovirt-ha-agent error: File not found: /lib/systemd/systemd-ovirt-ha-broker Change-Id: I28ac68184f1f6519a4dddcd6c40a6f0285aa98b9 Signed-off-by: Sandro Bonazzola <[email protected]> --- M ovirt-hosted-engine-ha.spec.in 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-ha refs/changes/33/31033/1 diff --git a/ovirt-hosted-engine-ha.spec.in b/ovirt-hosted-engine-ha.spec.in index a648a12..2069565 100644 --- a/ovirt-hosted-engine-ha.spec.in +++ b/ovirt-hosted-engine-ha.spec.in @@ -131,8 +131,8 @@ %{engine_ha_libdir}/* %if 0%{?with_systemd} -/lib/systemd/systemd-ovirt-ha-agent -/lib/systemd/systemd-ovirt-ha-broker +/usr/lib/systemd/systemd-ovirt-ha-agent +/usr/lib/systemd/systemd-ovirt-ha-broker %{_unitdir}/ovirt-ha-agent.service %{_unitdir}/ovirt-ha-broker.service %else -- To view, visit http://gerrit.ovirt.org/31033 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I28ac68184f1f6519a4dddcd6c40a6f0285aa98b9 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-hosted-engine-ha Gerrit-Branch: ovirt-hosted-engine-ha-1.2 Gerrit-Owner: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
