Adrian Schröter 2018-10-22 09:46:11 +00:00 committed by Git OBS Bridge
parent c169dce2cb
commit 6b73a11ffc
7 changed files with 20 additions and 10 deletions

View File

@ -1,5 +1,5 @@
pkgname=build pkgname=build
pkgver=20180830 pkgver=20181022
pkgrel=0 pkgrel=0
pkgdesc="Build packages in sandbox" pkgdesc="Build packages in sandbox"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')

View File

@ -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 <adrian@suse.de>
- 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 <adrian@suse.de> Wed Aug 29 13:57:07 UTC 2018 - Adrian Schröter <adrian@suse.de>

View File

@ -1,6 +1,6 @@
Format: 1.0 Format: 1.0
Source: build Source: build
Version: 20180830 Version: 20181022
Binary: build Binary: build
Maintainer: Adrian Schroeter <adrian@suse.de> Maintainer: Adrian Schroeter <adrian@suse.de>
Architecture: all Architecture: all

View File

@ -22,7 +22,7 @@ Name: build
Summary: A Script to Build SUSE Linux RPMs Summary: A Script to Build SUSE Linux RPMs
License: GPL-2.0-or-later AND GPL-2.0-only License: GPL-2.0-or-later AND GPL-2.0-only
Group: Development/Tools/Building Group: Development/Tools/Building
Version: 20180830 Version: 20181022
Release: 0 Release: 0
Source: obs-build-%{version}.tar.gz Source: obs-build-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -33,7 +33,8 @@ Requires: bash
Requires: binutils Requires: binutils
Requires: perl Requires: perl
Requires: tar Requires: tar
Requires: /bin/fuser # needed for fuser
Requires: psmisc
%if 0%{?fedora} %if 0%{?fedora}
Requires: perl-MD5 Requires: perl-MD5
Requires: perl-TimeDate Requires: perl-TimeDate

View File

@ -1,4 +1,4 @@
build (20180830) unstable; urgency=low build (20181022) unstable; urgency=low
* Update to current git trunk * Update to current git trunk
- add sles11sp2 build config and adapt autodetection - add sles11sp2 build config and adapt autodetection

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:578533fae2f037fa3fa6702a0e04f6c3d362f25ed0aacc4d4674f586e42ec96d
size 303802

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e35bd6549a36f384082c1d0fc71c9790c2829d983b5af3d2b537ab064839c104
size 306185