[CI:BUILD] rpm: spdx compatible license field
The lowercase `and` in the License field isn't compatible with spdx license format. This commit replaces all `and` with `AND` in the License field in spec. [NO NEW TESTS NEEDED] Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
parent
0058602e50
commit
e997a966f8
|
@ -36,7 +36,8 @@ Epoch: 102
|
||||||
# copr and koji builds.
|
# copr and koji builds.
|
||||||
# If you're reading this on dist-git, the version is automatically filled in by Packit.
|
# If you're reading this on dist-git, the version is automatically filled in by Packit.
|
||||||
Version: 0
|
Version: 0
|
||||||
License: Apache-2.0 and BSD-2-Clause and BSD-3-Clause and ISC and MIT and MPL-2.0
|
# The `AND` needs to be uppercase in the License for SPDX compatibility
|
||||||
|
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
|
||||||
Release: %autorelease
|
Release: %autorelease
|
||||||
%if %{defined golang_arches_future}
|
%if %{defined golang_arches_future}
|
||||||
ExclusiveArch: %{golang_arches_future}
|
ExclusiveArch: %{golang_arches_future}
|
||||||
|
|
Loading…
Reference in New Issue