From d8c64e85cdb50e9ba29826a04dc94b995cfc79f5 Mon Sep 17 00:00:00 2001 From: lauk Date: Tue, 17 May 2022 16:52:06 +0800 Subject: [PATCH] License compliance rectification --- sysdig.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/sysdig.spec b/sysdig.spec index 0554645..24215de 100644 --- a/sysdig.spec +++ b/sysdig.spec @@ -2,14 +2,13 @@ %define libsversion 033c4b9f28e58e20a5822bd8a7419beea098af91 %define b64version 1.4.1 %define valijsonversion 0.6 -%define kernelversion %(uname -r |sed 's/-/_/g').1 Name: sysdig Version: %{sysdigversion} -Release: %{kernelversion}.1 +Release: 2 Summary: Linux system exploration and troubleshooting tool with first class support for containers -License: Apache v2.0 +License: GPL-2.0-or-later and BSL-1.0 and Public Domain and MIT and GPL-2.0-only and Apache-2.0 and JSON URL: https://github.com/draios/sysdig Source0: https://github.com/draios/sysdig/archive/refs/tags/%{sysdigversion}.tar.gz#/%{name}-%{sysdigversion}.tar.gz Source1: https://github.com/falcosecurity/libs/archive/%{libsversion}.tar.gz @@ -98,6 +97,12 @@ ln -sf /lib/modules/%(uname -r)/extra/bpf/scap-bpf.o ~/.scap/scap-bpf.o %exclude /lib/modules/*/modules.* %changelog +* Tue May 17 2022 liukuo - 0.28.0-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:license compliance rectification + * Mon Feb 7 2022 Zhipeng Xie - 0.28.0-1 - Type:enhancement - ID:NA -- Gitee