https://bugzilla.redhat.com/show_bug.cgi?id=2431593
--- Comment #7 from Sergio Arroutbi <[email protected]> --- I uploaded a new version with next changes, as suggested: -- clevis-pin-trustee.spec 2026-01-26 10:26:28.143400243 +0100 +++ clevis-pin-trustee.202601261025.spec 2026-01-26 10:25:45.665429029 +0100 @@ -10,8 +10,18 @@ Release: %autorelease Summary: Clevis PIN for Trustee attestation -# License covers both source and all statically-linked dependencies -License: MIT AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND BSL-1.0 AND Unicode-3.0 AND Unicode-DFS-2016 AND Unlicense AND 0BSD AND Zlib AND ISC AND (Apache-2.0 WITH LLVM-exception) +# (Apache-2.0 OR MIT) AND BSD-3-Clause +# (MIT OR Apache-2.0) AND Unicode-DFS-2016 +# 0BSD OR MIT OR Apache-2.0 +# Apache-2.0 +# Apache-2.0 OR BSL-1.0 +# Apache-2.0 OR MIT +# BSD-2-Clause OR Apache-2.0 OR MIT +# MIT +# MIT OR Apache-2.0 +# MIT OR Zlib OR Apache-2.0 +# Unicode-3.0 +License: Apache-2.0 AND BSD-3-Clause AND Unicode-DFS-2016 AND Unicode-3.0 AND ISC AND (Apache-2.0 WITH LLVM-exception) URL: https://github.com/latchset/clevis-pin-trustee Source0: https://github.com/latchset/%{name}/archive/refs/tags/v%{version}.tar.gz @@ -40,7 +50,7 @@ %build # Generate license information for statically-linked dependencies %cargo_license_summary -%cargo_license +%cargo_license > LICENSE.dependencies # Build using cargo macros %cargo_build @@ -58,7 +68,7 @@ %cargo_test %files -%license LICENSES/MIT.txt +%license LICENSE.dependencies %doc README.md %{_bindir}/%{name} %{_bindir}/clevis-encrypt-trustee Let me justify License selection: # Upstream license specification: MIT # # Resolved license choices from vendored dependencies: # - For "MIT OR Apache-2.0" → chose Apache-2.0 # - For "0BSD OR MIT OR Apache-2.0" → chose Apache-2.0 # - For "BSD-2-Clause OR Apache-2.0 OR MIT" → chose Apache-2.0 # - For "Apache-2.0 OR BSL-1.0" → chose Apache-2.0 # - For "MIT OR Zlib OR Apache-2.0" → chose Apache-2.0 # # Required AND combinations: # - encoding_rs: (chose Apache-2.0) AND BSD-3-Clause # - regex-syntax: (chose Apache-2.0) AND Unicode-DFS-2016 # - ring: Apache-2.0 AND ISC # - Other mandatory licenses: Unicode-3.0, Apache-2.0 WITH LLVM-exception # -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2431593 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202431593%23c7 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
