From 663d9f30e49a4d45f6b0e7dd71164d3996f20573 Mon Sep 17 00:00:00 2001 From: OBS User adrianSuSE Date: Fri, 4 Mar 2016 07:36:19 +0000 Subject: [PATCH 1/3] update Rev openSUSE:Tools/275 Md5 e8049152a3f6a73c50210d6a7ef84bf9 2016-03-04 07:36:19 adrianSuSE None --- PKGBUILD | 2 +- build.changes | 24 ++++++++++++++++++++++++ build.dsc | 2 +- build.spec | 4 ++-- debian.changelog | 2 +- obs-build-20151105.tar.gz | 3 --- obs-build-20160303.tar.gz | 3 +++ 7 files changed, 32 insertions(+), 8 deletions(-) delete mode 100644 obs-build-20151105.tar.gz create mode 100644 obs-build-20160303.tar.gz diff --git a/PKGBUILD b/PKGBUILD index 6e02dbf9..276fb0c2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=build -pkgver=20151105 +pkgver=20160303 pkgrel=0 pkgdesc="Build packages in sandbox" arch=('i686' 'x86_64') diff --git a/build.changes b/build.changes index 5a03299e..b21821b3 100644 --- a/build.changes +++ b/build.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Fri Mar 4 07:29:26 UTC 2016 - adrian@suse.de + +- add switch to enable VM console input +- add --vm-user option to run kvm as non-root +- Implement experimental obscpio unpacking +- Use fallocate -p for a fast zero-fill, correctly truncate. +- PowerVM backend +- Make --ignoreignore only ignore ignores from the project config +- aggregate patches fields +- Fail simpleimage build when integration scripts fail +- mkdrpms: do not create debuginfo/source deltas + +Kiwi: +- Support new Kiwi v8 (experimental) +- Make sure kiwi is called in UTF-8 locale +- Kiwi appliance: support "replaces" attribute and handle it as buildignore +- KIWI profile support +- Support a way to map urls to OBS project/repos + +Debian: +- Support lintian when OBS_DCH_RELEASE set +- Add support for debbuild's eval and .debmacros + ------------------------------------------------------------------- Thu Nov 5 14:59:24 UTC 2015 - adrian@suse.de diff --git a/build.dsc b/build.dsc index 8cba1e8a..a528c559 100644 --- a/build.dsc +++ b/build.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: build -Version: 20151105 +Version: 20160303 Binary: build Maintainer: Adrian Schroeter Architecture: all diff --git a/build.spec b/build.spec index e75688b8..14482fad 100644 --- a/build.spec +++ b/build.spec @@ -1,7 +1,7 @@ # # spec file for package build # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ Name: build Summary: A Script to Build SUSE Linux RPMs License: GPL-2.0+ and GPL-2.0 Group: Development/Tools/Building -Version: 20151105 +Version: 20160303 Release: 0 Source: obs-build-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build diff --git a/debian.changelog b/debian.changelog index c3fd3625..8550bc30 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -build (20151105) unstable; urgency=low +build (20160303) unstable; urgency=low * Update to current git trunk - add sles11sp2 build config and adapt autodetection diff --git a/obs-build-20151105.tar.gz b/obs-build-20151105.tar.gz deleted file mode 100644 index 837f4ac4..00000000 --- a/obs-build-20151105.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e498bd32223b88bece019abfa23501bca7343ce1e8156e00f94200bb3ff24079 -size 231249 diff --git a/obs-build-20160303.tar.gz b/obs-build-20160303.tar.gz new file mode 100644 index 00000000..f624e855 --- /dev/null +++ b/obs-build-20160303.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3e546ce729ff702102a9902952dc98712c277d3a44eb4d0a6aa7f3654b0bc6f +size 235351 From 96f0392bab012573cc85f2cb7551dc6fe155b821 Mon Sep 17 00:00:00 2001 From: OBS User adrianSuSE Date: Fri, 4 Mar 2016 16:20:55 +0000 Subject: [PATCH 2/3] second attempt Rev openSUSE:Tools/276 Md5 0a45fcde84cbdce5af1dac7e41be576c 2016-03-04 16:20:55 adrianSuSE None --- PKGBUILD | 2 +- build.dsc | 2 +- build.spec | 2 +- debian.changelog | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 276fb0c2..fbfa8e6d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=build -pkgver=20160303 +pkgver=20160304 pkgrel=0 pkgdesc="Build packages in sandbox" arch=('i686' 'x86_64') diff --git a/build.dsc b/build.dsc index a528c559..68865671 100644 --- a/build.dsc +++ b/build.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: build -Version: 20160303 +Version: 20160304 Binary: build Maintainer: Adrian Schroeter Architecture: all diff --git a/build.spec b/build.spec index 14482fad..2ef8bf44 100644 --- a/build.spec +++ b/build.spec @@ -22,7 +22,7 @@ Name: build Summary: A Script to Build SUSE Linux RPMs License: GPL-2.0+ and GPL-2.0 Group: Development/Tools/Building -Version: 20160303 +Version: 20160304 Release: 0 Source: obs-build-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build diff --git a/debian.changelog b/debian.changelog index 8550bc30..9b5e2206 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -build (20160303) unstable; urgency=low +build (20160304) unstable; urgency=low * Update to current git trunk - add sles11sp2 build config and adapt autodetection From 9ca2179a3171b487f29ad0b31746785302218223 Mon Sep 17 00:00:00 2001 From: OBS User adrianSuSE Date: Fri, 4 Mar 2016 16:34:16 +0000 Subject: [PATCH 3/3] ups Rev openSUSE:Tools/277 Md5 8c111c7ee281bbd01a9bfe0a7eee7f1f 2016-03-04 16:34:16 adrianSuSE None --- obs-build-20160303.tar.gz | 3 --- obs-build-20160304.tar.gz | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 obs-build-20160303.tar.gz create mode 100644 obs-build-20160304.tar.gz diff --git a/obs-build-20160303.tar.gz b/obs-build-20160303.tar.gz deleted file mode 100644 index f624e855..00000000 --- a/obs-build-20160303.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e3e546ce729ff702102a9902952dc98712c277d3a44eb4d0a6aa7f3654b0bc6f -size 235351 diff --git a/obs-build-20160304.tar.gz b/obs-build-20160304.tar.gz new file mode 100644 index 00000000..2d5a274f --- /dev/null +++ b/obs-build-20160304.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c151274c51ae3951d3ae169e6ecd17492d650cdd38817f70ed0febe4477894a1 +size 235451