-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2cf0dd0
commit e6204f7
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,28 @@ | ||
------------------------------------------------------------------- | ||
Fri Sep 13 08:18:51 UTC 2024 - Adrian Schröter <[email protected]> | ||
|
||
- 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 <[email protected]> | ||
|
||
|