From d7ae732585f156b7d91e0402843288bb41298eed Mon Sep 17 00:00:00 2001 From: zhengxiaoxiao Date: Fri, 14 Jun 2024 16:13:39 +0800 Subject: [PATCH] fix typo --- backport-init-attestation.patch | 2 +- secGear.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/backport-init-attestation.patch b/backport-init-attestation.patch index 68d5204..b4b821d 100644 --- a/backport-init-attestation.patch +++ b/backport-init-attestation.patch @@ -1480,7 +1480,7 @@ index 0000000..3994743 + self.cvm_envelop.decode(None, None).map_err(|err| anyhow!("verify COSE_Sign1 signature failed:{err:?}"))?; + // verify COSE_Sign1 signature end + -+ // verfiy cvm token with reference value ++ // verify cvm token with reference value + self.compare_with_ref()?; + + Ok(()) diff --git a/secGear.spec b/secGear.spec index 75e4348..944860a 100644 --- a/secGear.spec +++ b/secGear.spec @@ -1,6 +1,6 @@ Name: secGear Version: 0.1.0 -Release: 42 +Release: 43 Summary: secGear is an SDK to develop confidential computing apps based on hardware enclave features @@ -253,6 +253,9 @@ popd systemctl restart rsyslog %changelog +* Fri Jun 14 2024 zhengxiaoxiao - 0.1.0-43 +- fix typo + * Fri Jun 14 2024 zhengxiaoxiao - 0.1.0-42 - add backport-Correct-the-error-in-the-comment.patch -- Gitee