From e6204f77bba15efd7942c812eea0d58516981e55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Fri, 13 Sep 2024 10:35:33 +0200 Subject: [PATCH] New release 20240913 --- dist/build.changes | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/dist/build.changes b/dist/build.changes index bab2e9cd..0985d122 100644 --- a/dist/build.changes +++ b/dist/build.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Fri Sep 13 08:18:51 UTC 2024 - Adrian Schröter + +- SBOM generation: + - Adding golang introspection support + - Adding rust binary introspection support + - Keep track of unknwon licenses and add a "hasExtractedLicensingInfos" + section + - Also normalize licenses for cyclonedx + - Make generate_sbom errors fatal + - general improvements +- Fix noprep building not working because the buildir is removed +- kiwi image: also detect a debian build if /var/lib/dpkg/status is present +- Do not use the Encode module to convert a code point to utf8 +- Fix personality syscall number for riscv +- add more required recommendations for KVM builds +- set PACKAGER field in build-recipe-arch +- fix writing _modulemd.yaml +- pbuild: support --release and --baselibs option +- container: + - copy base container information from the annotation into the + containerinfo + - track base containers over multiple stages + - always put the base container last in the dependencies + ------------------------------------------------------------------- Tue Jul 23 08:53:20 UTC 2024 - Adrian Schröter