diff --git a/PKGBUILD b/PKGBUILD index e97f4ec..0125338 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=build -pkgver=20180830 +pkgver=20181022 pkgrel=0 pkgdesc="Build packages in sandbox" arch=('i686' 'x86_64') diff --git a/build.changes b/build.changes index 35c4a9f..f84fa8c 100644 --- a/build.changes +++ b/build.changes @@ -1,7 +1,16 @@ ------------------------------------------------------------------- -Tue Sep 18 11:35:42 UTC 2018 - bwiedemann@suse.com +Mon Oct 22 09:43:20 UTC 2018 - Adrian Schröter -- Require fuser at runtime to kill processes +- require psmisc util for fuser +- Start debian support for kiwi images/containers +- Support building with unordered repositories for kiwi/docker builds +- Write the package list of the base container in kiwi container builds +- Support kiwi's "additionaltags" attribute (added in kiwi 9.15.3) +- Add some substitutes for the extra container tags +- Support "OBS-AddTag" directive to set multiple container tags in kiwi builds +- Archlinux updates +- SLE 12 SP4 config +- Appimage: support source file parsing ------------------------------------------------------------------- Wed Aug 29 13:57:07 UTC 2018 - Adrian Schröter diff --git a/build.dsc b/build.dsc index 2587d05..066f226 100644 --- a/build.dsc +++ b/build.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: build -Version: 20180830 +Version: 20181022 Binary: build Maintainer: Adrian Schroeter Architecture: all diff --git a/build.spec b/build.spec index 72b1d18..b02b961 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: 20180830 +Version: 20181022 Release: 0 Source: obs-build-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -33,7 +33,8 @@ Requires: bash Requires: binutils Requires: perl Requires: tar -Requires: /bin/fuser +# needed for fuser +Requires: psmisc %if 0%{?fedora} Requires: perl-MD5 Requires: perl-TimeDate diff --git a/debian.changelog b/debian.changelog index 5d9f1cb..9238337 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -build (20180830) unstable; urgency=low +build (20181022) unstable; urgency=low * Update to current git trunk - add sles11sp2 build config and adapt autodetection diff --git a/obs-build-20180830.tar.gz b/obs-build-20180830.tar.gz deleted file mode 100644 index 1da5be5..0000000 --- a/obs-build-20180830.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:578533fae2f037fa3fa6702a0e04f6c3d362f25ed0aacc4d4674f586e42ec96d -size 303802 diff --git a/obs-build-20181022.tar.gz b/obs-build-20181022.tar.gz new file mode 100644 index 0000000..36c011a --- /dev/null +++ b/obs-build-20181022.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e35bd6549a36f384082c1d0fc71c9790c2829d983b5af3d2b537ab064839c104 +size 306185