From c414cf25693b5435d30235c8b4d6b0265403fac9 Mon Sep 17 00:00:00 2001 From: songmingliang Date: Tue, 24 Sep 2024 15:08:36 +0800 Subject: [PATCH] fix: make check license successfully --- dtkcore.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dtkcore.spec b/dtkcore.spec index b6a923d..3821576 100644 --- a/dtkcore.spec +++ b/dtkcore.spec @@ -1,8 +1,8 @@ Name: dtkcore Version: 5.6.8.2 -Release: 2%{?dist}.01 +Release: 2%{?dist}.02 Summary: Deepin tool kit core modules -License: LGPLv3+ +License: LGPL-3.0-or-later URL: https://github.com/linuxdeepin/dtkcore Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz @@ -77,6 +77,9 @@ export PATH=%{_qt5_bindir}:$PATH %changelog +* Tue Sep 24 2024 songmingliang - 5.6.8.2-2.02 +- fix: make check license successfully + * Fri Dec 22 2023 liuzhilin - 5.6.8.2-2.01 - fix: LSHW-returns-a-multi-element-array-when-querying-mem(bugid:228681) -- Gitee