From 8ea6fa920dd48866bf99625e838ab9261d1e4cf6 Mon Sep 17 00:00:00 2001 From: z30023234 Date: Fri, 22 Apr 2022 15:29:58 +0800 Subject: [PATCH] delete %{?dist} (cherry picked from commit e862eb512d8bc7660d0efe5d24bd130c37489787) --- secGear.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/secGear.spec b/secGear.spec index 30da857..bb65eb3 100644 --- a/secGear.spec +++ b/secGear.spec @@ -1,6 +1,6 @@ Name: secGear Version: 0.1.0 -Release: 22%{?dist} +Release: 23 Summary: secGear is an SDK to develop confidential computing apps based on hardware enclave features @@ -161,6 +161,9 @@ popd systemctl restart rsyslog %changelog +* Fri Apr 22 2022 zhengxiaoxiao - 0.1.0-23 +- DESC: delete %{?dist} + * Mon Mar 14 2022 gaoyusong - 0.1.0-22 - DESC: fix logs redirection error and del rsa_pub.key -- Gitee