From a3458d97b014be44b8dbf1474ae180c7eaba060e Mon Sep 17 00:00:00 2001 From: gaoyusong Date: Thu, 30 Jun 2022 20:35:07 +0800 Subject: [PATCH] add yaml file for itrustee_sdk --- itrustee_sdk.spec | 5 ++++- itrustee_sdk.yaml | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 itrustee_sdk.yaml diff --git a/itrustee_sdk.spec b/itrustee_sdk.spec index 58b2cc3..6685599 100644 --- a/itrustee_sdk.spec +++ b/itrustee_sdk.spec @@ -1,6 +1,6 @@ Name: itrustee_sdk Version: 0.1.0 -Release: 5 +Release: 6 Summary: Confidential computing framework for developing TA on itrustee OS ExclusiveArch: aarch64 @@ -43,6 +43,9 @@ strip %{buildroot}/lib64/*.so %{_sysconfdir}/itrustee/cloud/rsa_public_key_cloud.pem %changelog +* Thu Jun 30 2022 gaoyusong - 0.1.0-6 +- DESC: add yaml file for itrustee_sdk + * Mon Jun 27 2022 gaoyusong - 0.1.0-5 - DESC: add ftrapv, strip and FS as the compiling flags diff --git a/itrustee_sdk.yaml b/itrustee_sdk.yaml new file mode 100644 index 0000000..4c71c70 --- /dev/null +++ b/itrustee_sdk.yaml @@ -0,0 +1,4 @@ +version_control: gitee +src_repo: openEuler/itrustee_sdk +tag_prefix: ^v +seperator: . -- Gitee