Accepting request 933759 from openSUSE:Tools

- renamed tumbleweed config to tumbleweed
- synced tumbleweed config changes
- initial config for Leap 15.4
- docker build environment
  * Use /.dockerenv as marker for docker environment
  * support privileged docker/nspawn mode
  *  move --cap-add=SYS_ADMIN --cap-add=MKNOD to privileged mode
  * initvm: do not attempt to mount /proc and binfmt_misc handler if present
- pbuild
  * rename --hide-timestamps to --no-timestamps
  * reuse options from older builds
  * revised --single build mode
  * support ccache
- Unify ccache and sccache handling

OBS-URL: https://build.opensuse.org/request/show/933759
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/build?expand=0&rev=138
This commit is contained in:
Dominique Leuenberger 2021-12-01 19:46:34 +00:00 committed by Git OBS Bridge
commit 020b218e0c
8 changed files with 31 additions and 10 deletions

View File

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

View File

@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="manual">
<param name="revision">20211025</param>
<param name="version">20211025</param>
<param name="revision">20211125</param>
<param name="version">20211125</param>
<param name="url">git://github.com/openSUSE/obs-build.git</param>
<param name="scm">git</param>
<param name="extract">dist/build.changes</param>

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Nov 25 13:01:00 UTC 2021 - Adrian Schröter <adrian@suse.de>
- renamed tumbleweed config to tumbleweed
- synced tumbleweed config changes
- initial config for Leap 15.4
- docker build environment
* Use /.dockerenv as marker for docker environment
* support privileged docker/nspawn mode
* move --cap-add=SYS_ADMIN --cap-add=MKNOD to privileged mode
* initvm: do not attempt to mount /proc and binfmt_misc handler if present
- pbuild
* rename --hide-timestamps to --no-timestamps
* reuse options from older builds
* revised --single build mode
* support ccache
- Unify ccache and sccache handling
-------------------------------------------------------------------
Mon Oct 25 09:16:20 UTC 2021 - Adrian Schröter <adrian@suse.de>

View File

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

View File

@ -28,7 +28,7 @@ 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: 20211025
Version: 20211125
Release: 0
Source: obs-build-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -177,10 +177,13 @@ ln -s sl42.${SLE_V:3:1}.conf default.conf
# this is SUSE Leap 15 and higher
ln -s sl${SLE_V:0:2}.${SLE_V:3:1}.conf default.conf
%endif
%if !0%{?sle_version} && ( 0%{?suse_version} <= 1310 || 0%{?suse_version} == 1320 || 0%{?suse_version} == 1330 || 0%{?suse_version} == 1550 )
%if !0%{?sle_version} && ( 0%{?suse_version} <= 1310 || 0%{?suse_version} == 1320 || 0%{?suse_version} == 1330 )
# this is old openSUSE releases and Factory
ln -s sl${SUSE_V:0:2}.${SUSE_V:2:1}.conf default.conf
%endif
%if !0%{?sle_version} && ( 0%{?suse_version} == 1599 )
ln -s tumbleweed.conf default.conf
%endif
%if 0%{?sle_version} && !0%{?is_opensuse}
# this is SUSE SLE 12 and higher
ln -s sle${SLE_V:0:2}.${SLE_V:3:1}.conf default.conf

View File

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

View File

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

View File

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