https://bugzilla.redhat.com/show_bug.cgi?id=2431593
--- Comment #5 from Sergio Arroutbi <[email protected]> --- Hello. I uploaded the file as expected. I also pointed file to appropriate release and version. Let me attach updated diff: --- clevis-pin-trustee.working.in.copr.spec 2026-01-23 11:10:22.274017058 +0100 +++ clevis-pin-trustee.spec 2026-01-23 12:06:46.232203160 +0100 @@ -6,13 +6,14 @@ %global bundled_rust_deps 0 Name: clevis-pin-trustee -Version: 0.1.0 +Version: 0.0.1 Release: %autorelease Summary: Clevis PIN for Trustee attestation -License: MIT -URL: https://github.com/sarroutbi/clevis-pin-trustee -Source0: https://github.com/sarroutbi/%{name}/archive/refs/tags/v%{version}.tar.gz +# 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 +URL: https://github.com/latchset/clevis-pin-trustee +Source0: https://github.com/latchset/%{name}/archive/refs/tags/v%{version}.tar.gz BuildRequires: cargo-rpm-macros BuildRequires: openssl-devel @@ -37,6 +38,10 @@ %cargo_generate_buildrequires %build +# Generate license information for statically-linked dependencies +%cargo_license_summary +%cargo_license + # Build using cargo macros %cargo_build Regarding licensing, I extracted information from next COPR build: https://copr.fedorainfracloud.org/coprs/sarroutb/clevis-pin-trustee-fedora/build/10049798/ -- You are receiving this mail because: You are always notified about changes to this product and component You are on the CC list for the bug. 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%23c5 -- _______________________________________________ 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
