Hello community, here is the log from the commit of package build for openSUSE:Factory checked in at 2020-01-25 13:23:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/build (Old) and /work/SRC/openSUSE:Factory/.build.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "build" Sat Jan 25 13:23:13 2020 rev:129 rq:766951 version:20200124.1 Changes: -------- --- /work/SRC/openSUSE:Factory/build/build.changes 2020-01-10 18:40:44.411498841 +0100 +++ /work/SRC/openSUSE:Factory/.build.new.26092/build.changes 2020-01-25 13:23:51.540028639 +0100 @@ -1,0 +2,31 @@ +Fri Jan 24 15:44:00 UTC 2020 - Adrian Schröter <[email protected]> + +- fix SLE 15 configurations +- Fix dist autodetection for sle15-sp2 + +------------------------------------------------------------------- +Fri Jan 24 14:38:29 UTC 2020 - Adrian Schröter <[email protected]> + +- Fix crash when using preinstall dependency expansion in OBS +- build-vm-kvm: use /boot/kernel.obs.build and /boot/initrd.obs.build + as fallback regardless of the platform to have a global fallback + kernel to use for distros that do not use the "kernel-obs-build" + package to provide the guests kernel and initrd as the system + binaries are not reliable for use in a guest system +- use abuild user if $NOROOTFORBUILD is set. + +------------------------------------------------------------------- +Wed Jan 22 12:30:41 UTC 2020 - Adrian Schröter <[email protected]> + +- fix createrepo existens check for appimager and docker builds + in chroot +- support to use virt-make-fs for ext3 VM builds + +------------------------------------------------------------------- +Fri Jan 10 09:28:39 UTC 2020 - Adrian Schröter <[email protected]> + +- Arch Linux zstd format support +- fix testbuild fail with latest rpm in SP2 and Leap 15.2 +- do not retry automatically on disk full error + +------------------------------------------------------------------- Old: ---- obs-build-20200107.tar.gz New: ---- obs-build-20200124.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ build.spec ++++++ --- /var/tmp/diff_new_pack.1pzFZr/_old 2020-01-25 13:23:55.992030589 +0100 +++ /var/tmp/diff_new_pack.1pzFZr/_new 2020-01-25 13:23:55.996030591 +0100 @@ -18,11 +18,17 @@ # needsbinariesforbuild -Name: build +%if 0%{?fedora} || 0%{?rhel} +%define __pkg_name obs-build +%else +%define __pkg_name build +%endif + +Name: %{__pkg_name} Summary: A Script to Build SUSE Linux RPMs License: GPL-2.0-only OR GPL-3.0-only Group: Development/Tools/Building -Version: 20200107 +Version: 20200124.1 Release: 0 Source: obs-build-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -67,11 +73,11 @@ %endif %if 0%{?suse_version} > 1120 || ! 0%{?suse_version} -Requires: build-mkbaselibs +Requires: %{__pkg_name}-mkbaselibs %endif %if 0%{?suse_version} > 1120 || 0%{?mdkversion} -Recommends: build-mkdrpms +Recommends: %{__pkg_name}-mkdrpms %endif %description @@ -95,7 +101,7 @@ Group: Development/Tools/Building Requires: deltarpm # XXX: we wanted to avoid that but mkdrpms needs Build::Rpm::rpmq -Requires: build +Requires: %{__pkg_name} %description mkdrpms This package contains the parts which may be installed in the inner build system @@ -110,11 +116,11 @@ %package initvm-%{initvm_arch} Summary: Virtualization initializer for emulated cross architecture builds Group: Development/Tools/Building -Requires: build +Requires: %{__pkg_name} BuildRequires: gcc BuildRequires: glibc-devel -Provides: build-initvm -Obsoletes: build-initvm +Provides: %{__pkg_name}-initvm +Obsoletes: %{__pkg_name}-initvm %if 0%{?suse_version} > 1200 BuildRequires: glibc-devel-static %endif ++++++ PKGBUILD ++++++ --- /var/tmp/diff_new_pack.1pzFZr/_old 2020-01-25 13:23:56.020030602 +0100 +++ /var/tmp/diff_new_pack.1pzFZr/_new 2020-01-25 13:23:56.020030602 +0100 @@ -1,5 +1,5 @@ pkgname=build -pkgver=20200107 +pkgver=20200124.1 pkgrel=0 pkgdesc="Build packages in sandbox" arch=('i686' 'x86_64') ++++++ _service ++++++ --- /var/tmp/diff_new_pack.1pzFZr/_old 2020-01-25 13:23:56.032030607 +0100 +++ /var/tmp/diff_new_pack.1pzFZr/_new 2020-01-25 13:23:56.032030607 +0100 @@ -1,6 +1,7 @@ <services> <service name="tar_scm" mode="disabled"> - <param name="versionformat">%ad</param> + <param name="revision">20200124.1</param> + <param name="version">20200124.1</param> <param name="url">git://github.com/openSUSE/obs-build.git</param> <param name="scm">git</param> <param name="extract">dist/build.changes</param> ++++++ build.dsc ++++++ --- /var/tmp/diff_new_pack.1pzFZr/_old 2020-01-25 13:23:56.048030614 +0100 +++ /var/tmp/diff_new_pack.1pzFZr/_new 2020-01-25 13:23:56.048030614 +0100 @@ -1,6 +1,6 @@ Format: 1.0 Source: build -Version: 20200107 +Version: 20200124.1 Binary: build Maintainer: Adrian Schroeter <[email protected]> Architecture: all ++++++ debian.changelog ++++++ --- /var/tmp/diff_new_pack.1pzFZr/_old 2020-01-25 13:23:56.064030621 +0100 +++ /var/tmp/diff_new_pack.1pzFZr/_new 2020-01-25 13:23:56.068030623 +0100 @@ -1,4 +1,4 @@ -build (20200107) unstable; urgency=low +build (20200124.1) unstable; urgency=low * Update to current git trunk - add sles11sp2 build config and adapt autodetection ++++++ obs-build-20200107.tar.gz -> obs-build-20200124.1.tar.gz ++++++ ++++ 4145 lines of diff (skipped)
