From e24538dafe1903b9cbbdc59e84d5487e767eeb84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E5=96=84=E5=BA=86?= Date: Sun, 9 Oct 2022 02:22:56 +0000 Subject: [PATCH] Unified license name specification MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 付善庆 --- itrustee_sdk.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/itrustee_sdk.spec b/itrustee_sdk.spec index 674c232..e9ba786 100644 --- a/itrustee_sdk.spec +++ b/itrustee_sdk.spec @@ -1,11 +1,11 @@ Name: itrustee_sdk Version: 0.1.0 -Release: 8 +Release: 9 Summary: Confidential computing framework for developing TA on itrustee OS ExclusiveArch: aarch64 Group: OS Security -License: Mulan PSL v2 +License: MulanPSL-2.0 URL: https://gitee.com/openeuler/itrustee_sdk Source0: https://gitee.com/openeuler/itrustee_sdk/repository/archive/v%{version}.tar.gz Patch0: 0001-add-Makefile-to-create-libteec_adaptor.so.patch @@ -54,6 +54,9 @@ strip %{buildroot}/lib64/*.so /lib64/libteec_adaptor.so %changelog +* Sun Oct 09 2022 fushanqing - 0.1.0-9 +- Unified license name specification + * Wed Aug 03 2022 zhengxiaoxiao - 0.1.0-8 - DESC: split itrustee_sdk into itrustee_sdk and itrustee_sdk-devel -- Gitee