https://bugzilla.redhat.com/show_bug.cgi?id=2453288
Ben Beasley <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(code@musicinmybra | |in.net) | |needinfo?(code@musicinmybra | |in.net) | --- Comment #25 from Ben Beasley <[email protected]> --- This is looking encouraging at a quick glance, but I think there is a mixup in the spec file: ---- Name: libnsm Version: 0.5.2 Release: %{autorelease} Summary: C library for AWS Nitro Secure Module (NSM) API License: Apache-2.0 […] %global _description %{expand: C library for Nitro Secure Module (NSM).} %description %{summary}. SourceLicense: Apache-2.0 # These are the licenses of statically-linked Rust dependencies, from the # output of %%{cargo_license_summary}. # # Apache-2.0 # Apache-2.0 OR MIT # MIT # MIT OR Apache-2.0 %global additional_rust_licenses %{shrink: MIT AND (Apache-2.0 OR MIT) } License: Apache-2.0 AND %{additional_rust_licenses} %package devel ---- I think you meant to put the SourceLicense field, the %global additional_rust_licenses, and the augmented License field where the first License field is. Currently, these are part of the base package’s description, which is clearly unintended. -- 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=2453288 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202453288%23c25 -- _______________________________________________ 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://forge.fedoraproject.org/infra/tickets/issues/new
