From 5b0b214a657c976e1437a022090cff5ceb73a8e8 Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Wed, 18 May 2022 14:04:39 +0800 Subject: [PATCH] Improve the project according to the requirements of compliance improvement --- kylin-calculator.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kylin-calculator.spec b/kylin-calculator.spec index f132787..569b6cb 100644 --- a/kylin-calculator.spec +++ b/kylin-calculator.spec @@ -1,9 +1,9 @@ %define debug_package %{nil} Name: kylin-calculator Version: 1.0.34 -Release: 1 +Release: 2 Summary: Calculator tool for UKUI -License: GPL-3+ +License: LGPL-3.0-or-later and GPL-3.0-or-later URL: http://www.ukui.org Source0: %{name}-%{version}.tar.gz @@ -65,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/kylin-calculator/translations/kylin-calculator_bo_CN.qm %changelog +* Wed May 18 2022 tanyulong - 1.0.34-2 +- Improve the project according to the requirements of compliance improvement + * Tue Mar 01 2022 tanyulong - 1.0.34-1 - update upstream to version 1.0.34-1 -- Gitee