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

Change subject: packaging: move java compatiblity symlink where it can be 
created
......................................................................

packaging: move java compatiblity symlink where it can be created

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


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/00/13700/1

diff --git a/packaging/fedora/spec/ovirt-engine.spec.in 
b/packaging/fedora/spec/ovirt-engine.spec.in
index 258451f..4b28d1a 100644
--- a/packaging/fedora/spec/ovirt-engine.spec.in
+++ b/packaging/fedora/spec/ovirt-engine.spec.in
@@ -296,11 +296,6 @@
 install -dm 755 %{buildroot}/%{engine_cache}
 install -dm 755 %{buildroot}/%{engine_run}/notifier
 
-# Needed for compatibility if package is different than the directory structure
-%if "%{name}" != "%{engine_name}"
-ln -s "%{engine_name}" "%{buildroot}%{engine_java}/../%{name}"
-%endif
-
 #
 # Force TLS/SSL for selected applications.
 #
@@ -353,6 +348,11 @@
 done
 %endif
 
+# Needed for compatibility if package is different than the directory structure
+%if "%{name}" != "%{engine_name}"
+ln -s "%{engine_name}" "%{buildroot}%{engine_java}/../%{name}"
+%endif
+
 # Install the systemd files:
 %if %{install_systemd}
 install -dm 755 %{buildroot}%{_unitdir}


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I5f25123f492b78aa1f2a311c053aca12ec86c4bd
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