From 348ad673bedf28703b7e5879f0c11f5dff6667db Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Fri, 25 Mar 2022 10:10:14 +0800 Subject: [PATCH] remove %dist --- itrustee_sdk.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/itrustee_sdk.spec b/itrustee_sdk.spec index 3733990..187c592 100644 --- a/itrustee_sdk.spec +++ b/itrustee_sdk.spec @@ -1,6 +1,6 @@ Name: itrustee_sdk Version: 0.1.0 -Release: 3%{?dist} +Release: 4 Summary: Confidential computing framework for developing TA on itrustee OS ExclusiveArch: aarch64 @@ -39,6 +39,9 @@ strip %{buildroot}/lib64/*.so /lib64/libteec_adaptor.so %changelog +* Thu Mar 24 2022 liyanan - 0.1.0-4 +- remove %dist + * Sat Sep 4 2021 zhangtao - 0.1.0-3 - strip dynamic library * Thu May 20 2021 houmingyong - 0.1.0-2 -- Gitee