From aa7d5e1ffa94aef54d1c668e88c434924fe73437 Mon Sep 17 00:00:00 2001 From: baizg1107 Date: Thu, 24 Mar 2022 18:44:25 +0800 Subject: [PATCH] delete %{dist} --- secGear.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/secGear.spec b/secGear.spec index 73f5b81..b6e81d0 100644 --- a/secGear.spec +++ b/secGear.spec @@ -1,6 +1,6 @@ Name: secGear Version: 0.1.0 -Release: 25%{?dist} +Release: 26 Summary: secGear is an SDK to develop confidential computing apps based on hardware enclave features @@ -171,6 +171,9 @@ popd systemctl restart rsyslog %changelog +* Thu Mar 24 2022 baizhonggui - 0.1.0-26 +* DESC: delete %{dist} + * Tue Mar 15 2022 wangcheng - 0.1.0-25 * DESC: fix the building failure in arm -- Gitee