From 79293efb2f7d47f4cdde4108fb4f3b6be22dc979 Mon Sep 17 00:00:00 2001 From: lauk001 Date: Wed, 3 Aug 2022 13:45:36 +0800 Subject: [PATCH] License compliance rectification --- k3s-containerd.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/k3s-containerd.spec b/k3s-containerd.spec index 1fca780..dad2672 100644 --- a/k3s-containerd.spec +++ b/k3s-containerd.spec @@ -3,9 +3,9 @@ %global version_suffix k3s1 Version: 1.6.6 Name: k3s-containerd -Release: 2 +Release: 3 Summary: An industry-standard container runtime -License: Apache 2.0 +License: Apache-2.0 URL: https://github.com/k3s-io/containerd Source0: https://github.com/k3s-io/containerd/archive/refs/tags/v%{version}-%{version_suffix}.tar.gz @@ -68,6 +68,9 @@ cp -rf %{_builddir}/containerd-%{version}-%{version_suffix}/. %{buildroot}%{_lib %changelog +* Wed Aug 03 2022 liukuo - 1.6.6-k3s1-3 +- License compliance rectification + * Tue Aug 02 2022 Ge Wang - 1.6.6-k3s1-2 - Add src code to package, which is dependended by k3s -- Gitee