From a6fc492764b2d3bbd4373c9befed81e8e35da5ef4f2b16203e82f9ab04558d7f Mon Sep 17 00:00:00 2001 From: Frank Schreiner Date: Fri, 29 Jun 2018 12:16:59 +0000 Subject: [PATCH] - docker: * use a correct prefixed label for disturl * Support building multiple image types containing a docker image * Set build user to root for docker/fissile builds * Compress containers so that old kiwi versions can handle them * Put obs-docker-support uninstall before the last user line * Also pass arch and buildflavor when creating the containerinfo * set disturl as container LABEL * Uncompress kiwi generated containers * build-vm-docker: type=bind instead of type=volume in --mount option - computeblocklists/extractbuild: * Tweak verbose logging of directories in computeblocklists/extractbuild * add support for FIEMAP ioctl * don't use bare F for file * document and use alternate ioctl numbers * more tweaks and sanity checks * Fallback to encode/decode helpers if perl does not support 'Q' in pack/unpack * Use 'eval' when querying the blocklist - Misc: * fix escaping in regexp * log toplevel KIWI directories in verbose mode * Split kiwi product parser in a separate function * Always add extra dependencies when doing sysdeps expansion * Fix REPOTYPE setting if the PKGCONFIG file is generated by a service * support zypper's handling of versioned deps * pam-modules got dropped on sles 15 * testing for build specific filesystem, which are more important then worker defaults * mark lint option as obsolete * Make sure that we know all pre/vminstalls OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build?expand=0&rev=354 --- PKGBUILD | 2 +- build.changes | 34 ++++++++++++++++++++++++++++++++++ build.dsc | 2 +- build.spec | 2 +- debian.changelog | 2 +- obs-build-20180329.tar.gz | 3 --- obs-build-20180629.tar.gz | 3 +++ 7 files changed, 41 insertions(+), 7 deletions(-) delete mode 100644 obs-build-20180329.tar.gz create mode 100644 obs-build-20180629.tar.gz diff --git a/PKGBUILD b/PKGBUILD index e147c39..1607f18 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=build -pkgver=20180329 +pkgver=20180629 pkgrel=0 pkgdesc="Build packages in sandbox" arch=('i686' 'x86_64') diff --git a/build.changes b/build.changes index a48934d..1bcf447 100644 --- a/build.changes +++ b/build.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Fri Jun 29 12:02:10 UTC 2018 - FSchreiner@suse.com + +- docker: + * use a correct prefixed label for disturl + * Support building multiple image types containing a docker image + * Set build user to root for docker/fissile builds + * Compress containers so that old kiwi versions can handle them + * Put obs-docker-support uninstall before the last user line + * Also pass arch and buildflavor when creating the containerinfo + * set disturl as container LABEL + * Uncompress kiwi generated containers + * build-vm-docker: type=bind instead of type=volume in --mount option +- computeblocklists/extractbuild: + * Tweak verbose logging of directories in computeblocklists/extractbuild + * add support for FIEMAP ioctl + * don't use bare F for file + * document and use alternate ioctl numbers + * more tweaks and sanity checks + * Fallback to encode/decode helpers if perl does not support 'Q' in pack/unpack + * Use 'eval' when querying the blocklist +- Misc: + * fix escaping in regexp + * log toplevel KIWI directories in verbose mode + * Split kiwi product parser in a separate function + * Always add extra dependencies when doing sysdeps expansion + * Fix REPOTYPE setting if the PKGCONFIG file is generated by a service + * support zypper's handling of versioned deps + * pam-modules got dropped on sles 15 + * testing for build specific filesystem, which are more important then worker defaults + * mark lint option as obsolete + * Make sure that we know all pre/vminstalls + + ------------------------------------------------------------------- Tue Apr 3 11:30:47 UTC 2018 - adrian@suse.de diff --git a/build.dsc b/build.dsc index 6de92e9..52f7f7a 100644 --- a/build.dsc +++ b/build.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: build -Version: 20180329 +Version: 20180629 Binary: build Maintainer: Adrian Schroeter Architecture: all diff --git a/build.spec b/build.spec index fc1a248..aa67066 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-or-later AND GPL-2.0-only Group: Development/Tools/Building -Version: 20180329 +Version: 20180629 Release: 0 Source: obs-build-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build diff --git a/debian.changelog b/debian.changelog index 7d307b5..af2bb86 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -build (20180329) unstable; urgency=low +build (20180629) unstable; urgency=low * Update to current git trunk - add sles11sp2 build config and adapt autodetection diff --git a/obs-build-20180329.tar.gz b/obs-build-20180329.tar.gz deleted file mode 100644 index ad0b444..0000000 --- a/obs-build-20180329.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f333aebba43f31803155779e2a5d112882769d4e05b63a3cf29fc6c52fb535d6 -size 297319 diff --git a/obs-build-20180629.tar.gz b/obs-build-20180629.tar.gz new file mode 100644 index 0000000..4ab6ee2 --- /dev/null +++ b/obs-build-20180629.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b2581582446b08609b1aa6d835241f4e29332a28d8a4993fe851aeb6daa1e0e +size 300886