Repository: incubator-madlib
Updated Branches:
  refs/heads/master 82e56a46f -> 21bec82ba


Build: Ensure gppkg version does not contain hyphen


Project: http://git-wip-us.apache.org/repos/asf/incubator-madlib/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-madlib/commit/21bec82b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-madlib/tree/21bec82b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-madlib/diff/21bec82b

Branch: refs/heads/master
Commit: 21bec82ba2c7c708aed4f626b3e161c95f0e5f75
Parents: 82e56a4
Author: Rahul Iyer <ri...@apache.org>
Authored: Mon Nov 28 16:12:21 2016 -0800
Committer: Rahul Iyer <ri...@apache.org>
Committed: Mon Nov 28 16:12:21 2016 -0800

----------------------------------------------------------------------
 deploy/gppkg/madlib.spec.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-madlib/blob/21bec82b/deploy/gppkg/madlib.spec.in
----------------------------------------------------------------------
diff --git a/deploy/gppkg/madlib.spec.in b/deploy/gppkg/madlib.spec.in
index e922e1f..feb7473 100644
--- a/deploy/gppkg/madlib.spec.in
+++ b/deploy/gppkg/madlib.spec.in
@@ -2,13 +2,13 @@
 %define __os_install_post %{nil}
 %define _rpmfilename      @MADLIB_GPPKG_RPM_FILE_NAME@
 %define _unpackaged_files_terminate_build 0
-%define _madlib_version  @MADLIB_VERSION_STRING@
+%define _madlib_version  @MADLIB_VERSION_STRING_NO_HYPHEN@
 
 BuildRoot:      @MADLIB_GPPKG_RPM_SOURCE_DIR@
 Summary:        MADlib for @GPDB_VARIANT@ Database
 License:        @CPACK_RPM_PACKAGE_LICENSE@
 Name:           madlib
-Version:        @MADLIB_VERSION_STRING@
+Version:        @MADLIB_VERSION_STRING_NO_HYPHEN@
 Release:        @MADLIB_GPPKG_RELEASE_NUMBER@
 Group:          @CPACK_RPM_PACKAGE_GROUP@
 Prefix:         /usr/local

Reply via email to