Changelog for
obs-build-20220124-1418.1.noarch.rpm :
* Thu Nov 25 2021 Adrian Schröter
- 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 2021 Adrian Schröter 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 02 2021 Adrian Schröter - Fix unpacking of deb/arch archives without bsdtar
* Mon Aug 30 2021 Adrian Schröter - fixed regression in multiline macro evaluation from 20th August release
* Fri Aug 20 2021 Adrian Schröter Features:- cross architecture build support (for rpm and kiwi)- modulemd meta data support- pbuild to build multiple source packages (initial release, can not be considered stable yet)- supporting external asset stores for source files- support multiple post build checks placed in the directory: /usr/lib/build/post-build-checks/- sccache support- New --shell-after-fail option- allow to disable squashfs in SimpleImage- supporting aarch64 kernel on armv?l distributions- kiwi: Add support for OBS-RemoteAsset and OBS-CopyToImage directives- container: FROM scratch build support Improvements:- supporting kvm builds as non-root user- Extend stage selection support for rpm builds- various distribution config updates- Support \"BuildFlags: cumulaterpms\" (was done only via suse_version before) Fixes:- container builds
* support newer podman versions
* supporting multiple containers for multi-stage builds- Supporting URL\'s in Flatpak manifests- epoch handling in debian builds- catch more cases where a failed build is marked as host error- fixing wrong status reporting when a job got killed- hugetlbfs handling fixes- try mounting selinuxfs in VM- Also create the /sys dir when preinstalling (to satisfy dracut)- various XML parser fixes- and many minor ones