From 9496ed9a97d2c27e95bc6e654ca9d5e6bd78c534 Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Wed, 25 May 2022 09:33:30 +0800 Subject: [PATCH] Improve the project according to the requirements of compliance improvement --- ukui-system-monitor.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ukui-system-monitor.spec b/ukui-system-monitor.spec index 454b19c..fc5a65f 100644 --- a/ukui-system-monitor.spec +++ b/ukui-system-monitor.spec @@ -1,9 +1,9 @@ %define debug_package %{nil} Name: ukui-system-monitor Version: 1.0.1 -Release: 13 +Release: 14 Summary: A simple system monitor written in QT -License: GPL-3+ GPL-2+ +License: GPL-3.0-or-later URL: http://www.ukui.org Source0: %{name}-%{version}.tar.gz @@ -89,6 +89,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/glib-2.0/schemas/org.ukui.system-monitor.menu.gschema.xml %changelog +* Wed May 25 2022 tanyulong - 1.0.1-14 +- Improve the project according to the requirements of compliance improvement + * Tue Apr 19 2022 douyan - 1.0.1-13 - fix first install post script issue -- Gitee