[Lsb-messages] /var/www/bzr/lsb/devel/misc-test r2399: oops, didn't mean to commit top-level makefile change, just experiment

Mats Wichmann mats at linuxfoundation.org
Sat Sep 28 15:50:38 UTC 2013


------------------------------------------------------------
revno: 2399
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: misc-test
timestamp: Sat 2013-09-28 09:50:38 -0600
message:
  oops, didn't mean to commit top-level makefile change, just experiment
modified:
  makefile
  package/Makefile
-------------- next part --------------
=== modified file 'makefile'
--- a/makefile	2013-09-28 15:26:11 +0000
+++ b/makefile	2013-09-28 15:50:38 +0000
@@ -5,8 +5,8 @@
 export LIB64=$(shell case `uname -m` in (ppc64|s390x|x86_64) echo 64 ;; esac)
 export LIBDIR=/lib$(LIB64)
 
-SUBDIRS=tetj fhschk elfchk rpmchk appchk libchk cmdchk pkgchk archk #dynchk
-RELEASEDIRS=libchk appchk cmdchk pkgchk archk #dynchk
+SUBDIRS=tetj fhschk elfchk rpmchk appchk libchk cmdchk pkgchk #archk dynchk
+RELEASEDIRS=libchk appchk cmdchk pkgchk #archk dynchk
 
 all:
 	for d in $(SUBDIRS);do (cd $$d && $(MAKE) all LSBVERSION=$$LSBVERSION);done

=== modified file 'package/Makefile'
--- a/package/Makefile	2013-09-28 15:26:11 +0000
+++ b/package/Makefile	2013-09-28 15:50:38 +0000
@@ -24,7 +24,7 @@
 
 # We define this here instead of directly in the spec file as
 # we need to be able to work out what the produced rpm files will be called
-RPM_PACKAGE_RELEASE=3
+RPM_PACKAGE_RELEASE=4
 
 # Derive date string for daily snapshots
 ISO_DATE:=$(shell date +"%Y%m%d")



More information about the lsb-messages mailing list