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:
commit
d866587c97
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
||||
pkgname=build
|
||||
pkgver=20210902
|
||||
pkgver=20211025
|
||||
pkgrel=0
|
||||
pkgdesc="Build packages in sandbox"
|
||||
arch=('i686' 'x86_64')
|
||||
|
4
_service
4
_service
@ -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>
|
||||
|
@ -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>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Format: 1.0
|
||||
Source: build
|
||||
Version: 20210902
|
||||
Version: 20211025
|
||||
Binary: build
|
||||
Maintainer: Adrian Schroeter <adrian@suse.de>
|
||||
Architecture: all
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb9a22f9467483119dce811bfdc758fbd3140efb1f05f4db5f11b1814a934874
|
||||
size 485561
|
3
obs-build-20211025.tar.gz
Normal file
3
obs-build-20211025.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4fbd47674046157656d7fc95eb0d8fc3fe28047e3f245001eb3839af51ca086
|
||||
size 511118
|
Loading…
Reference in New Issue
Block a user