From fa66babab32c230b6f281cd51752b4dfc7abd9a9 Mon Sep 17 00:00:00 2001 From: lauk001 Date: Fri, 9 Dec 2022 15:41:46 +0800 Subject: [PATCH] Modifying the readme --- toolbox.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/toolbox.spec b/toolbox.spec index e357fed..4ef722b 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 +* Fri Dec 09 2022 liukuo - 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