Accepting request 927270: Features:

- deb zstd support (for Ubuntu 21.10)
- support KVM builds with enabled network
- modulemd support improvements
- Support a "Distmacro" directive for recipe parser-only macros
Fixes:
- Load selinux policy when using a preinstall image
- Use the pax format for preinstall images if bsdtar is available
- Add %riscv to std_macros
- Fix combine_configs dropping newlines
pbuild:
- Implement SCC calculation
- Improve --shell-after-build and --single options
- initial documentation of pbuild
- Bugfixes

Rev openSUSE:Factory/137 Md5 02b50373c0d5715baaa90c19194eb856 2021-10-30 21:13:10 dimstar_suse 927270
This commit is contained in:
OBS User dimstar_suse 2021-10-30 21:13:10 +00:00 committed by Git OBS Bridge
commit d866587c97
8 changed files with 31 additions and 10 deletions

View File

@ -1,5 +1,5 @@
pkgname=build
pkgver=20210902
pkgver=20211025
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">20210902</param>
<param name="version">20210902</param>
<param name="revision">20211025</param>
<param name="version">20211025</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,24 @@
-------------------------------------------------------------------
Mon Oct 25 09:16:20 UTC 2021 - Adrian Schröter <adrian@suse.de>
Features:
- deb zstd support (for Ubuntu 21.10)
- support KVM builds with enabled network
- modulemd support improvements
- Support a "Distmacro" directive for recipe parser-only macros
Fixes:
- Load selinux policy when using a preinstall image
- Use the pax format for preinstall images if bsdtar is available
- Add %riscv to std_macros
- Fix combine_configs dropping newlines
pbuild:
- Implement SCC calculation
- Improve --shell-after-build and --single options
- initial documentation of pbuild
- Bugfixes
-------------------------------------------------------------------
Thu Sep 2 09:18:33 UTC 2021 - Adrian Schröter <adrian@suse.de>

View File

@ -1,6 +1,6 @@
Format: 1.0
Source: build
Version: 20210902
Version: 20211025
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: 20210902
Version: 20211025
Release: 0
Source: obs-build-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -254,7 +254,7 @@ fi
%files
%defattr(-,root,root)
%doc README.md
%doc README.md docs
/usr/bin/build
/usr/bin/pbuild
/usr/bin/buildvc

View File

@ -1,4 +1,4 @@
build (20210902) unstable; urgency=low
build (20211025) 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:bb9a22f9467483119dce811bfdc758fbd3140efb1f05f4db5f11b1814a934874
size 485561

View File

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