From 103fce51e4465c78b6b7db6622a54bb0bcd14433 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Fri, 18 Jun 2010 04:01:09 +0000 Subject: [PATCH 1/2] checked in (request 41600) Rev openSUSE:Tools/92 Md5 2846ef9d1b55a8ae965a2549b486c2db 2010-06-18 04:01:09 autobuild 41600 --- build-2010.04.15.tar.gz | 3 +++ build-2010.05.29.tar.gz | 3 --- build.changes | 18 ------------------ build.dsc | 2 +- build.spec | 2 +- 5 files changed, 5 insertions(+), 23 deletions(-) create mode 100644 build-2010.04.15.tar.gz delete mode 100644 build-2010.05.29.tar.gz diff --git a/build-2010.04.15.tar.gz b/build-2010.04.15.tar.gz new file mode 100644 index 00000000..10f037b8 --- /dev/null +++ b/build-2010.04.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b991dcf86303a884db86d508d4c661a135afbe07c460f30d94a9b71be824cf4c +size 102611 diff --git a/build-2010.05.29.tar.gz b/build-2010.05.29.tar.gz deleted file mode 100644 index 7f3a9a72..00000000 --- a/build-2010.05.29.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3edb4dc9dddb3d4b678a840885a59cf29d1d12ad06c158b5e2e8f271c2c129c6 -size 103603 diff --git a/build.changes b/build.changes index 0c438fff..c0d45206 100644 --- a/build.changes +++ b/build.changes @@ -1,21 +1,3 @@ -------------------------------------------------------------------- -Sat May 29 13:35:34 UTC 2010 - adrian@suse.de - -- update to current git - * noatime VM mount - * _service file rename happens inside of chroot/vm now. - -------------------------------------------------------------------- -Tue May 4 08:26:13 UTC 2010 - adrian@suse.de - -- update to current git - * CBinstall and CBPreninstall directive support from Jan-Simon - -------------------------------------------------------------------- -Wed Apr 21 09:58:46 UTC 2010 - adrian@suse.de - -- detect kvm virtio initrds on SUSE systems automatically - ------------------------------------------------------------------- Mon Apr 19 00:54:32 CEST 2010 - ro@suse.de diff --git a/build.dsc b/build.dsc index ac31385c..e2b3a0bf 100644 --- a/build.dsc +++ b/build.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: build -Version: 2010.05.29 +Version: 2010.04.15 Binary: build Maintainer: Adrian Schroeter Architecture: all diff --git a/build.spec b/build.spec index c19e333e..eb75e9c5 100644 --- a/build.spec +++ b/build.spec @@ -23,7 +23,7 @@ License: GPLv2+ Group: Development/Tools/Building AutoReqProv: on Summary: A Script to Build SUSE Linux RPMs -Version: 2010.05.29 +Version: 2010.04.15 Release: 3 # osc rm build-*tar.bz2 # REVISION=$(svn info https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/build | sed -ne "/Revision: /s///p") From 2699dea2d0d11be79af925cb2d2ba838ec307a69 Mon Sep 17 00:00:00 2001 From: OBS User mlschroe Date: Tue, 29 Jun 2010 13:14:59 +0000 Subject: [PATCH 2/2] Copy from openSUSE:Tools:Unstable/build via accept of submit request 42248 revision 43. Request was accepted with message: good idea, thank you! Rev openSUSE:Tools/93 Md5 6237a3be906953e0b389d9d38da5560e 2010-06-29 13:14:59 mlschroe 42248 --- build-2010.04.15.tar.gz | 3 --- build-2010.06.29.tar.gz | 3 +++ build.changes | 38 ++++++++++++++++++++++++++++++++++++++ build.dsc | 2 +- build.spec | 6 +++--- debian.changelog | 11 +++++++++++ 6 files changed, 56 insertions(+), 7 deletions(-) delete mode 100644 build-2010.04.15.tar.gz create mode 100644 build-2010.06.29.tar.gz diff --git a/build-2010.04.15.tar.gz b/build-2010.04.15.tar.gz deleted file mode 100644 index 10f037b8..00000000 --- a/build-2010.04.15.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b991dcf86303a884db86d508d4c661a135afbe07c460f30d94a9b71be824cf4c -size 102611 diff --git a/build-2010.06.29.tar.gz b/build-2010.06.29.tar.gz new file mode 100644 index 00000000..ae7cbb05 --- /dev/null +++ b/build-2010.06.29.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06335d01cbd32301fffe12548c7efdcb1215b67288e79a0f48bb557544f1a550 +size 108340 diff --git a/build.changes b/build.changes index c0d45206..2014959b 100644 --- a/build.changes +++ b/build.changes @@ -1,3 +1,41 @@ +------------------------------------------------------------------- +Tue Jun 29 15:06:06 CEST 2010 - mls@suse.de + +- update to current git + * add 11.3 config + * fix repo creation in --noinit case + * support ovf files directly + * allow multiple --oldpackages + * delta rpm support + +------------------------------------------------------------------- +Mon Jun 21 12:20:36 UTC 2010 - adrian@suse.de + +- update to current git + * fixes for image building for SLE 10 + * fix parsing of macros that contain {} blocks + * support xz decoder helper script + * don't substitute in lines with %(), the parser cannot handle it (bnc#613965) + * run kvm instance with the right number of cpus according to given parallel build jobs + +------------------------------------------------------------------- +Sat May 29 13:35:34 UTC 2010 - adrian@suse.de + +- update to current git + * noatime VM mount + * _service file rename happens inside of chroot/vm now. + +------------------------------------------------------------------- +Tue May 4 08:26:13 UTC 2010 - adrian@suse.de + +- update to current git + * CBinstall and CBPreninstall directive support from Jan-Simon + +------------------------------------------------------------------- +Wed Apr 21 09:58:46 UTC 2010 - adrian@suse.de + +- detect kvm virtio initrds on SUSE systems automatically + ------------------------------------------------------------------- Mon Apr 19 00:54:32 CEST 2010 - ro@suse.de diff --git a/build.dsc b/build.dsc index e2b3a0bf..27374b13 100644 --- a/build.dsc +++ b/build.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: build -Version: 2010.04.15 +Version: 2010.06.29 Binary: build Maintainer: Adrian Schroeter Architecture: all diff --git a/build.spec b/build.spec index eb75e9c5..ba664508 100644 --- a/build.spec +++ b/build.spec @@ -1,5 +1,5 @@ # -# spec file for package build (Version 2010.04.15) +# spec file for package build (Version 2010.05.29) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -23,8 +23,8 @@ License: GPLv2+ Group: Development/Tools/Building AutoReqProv: on Summary: A Script to Build SUSE Linux RPMs -Version: 2010.04.15 -Release: 3 +Version: 2010.06.29 +Release: 1 # osc rm build-*tar.bz2 # REVISION=$(svn info https://forgesvn1.novell.com/svn/opensuse/trunk/buildservice/src/build | sed -ne "/Revision: /s///p") # VERSION="$(date +"%Y.%m.%d").r$REVISION" diff --git a/debian.changelog b/debian.changelog index c5ac67c4..2793adf6 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,3 +1,14 @@ +build (2010.06.29-1) unstable; urgency=low + + * Update to current git trunk + - add 11.3 config + - fix repo creation in --noinit case + - support ovf files directly + - allow multiple --oldpackages + - delta rpm support + + -- Adrian Schroeter Tue, 29 Jun 2010 10:03:54 +0200 + build (2010.02.02-1) unstable; urgency=low * Update to current git trunk