From 32b25a70747aeb41e333a8d546993c36b74d33a4 Mon Sep 17 00:00:00 2001 From: houmingyong Date: Thu, 20 May 2021 15:07:10 +0800 Subject: [PATCH] add provides libteec_adaptor.so Signed-off-by: houmingyong (cherry picked from commit e4b592fe6f2341bf183e6ba1a1711d93d7d1fee2) --- itrustee_sdk.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/itrustee_sdk.spec b/itrustee_sdk.spec index eb6d257..de35293 100644 --- a/itrustee_sdk.spec +++ b/itrustee_sdk.spec @@ -1,6 +1,6 @@ Name: itrustee_sdk Version: 0.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Confidential computing framework for developing TA on itrustee OS ExclusiveArch: aarch64 @@ -9,6 +9,8 @@ License: Mulan PSL v2 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 + +Provides: libteec_adaptor.so()(64bit) %define debug_package %{nil} %description itrustee_sdk is a confidential computing framework for developing TA on itrustee OS @@ -35,6 +37,8 @@ make install DESTDIR=%{buildroot}/ /lib64/libteec_adaptor.so %changelog +* Thu May 20 2021 houmingyong - 0.1.0-2 +- DESC:init itrustee_sdk * Sat May 8 2021 chenmaodong - 0.1.0-1 - DESC:init itrustee_sdk -- Gitee