Update to 144
Resolves: RHEL-74263
This commit is contained in:
parent
54bd70c526
commit
4d98dbf051
1
.gitignore
vendored
1
.gitignore
vendored
@ -123,3 +123,4 @@
|
||||
/osbuild-140.tar.gz
|
||||
/osbuild-141.tar.gz
|
||||
/osbuild-142.tar.gz
|
||||
/osbuild-144.tar.gz
|
||||
|
12
osbuild.spec
12
osbuild.spec
@ -1,7 +1,7 @@
|
||||
%global forgeurl https://github.com/osbuild/osbuild
|
||||
%global selinuxtype targeted
|
||||
|
||||
Version: 142
|
||||
Version: 144
|
||||
|
||||
%forgemeta
|
||||
|
||||
@ -148,6 +148,13 @@ Requires: python3-libdnf5 >= 5.2.1
|
||||
Requires: python3-dnf
|
||||
%endif
|
||||
|
||||
%if 0%{?fedora}
|
||||
# RHEL / CS does not have python3-license-expression
|
||||
# It is needed for validating license expressions in RPM packages when generating SBOMs
|
||||
# While SBOMs can be generated also without this package, it is recommended to have it.
|
||||
Recommends: python3-license-expression
|
||||
%endif
|
||||
|
||||
# osbuild 125 added a new "solver" field and osbuild-composer only
|
||||
# supports this since 116
|
||||
Conflicts: osbuild-composer <= 115
|
||||
@ -318,6 +325,9 @@ fi
|
||||
%{pkgdir}/solver.json
|
||||
|
||||
%changelog
|
||||
* Fri Mar 28 2025 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 144-1
|
||||
- New upstream release
|
||||
|
||||
* Fri Feb 28 2025 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 142-1
|
||||
- New upstream release
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (osbuild-142.tar.gz) = d34e44ddfd56b9a053ac96abec7b95c80ded2847d288904d329758073b1c449a73a5c6e205ceb7a91bd4cbcc51f959e6e234dcb821b0eda4ddb0613aa697e8b7
|
||||
SHA512 (osbuild-144.tar.gz) = 3f65a7ead94ce8a1a237673c3e2a2627a7db247fdc8989f952a820e0f49cd43cba3c772d71530c171b90884ab4643c3911027203c306cb110deb9678dcedbcc9
|
||||
|
Loading…
Reference in New Issue
Block a user