Fix typo on License field

Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
epel9
Michel Alexandre Salim 1 year ago
parent c6ee3e1214
commit ecafa2832a
No known key found for this signature in database
GPG Key ID: 8B229D2F7CCC04F2

@ -25,8 +25,8 @@ A structural diff that understands syntax.}
%package -n %{crate}
Summary: %{summary}
# from %%cargo_license_summar
License: # (MIT OR Apache-2.0) AND Unicode-DFS-2016 AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND MIT AND (Unlicense OR MIT) AND Zlib
# from %%cargo_license_summary
License: (MIT OR Apache-2.0) AND Unicode-DFS-2016 AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND MIT AND (Unlicense OR MIT) AND Zlib
# LICENSE.dependencies contains a full license breakdown
%description -n %{crate} %{_description}

Loading…
Cancel
Save