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