[Lsb-messages] /var/www/bzr/lsb/devel/lsb-setup r20: fix up version stuff again (bug 3599) and stamp out freestandards.org

Mats Wichmann mats at linuxfoundation.org
Fri Apr 18 21:58:57 UTC 2014


------------------------------------------------------------
revno: 20
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: lsb-setup
timestamp: Fri 2014-04-18 15:58:57 -0600
message:
  fix up version stuff again (bug 3599) and stamp out freestandards.org
modified:
  scripts/package/Makefile
-------------- next part --------------
=== modified file 'scripts/package/Makefile'
--- a/scripts/package/Makefile	2014-03-23 03:58:08 +0000
+++ b/scripts/package/Makefile	2014-04-18 21:58:57 +0000
@@ -2,7 +2,7 @@
 # XXX a specfile from this info, but not yet: for now keep in sync
 PACKAGE=lsb-setup
 VERSION=5.0.0
-RELEASE=1
+BUILDNO=2
 
 #
 # Derive date string for daily snapshots
@@ -22,9 +22,10 @@
 # OFFICIAL_RELEASE should be set to the tag to extract from CVS
 ifdef OFFICIAL_RELEASE
 # EXPORT_TAG should be set to the cvs tag to use
+RELEASE=$(BUILDNO)
 EXPORT_TAG=-r $(OFFICIAL_RELEASE)
 else
-RELEASE=0.$(ISO_DATE)
+RELEASE=0.$(ISO_DATE).$(BUILDNO)
 EXPORT_TAG=-D now
 endif
 
@@ -48,7 +49,7 @@
 RPM_SRPM_DIR=$(RPM_TMP_BUILD_DIR)/SRPMS
 
 # Override this on the command line to use a different repo
-BZRTREES?=http://bzr.freestandards.org/lsb/devel
+BZRTREES?=http://bzr.linuxfoundation.org/lsb/devel
 BZR_MODULE=makelsbpkg
 
 # Default target



More information about the lsb-messages mailing list