From a87e01c1491ebc116354770993e690ff57bb9825 Mon Sep 17 00:00:00 2001 From: yixiangzhike Date: Thu, 14 Aug 2025 10:37:21 +0800 Subject: [PATCH] Rebuild for next release (cherry picked from commit 262f502a451b5dad8a897619db0b5e7a59909d2c) --- tpm2-abrmd.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tpm2-abrmd.spec b/tpm2-abrmd.spec index c7eb45f..a1a0702 100644 --- a/tpm2-abrmd.spec +++ b/tpm2-abrmd.spec @@ -3,7 +3,7 @@ Name: tpm2-abrmd Version: 3.0.0 -Release: 5 +Release: 6 Summary: A system daemon implementing the TPM2 access broker (TAB) & Resource Manager (RM) spec from the TCG License: BSD-2-Clause URL: https://github.com/tpm2-software/tpm2-abrmd @@ -146,6 +146,9 @@ fi %{_datadir}/selinux/packages/tabrmd.pp.bz2 %changelog +* Thu Aug 14 2025 yixiangzhike - 3.0.0-6 +- rebuild for next release + * Mon Apr 21 2025 fuanan - 3.0.0-5 - Fix in SELinux interface file a typo -- Gitee