Alon Bar-Lev has uploaded a new change for review.

Change subject: packaging: engine-service: move service to backend subpackage
......................................................................

packaging: engine-service: move service to backend subpackage

Change-Id: I3df9c0f0d221d883c7a49b0c7f953a2ffde211c0
Signed-off-by: Alon Bar-Lev <[email protected]>
---
M packaging/fedora/spec/ovirt-engine.spec.in
1 file changed, 9 insertions(+), 9 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/46/13646/1

diff --git a/packaging/fedora/spec/ovirt-engine.spec.in 
b/packaging/fedora/spec/ovirt-engine.spec.in
index d440783..e84d507 100644
--- a/packaging/fedora/spec/ovirt-engine.spec.in
+++ b/packaging/fedora/spec/ovirt-engine.spec.in
@@ -428,15 +428,6 @@
 %config(noreplace) %{engine_etc}/engine.conf
 %dir %{engine_etc}/engine.conf.d
 
-# Files needed by the service:
-%{engine_data}/service
-%if %{install_systemd}
-%{_unitdir}/%{engine_name}.service
-%endif
-%if %{install_systemv}
-%{_initddir}/ovirt-engine
-%endif
-
 # Jar files used by all the components:
 %dir %{engine_java}
 %{engine_java}/common.jar
@@ -468,6 +459,15 @@
 # Directory for ui plugins
 %dir %{engine_data}/ui-plugins
 
+# Files needed by the service:
+%{engine_data}/service
+%if %{install_systemd}
+%{_unitdir}/%{engine_name}.service
+%endif
+%if %{install_systemv}
+%{_initddir}/ovirt-engine
+%endif
+
 # Jar files:
 %{engine_java}/bll.jar
 %{engine_java}/dal.jar


--
To view, visit http://gerrit.ovirt.org/13646
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I3df9c0f0d221d883c7a49b0c7f953a2ffde211c0
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to