From 3cd184f93b592b318e07799505e57d12328e7ddc Mon Sep 17 00:00:00 2001 From: luoqing Date: Wed, 10 Aug 2022 10:18:06 +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 69367a5694f24e76ff53e50eb15dd19b2b0d5dac) --- kiran-authentication-service.spec | 7 +++++-- kiran-authentication-service.yaml | 4 ++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 kiran-authentication-service.yaml diff --git a/kiran-authentication-service.spec b/kiran-authentication-service.spec index 4d62ad1..4773a4b 100644 --- a/kiran-authentication-service.spec +++ b/kiran-authentication-service.spec @@ -2,9 +2,9 @@ Name: kiran-authentication-service Version: 0.0.1 -Release: 2.kb3 +Release: 2.kb4 Summary: Kiran Desktop kiran authentication service -License: Mulan PSL v2 +License: MulanPSL-2.0 URL: http://www.kylinsec.com.cn Source0: %{name}-%{version}.tar.gz @@ -64,6 +64,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_libdir}/libkiran-authentication-service.so %changelog +* Wed Aug 10 2022 luoqing - 0.0.1-2.kb4 +- KYOS-F: Modify license and add yaml file. + * Tue Jan 25 2022 wxq - 0.0.1-2.kb3 - KYOS-B: Add the enable zlog ex macro for zlog. diff --git a/kiran-authentication-service.yaml b/kiran-authentication-service.yaml new file mode 100644 index 0000000..316ff0b --- /dev/null +++ b/kiran-authentication-service.yaml @@ -0,0 +1,4 @@ +version_control: gitee +src_repo: https://gitee.com/openeuler/kiran-authentication-service.git +tag_prefix: "v" +seperator: "." -- Gitee