https://bugzilla.redhat.com/show_bug.cgi?id=2224629

Fabio Valentini <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|needinfo?(decathorpe@gmail. |fedora-review?
                   |com)                        |
             Status|NEW                         |ASSIGNED
           Assignee|[email protected]    |[email protected]



--- Comment #6 from Fabio Valentini <[email protected]> ---
Technically correct, but unnecessarily verbose.
AND and OR operators in SPDX expressions are commutative and associative, so
you can drop parentheses around (X AND Y) AND Z -> X AND Y AND Z, and (X OR Y)
and (Y OR X) are equivalent, so you can keep one and discard the other.

The result would be (sorting alphabetically):
License: Apache-2.0 AND BSD-3-Clause AND MIT AND MPL-2.0 AND Unicode-DFS-2016
AND (Apache-2.0 OR MIT) AND (Unlicense OR MIT)

However, one problem I see is the missing %{?dist} tag from the Release.
You shouldn't modify the Release / %changelog from what rust2rpm gives you
(i.e. Release: %autorelease, %changelog: %autochangelog).


-- 
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=2224629

Report this comment as SPAM: 
https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202224629%23c6
_______________________________________________
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

Reply via email to