From f2d6b4b7bef9722c87525dab577568969287e53b Mon Sep 17 00:00:00 2001 From: lauk Date: Fri, 20 May 2022 14:39:42 +0800 Subject: [PATCH] License compliance rectification --- polycube.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/polycube.spec b/polycube.spec index d669c1d..f525571 100644 --- a/polycube.spec +++ b/polycube.spec @@ -2,9 +2,9 @@ Name: polycube Version: 0.9.0 -Release: 1 +Release: 2 Summary: eBPF/XDP-based software framework for fast network services running in the Linux kernel. -License: Apache 2.0 +License: Apache-2.0 URL: https://github.com/polycube-network/polycube.git # provides compiler and other compilation tools @@ -165,6 +165,9 @@ mkdir -p %{buildroot}%{_var}/log/polycube %{_prefix}/local/include/* %changelog +* Fri May 20 2022 liukuo - 0.9.0-2 +- License compliance rectification + * TUE Oct 20 2020 liuxin - 0.9.0-1 - Type:bugfix - ID:NA -- Gitee