[Lsb-messages] /var/www/bzr/lsb/4.1/olver-core-tests r103: backport package versioning changes

Mats Wichmann mats at linuxfoundation.org
Thu Aug 28 13:58:20 UTC 2014


------------------------------------------------------------
revno: 103
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: olver-core-tests
timestamp: Thu 2014-08-28 07:58:20 -0600
message:
  backport package versioning changes
modified:
  package/Makefile
-------------- next part --------------
=== modified file 'package/Makefile'
--- a/package/Makefile	2014-08-28 13:51:27 +0000
+++ b/package/Makefile	2014-08-28 13:58:20 +0000
@@ -1,6 +1,6 @@
 PACKAGE=lsb-test-olver-core
-VERSION=4.1.6
-RELEASE=1
+VERSION=4.1.7
+BUILDNO=1
 
 # for pkgchk
 DEPS=
@@ -16,12 +16,12 @@
 # Handle different version generation for snapshots than for official builds
 # OFFICIAL_RELEASE should be set to the tag to extract from BZR
 ifdef OFFICIAL_RELEASE
-	VERSION_SUFFIX=
-	# EXPORT_TAG should be set to the bzr tag to use
-	EXPORT_TAG=--revision=$(OFFICIAL_RELEASE)
+RELEASE=$(BUILDNO)
+# EXPORT_TAG should be set to the bzr tag to use
+EXPORT_TAG=--revision=$(OFFICIAL_RELEASE)
 else
-	VERSION_SUFFIX=.$(ISO_DATE)
-	EXPORT_TAG=
+RELEASE=0.$(ISO_DATE).$(BUILDNO)
+EXPORT_TAG=
 endif
 
 # Determine whether to use rpm or rpmbuild to build the packages



More information about the lsb-messages mailing list