SPEC/Fedora/-depsolve-dnf: recommend python3-license-expression
Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
a3428e282d
commit
f24d5c843f
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue