migrated to SPDX license

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
This commit is contained in:
Lokesh Mandvekar 2023-03-06 16:53:58 +05:30
parent 4f111212f3
commit a2a4a1bbc6

View File

@ -18,7 +18,7 @@
Name: netavark
Version: %{gen_version}
Release: %autorelease
License: ASL 2.0 and BSD and MIT
License: Apache-2.0 and BSD-2-Clause and BSD-3-Clause and MIT
ExclusiveArch: %{arm32} %{arm64} ppc64le s390x x86_64
Summary: OCI network stack
URL: https://github.com/containers/%{name}
@ -300,7 +300,7 @@ go-md2man -in %{name}.1.md -out %{name}.1
%files
%license LICENSE
%dir %{_libexecdir}/podman
%{_libexecdir}/podman/%{name}
%{_libexecdir}/podman/%{name}*
%ifarch %{golang_arches}
%{_mandir}/man1/%{name}.1*
%endif