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/17/32617/1 diff --git a/Makefile b/Makefile index ed9e37f..6005556 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all: rpm -rpmrelease:=0.1 +rpmrelease:=0.1$(rpmsuffix) rpmversion=3.5.0.5 RPMTOP=$(shell bash -c "pwd -P")/rpmtop SPEC=ovirt-engine-cli.spec -- To view, visit http://gerrit.ovirt.org/32617 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: cli_3.5 Gerrit-Owner: Juan Hernandez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
