From df949b5a4aed6c1f40f985e873c14db230de9cde3de70102cc1c5b9a5d2368d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 4 Mar 2016 07:36:19 +0000 Subject: [PATCH 1/3] update OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=275 --- 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 72759dc..9dd9112 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 a39762f..04940e0 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 437d0ac..078008a 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 53a7848..80c7dfa 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 9853bde..011f5fe 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 3b7b56d..0000000 --- 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 0000000..af5729d --- /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 81a2a3d62a8df330c583f8caaac0c94745a592ce67947643e120878b95e2c588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 4 Mar 2016 16:20:55 +0000 Subject: [PATCH 2/3] second attempt OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=276 --- 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 9dd9112..09f56c2 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 078008a..3c693f7 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 80c7dfa..9959b54 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 011f5fe..8f1887c 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 c0f55aa15daa27d9b0bda311d9447cf281fe586421abc3747709b41996a9e32d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 4 Mar 2016 16:34:16 +0000 Subject: [PATCH 3/3] ups OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=277 --- 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 af5729d..0000000 --- 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 0000000..8181e66 --- /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