We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 960b396 + ef8f4db commit 8354be9Copy full SHA for 8354be9
rpm/podman.spec
@@ -77,7 +77,8 @@ Epoch: 5
77
# copr and koji builds.
78
# If you're reading this on dist-git, the version is automatically filled in by Packit.
79
Version: 0
80
-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
81
+License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
82
Release: %autorelease
83
%if %{defined golang_arches_future}
84
ExclusiveArch: %{golang_arches_future}
0 commit comments