Juan Hernandez has uploaded a new change for review.

Change subject: sdk: Add optional suffix to RPM release
......................................................................

sdk: Add optional suffix to RPM release

This patch adds an optional "rpmsuffix" variable that will be added to
the RPM release number. The default value is empty. It is intended for
automatic build systems, so that the release number will be respected
and this suffix will be used to produce unique numbers.

Change-Id: I12f18a311e2f310a7d7092a622d9d32abacaf90c
Signed-off-by: Juan Hernandez <[email protected]>
---
M Makefile
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-cli refs/changes/16/32616/1

diff --git a/Makefile b/Makefile
index 86a909f..81c5e63 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 all: rpm
 
-rpmrelease:=0.1
+rpmrelease:=0.1$(rpmsuffix)
 rpmversion=3.6.0.0
 RPMTOP=$(shell bash -c "pwd -P")/rpmtop
 SPEC=ovirt-engine-cli.spec


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

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

Reply via email to