diff --git a/PKGBUILD b/PKGBUILD index 40e46dd1..d6c54caa 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,5 +1,5 @@ pkgname=build -pkgver=20170613 +pkgver=20170719 pkgrel=0 pkgdesc="Build packages in sandbox" arch=('i686' 'x86_64') diff --git a/build-mkbaselibs-sle.spec b/build-mkbaselibs-sle.spec index 877cb750..3e85e002 100644 --- a/build-mkbaselibs-sle.spec +++ b/build-mkbaselibs-sle.spec @@ -20,15 +20,13 @@ Name: build-mkbaselibs-sle Summary: Tools to generate base lib packages License: GPL-2.0+ Group: Development/Tools/Building -Version: 20170613 +Version: 20170719 Release: 0 #!BuildIgnore: build-mkbaselibs Provides: build-mkbaselibs Source: build-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch -# Manual requires to avoid hard require to bash-static -AutoReqProv: off %description This package contains the parts which may be installed in the inner build system diff --git a/build.changes b/build.changes index 262a5297..8616f10a 100644 --- a/build.changes +++ b/build.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Jul 19 17:16:31 UTC 2017 - adrian@suse.de + +- Initial support for layered kiwi docker image builds +- Initial support of native docker format build support +- debootstrap: generate apt caches +- debtransform: use + for release version suffix +- support full timestamps in rpm changelog +- sync default architecture macros with current rpm 4.13.0 +- support release number handling for AppImage +- drop %opensuse_bs macros for standalone builds +- fix kvm detection for newer ubuntu systems +- build config updates +- lot's of smaller improvements + ------------------------------------------------------------------- Fri Mar 17 12:57:03 UTC 2017 - adrian@suse.de diff --git a/build.dsc b/build.dsc index 0384b03a..057b5f72 100644 --- a/build.dsc +++ b/build.dsc @@ -1,6 +1,6 @@ Format: 1.0 Source: build -Version: 20170613-0 +Version: 20170719-0 Binary: build Maintainer: Adrian Schroeter Architecture: all diff --git a/build.spec b/build.spec index 5b174552..251d8ba0 100644 --- a/build.spec +++ b/build.spec @@ -22,13 +22,11 @@ Name: build Summary: A Script to Build SUSE Linux RPMs License: GPL-2.0+ and GPL-2.0 Group: Development/Tools/Building -Version: 20170613 +Version: 20170719 Release: 0 Source: obs-build-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch -# Manual requires to avoid hard require to bash-static -AutoReqProv: off %if 0%{?suse_version} > 1200 # required for test suite BuildRequires: build-mkbaselibs diff --git a/debian.changelog b/debian.changelog index 0ae8126e..8c09aca0 100644 --- a/debian.changelog +++ b/debian.changelog @@ -1,4 +1,4 @@ -build (20170613-0) unstable; urgency=low +build (20170719-0) unstable; urgency=low * Update to current git trunk - add sles11sp2 build config and adapt autodetection diff --git a/debian.compat b/debian.compat index b8626c4c..7ed6ff82 100644 --- a/debian.compat +++ b/debian.compat @@ -1 +1 @@ -4 +5 diff --git a/debian.control b/debian.control index 5f4e2433..4823cbe1 100644 --- a/debian.control +++ b/debian.control @@ -2,13 +2,16 @@ Source: build Section: devel Priority: optional Maintainer: Adrian Schroeter -Build-Depends: debhelper (>= 4) +Build-Depends: debhelper (>= 5) Standards-Version: 3.7.2 -Package: build +Package: obs-build Architecture: all Depends: ${perl:Depends}, rpm Recommends: rpm2cpio +Conflicts: build +Replaces: build +Provides: build Description: A script to build SUSE Linux RPMs This package provides a script for building RPMs for SUSE Linux in a chroot environment. diff --git a/debian.rules b/debian.rules index 84180075..fe59bc6a 100644 --- a/debian.rules +++ b/debian.rules @@ -41,7 +41,7 @@ install: build dh_testroot dh_clean -k dh_installdirs - make DESTDIR=$(CURDIR)/debian/build install + make DESTDIR=$(CURDIR)/debian/obs-build install binary-arch: build install dh_testdir diff --git a/obs-build-20170613.tar.gz b/obs-build-20170613.tar.gz deleted file mode 100644 index e9e0be00..00000000 --- a/obs-build-20170613.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8ea468a8c5ecd04070070226fa235a289047262d28515c249cb40e8a857cfc43 -size 299151 diff --git a/obs-build-20170719.tar.gz b/obs-build-20170719.tar.gz new file mode 100644 index 00000000..bff663dc --- /dev/null +++ b/obs-build-20170719.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed40bb4fcc8bf567f8fa9dda67baed210f44b565b90a10637bfe7830cbfa3be +size 302897