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: I610d9179417bf30a0c813772564dc0ce9a5f8f7e 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-sdk refs/changes/12/32612/1 diff --git a/Makefile b/Makefile index 05b18ed..ad881e8 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all: rpm -rpmrelease:=0.4 +rpmrelease:=0.4$(rpmsuffix) rpmversion=3.6.0.0 RPMTOP=$(shell bash -c "pwd -P")/rpmtop SPEC=ovirt-engine-sdk-python.spec -- To view, visit http://gerrit.ovirt.org/32612 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I610d9179417bf30a0c813772564dc0ce9a5f8f7e Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
