diff --git a/PKGBUILD b/PKGBUILD index 0ae59cd4..b49c1cdc 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=build -pkgver=20180209 +pkgver=20180329 pkgrel=0 pkgdesc="Build packages in sandbox" arch=('i686' 'x86_64') diff --git a/build.changes b/build.changes index 5682acbf..168852a4 100644 --- a/build.changes +++ b/build.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Apr 3 11:30:47 UTC 2018 - adrian@suse.de + +- KIWI: Support OBS-Profiles kiwi annotation + kiwi profile filtering +- Switch to a little perl http server to get rid of the python2 dependency +- Avoid Ubuntu 18.04 uncompress failure messages +- Don't rely on AppImage's auto-detection for architecture +- build-recipe-livebuild: count ONIE images as build results + ------------------------------------------------------------------- Fri Feb 9 15:17:38 UTC 2018 - adrian@suse.de diff --git a/build.dsc b/build.dsc index 6becf932..fc9f470a 100644 --- a/build.dsc +++ b/build.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: build -Version: 20180209 +Version: 20180329 Binary: build Maintainer: Adrian Schroeter Architecture: all diff --git a/build.spec b/build.spec index fb45f63c..05795107 100644 --- a/build.spec +++ b/build.spec @@ -20,9 +20,9 @@ Name: build Summary: A Script to Build SUSE Linux RPMs -License: GPL-2.0+ and GPL-2.0 +License: GPL-2.0-or-later AND GPL-2.0-only Group: Development/Tools/Building -Version: 20180209 +Version: 20180329 Release: 0 Source: obs-build-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -53,6 +53,7 @@ Recommends: perl(YAML) Recommends: perl(YAML::LibYAML) Recommends: bsdtar Recommends: qemu-linux-user +Recommends: /sbin/mkfs.ext3 %endif %if 0%{?suse_version} > 1120 || ! 0%{?suse_version} diff --git a/debian.changelog b/debian.changelog index d7fa609c..a696a99f 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -build (20180209) unstable; urgency=low +build (20180329) unstable; urgency=low * Update to current git trunk - add sles11sp2 build config and adapt autodetection diff --git a/obs-build-20180209.tar.gz b/obs-build-20180209.tar.gz deleted file mode 100644 index db12851c..00000000 --- a/obs-build-20180209.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d017767bc499ceea18458016baf4506cfff8b408d2518cc1e4c8786b9810363c -size 322116 diff --git a/obs-build-20180329.tar.gz b/obs-build-20180329.tar.gz new file mode 100644 index 00000000..01a043d5 --- /dev/null +++ b/obs-build-20180329.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f333aebba43f31803155779e2a5d112882769d4e05b63a3cf29fc6c52fb535d6 +size 297319