Skip to content

Commit 8354be9

Browse files
authoredAug 22, 2023
Merge pull request containers#19683 from lsm5/main-spdx-license
[CI:BUILD] rpm: spdx compatible license field
2 parents 960b396 + ef8f4db commit 8354be9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎rpm/podman.spec

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ Epoch: 5
7777
# copr and koji builds.
7878
# If you're reading this on dist-git, the version is automatically filled in by Packit.
7979
Version: 0
80-
License: Apache-2.0 and BSD-2-Clause and BSD-3-Clause and ISC and MIT and MPL-2.0
80+
# The `AND` needs to be uppercase in the License for SPDX compatibility
81+
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
8182
Release: %autorelease
8283
%if %{defined golang_arches_future}
8384
ExclusiveArch: %{golang_arches_future}

0 commit comments

Comments
 (0)
Please sign in to comment.