From bf8fb48dd7ba206d98ca359ea381e1e21669f9cc Mon Sep 17 00:00:00 2001 From: wk333 <13474090681@163.com> Date: Mon, 18 Jul 2022 16:12:40 +0800 Subject: [PATCH] License compliance rectification --- atop.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/atop.spec b/atop.spec index 97472fd..1c76c44 100644 --- a/atop.spec +++ b/atop.spec @@ -1,10 +1,10 @@ Name: atop Version: 2.7.1 -Release: 1 +Release: 2 Summary: Advanced System and Process Monitor URL: https://www.atoptool.nl Source0: %{url}/download/%{name}-%{version}.tar.gz -License: GPL +License: GPL-2.0-only Requires: zlib, ncurses BuildRequires: zlib-devel, ncurses-devel @@ -95,6 +95,9 @@ fi %dir /var/log/atop/ %changelog +* Mon Jul 18 2022 wangkai - 2.7.1-2 +- License compliance rectification + * Wed Jun 22 2022 yangzhao - 2.7.1-1 - Upgrade to 2.7.1 -- Gitee