From c292136c8b556a6fbc8bc0298bad6188453006e6 Mon Sep 17 00:00:00 2001 From: lyn1001 Date: Thu, 24 Mar 2022 18:46:35 +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 392d0bb..9e7313b 100644 --- a/itrustee_sdk.spec +++ b/itrustee_sdk.spec @@ -1,6 +1,6 @@ Name: itrustee_sdk Version: 0.1.0 -Release: 4%{?dist} +Release: 5 Summary: Confidential computing framework for developing TA on itrustee OS ExclusiveArch: aarch64 @@ -52,6 +52,9 @@ strip %{buildroot}/lib64/*.so /lib64/libteec_adaptor.so %changelog +* Thu Mar 24 2022 liyanan - 0.1.0-5 +- remove %dist + * Mon Mar 14 2022 houmingyong - 0.1.0-4 - split itrustee_sdk into itrustee_sdk and itrustee_sdk-devel * Sat Sep 4 2021 zhangtao - 0.1.0-3 -- Gitee