From bc2e22d9adc4972d3bd0eb926389755fe367e5ec Mon Sep 17 00:00:00 2001 From: lauk Date: Tue, 10 May 2022 16:39:41 +0800 Subject: [PATCH] Change the license to Apache-2.0 --- cilium.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/cilium.spec b/cilium.spec index d2f66ea..8571586 100644 --- a/cilium.spec +++ b/cilium.spec @@ -3,9 +3,9 @@ Name: cilium Version: 1.7.0 -Release: 1 +Release: 2 Summary: eBPF-based Networking, Security, and Observability -License: Apache +License: Apache-2.0 and OFL-1.1 and GPL-2.0-or-later and MPL-2.0 and MIT and CC-BY-SA-4.0 and ISC URL: https://github.com/cilium/cilium Source0: https://github.com/cilium/cilium/archive/%{name}-v%{version}.tar.gz @@ -51,5 +51,8 @@ install -m 755 contrib/systemd/cilium.service %{buildroot}%{_libdir}/systemd/sys %{_libdir}/* %changelog +* Tue May 10 2022 liukuo - 1.7.0-2 +- Change the license to "Apache-2.0" + * Fri Jul 10 2020 openEuler Buildteam - v1.7.0-1 - Package init -- Gitee