From 8d781b3a64577ffab20295dba7b3610bee898fdd Mon Sep 17 00:00:00 2001 From: luoqing Date: Wed, 10 Aug 2022 09:43:49 +0800 Subject: [PATCH] Modify license and add yaml file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改license以符合规范 添加yaml文件 (cherry picked from commit d95eb79438bceb738cffd649630c107cdf98b058) --- kiran-panel.spec | 7 +++++-- kiran-panel.yaml | 4 ++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 kiran-panel.yaml diff --git a/kiran-panel.spec b/kiran-panel.spec index 4c41316..4534653 100644 --- a/kiran-panel.spec +++ b/kiran-panel.spec @@ -11,9 +11,9 @@ Name: kiran-panel Version: 1.22.4 -Release: 2.kb2 +Release: 3.kb2 Summary: KIRAN Desktop panel and applets -License: GPLv2+ +License: GPL-2.0-or-later URL: http://mate-desktop.org Source0: %{name}-%{version}.tar.gz @@ -129,6 +129,9 @@ desktop-file-install \ %changelog +* Wed Aug 10 2022 luoqing - 1.22.4-3.kb2 +- KYOS-F: Modify license and add yaml file. + * Wed Dec 29 2021 caoyuanji - 1.22.4-2.kb2 - KYOS-F: Remove the Recommends label diff --git a/kiran-panel.yaml b/kiran-panel.yaml new file mode 100644 index 0000000..90918ba --- /dev/null +++ b/kiran-panel.yaml @@ -0,0 +1,4 @@ +version_control: gitee +src_repo: https://gitee.com/openeuler/kiran-panel.git +tag_prefix: "v" +seperator: "." -- Gitee