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

Change subject: packaging: add configurable prefix to rpm list
......................................................................

packaging: add configurable prefix to rpm list

Change-Id: I321fd181d6bea292dec210a438bc923b66067200
Signed-off-by: Alon Bar-Lev <alo...@redhat.com>
---
M packaging/fedora/setup/basedefs.py
1 file changed, 11 insertions(+), 11 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/07/10307/1

diff --git a/packaging/fedora/setup/basedefs.py 
b/packaging/fedora/setup/basedefs.py
index 7fb33aa..52ea280 100644
--- a/packaging/fedora/setup/basedefs.py
+++ b/packaging/fedora/setup/basedefs.py
@@ -192,17 +192,17 @@
 SPACE_LEN=70
 
 RPM_LOCK_LIST = """
-ovirt-engine
-ovirt-engine-backend
-ovirt-engine-config
-ovirt-engine-dbscripts
-ovirt-engine-genericapi
-ovirt-engine-notification-service
-ovirt-engine-restapi
-ovirt-engine-tools-common
-ovirt-engine-userportal
-ovirt-engine-webadmin-portal
-"""
+{name}
+{name}-backend
+{name}-config
+{name}-dbscripts
+{name}-genericapi
+{name}-notification-service
+{name}-restapi
+{name}-tools-common
+{name}-userportal
+{name}-webadmin-portal
+""".format(name=ENGINE_RPM_NAME)
 
 # The list of directories where JVMs will be searched for:
 JAVA_DIRS = [


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I321fd181d6bea292dec210a438bc923b66067200
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to