From 1c42d1d6e1834be256052e8db8a9a82f09a71769 Mon Sep 17 00:00:00 2001 From: luoqing Date: Wed, 10 Aug 2022 11:08:40 +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 8415945e6724310d2b8a94e4b6fa6d04889f626c) --- kiran-biometrics.spec | 7 +++++-- kiran-biometrics.yaml | 4 ++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 kiran-biometrics.yaml diff --git a/kiran-biometrics.spec b/kiran-biometrics.spec index 368fe20..6d25219 100644 --- a/kiran-biometrics.spec +++ b/kiran-biometrics.spec @@ -2,9 +2,9 @@ Name: kiran-biometrics Version: 0.0.2 -Release: 2.kb3 +Release: 2.kb4 Summary: Kiran Desktop kiran-biometrics -License: Mulan PSL v2 +License: MulanPSL-2.0 URL: http://www.kylinsec.com.cn Source0: %{name}-%{version}.tar.gz @@ -88,6 +88,9 @@ make install DESTDIR=$RPM_BUILD_ROOT %{_includedir}/kiran-biometrics/kiran-biometrics-i.h %changelog +* Wed Aug 10 2022 luoqing - 0.0.2-2.kb4 +- KYOS-F: Modify license and add yaml file. + * Tue Jan 25 2022 longcheng - 0.0.2-2.kb3 - KYOS-B: remove BuildRequires: fingerprint-sdk-devel in openeuler - KYOS-F:Add the enable zlog ex macro for zlog. diff --git a/kiran-biometrics.yaml b/kiran-biometrics.yaml new file mode 100644 index 0000000..5c7933f --- /dev/null +++ b/kiran-biometrics.yaml @@ -0,0 +1,4 @@ +version_control: gitee +src_repo: https://gitee.com/openeuler/kiran-biometrics.git +tag_prefix: "v" +seperator: "." -- Gitee