From 26ad76fbeabe7d19e02c74ca951965471b745285 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=81=E7=B4=AB=E8=96=87?= Date: Thu, 15 Dec 2022 08:47:18 +0000 Subject: [PATCH] update toolbox.spec. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 丁紫薇 --- toolbox.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/toolbox.spec b/toolbox.spec index e357fed..a2c7a0a 100644 --- a/toolbox.spec +++ b/toolbox.spec @@ -3,10 +3,10 @@ Version: 0.0.99 %global goipath github.com/containers/%{name} -Release: 3 +Release: 4 Summary: Unprivileged development environment -License: ASL 2.0 +License: Apache-2.0 URL: https://github.com/containers/toolbox Source0: toolbox-0.0.99.3.tar.xz @@ -88,6 +88,9 @@ ln -s src/vendor vendor %{_datadir}/%{name} %changelog +* Thu Dec 15 2022 dingdingaaaaa - 0.0.99-4 +- License compliance rectification + * Thu Sep 15 2022 duyiwei - 0.0.99-3 - change /usr/lib/os-release to /etc/os-release -- Gitee