Sandro Bonazzola has uploaded a new change for review.

Change subject: packaging: spec: fix packaging issue
......................................................................

packaging: spec: fix packaging issue

Change-Id: I28ac68184f1f6519a4dddcd6c40a6f0285aa98b9
Fixes:
error: File not found: /lib/systemd/systemd-ovirt-ha-agent
error: File not found: /lib/systemd/systemd-ovirt-ha-broker
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/31/31031/1

diff --git a/ovirt-hosted-engine-ha.spec.in b/ovirt-hosted-engine-ha.spec.in
index 1f4b976..0744987 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/31031
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: master
Gerrit-Owner: Sandro Bonazzola <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to