From 5d21105488f476dd96c0233573b8a8ef4d01e68d Mon Sep 17 00:00:00 2001 From: lichenggang Date: Tue, 28 Apr 2026 17:44:24 +0800 Subject: [PATCH] feat: rebuild against new tpm2-tss version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rebuild tpm2-tools against the updated tpm2-tss package. Log: rebuild against new tpm2-tss version Influence: 1. Verify tpm2-tools builds with new tpm2-tss 2. Check tpm2-tools functionality after rebuild feat: 针对新版本 tpm2-tss 重新构建 针对更新后的 tpm2-tss 包重新构建 tpm2-tools。 Log: 针对新版本 tpm2-tss 重新构建 Influence: 1. 验证 tpm2-tools 使用新 tpm2-tss 能否正常编译 2. 检查重新构建后 tpm2-tools 功能是否正常 repo: tpm2-tools #master --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index b1260c2..458f46a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +tpm2-tools (5.7-1deepin2) unstable; urgency=medium + + * Rebuild against new tpm2-tss version + + -- lichenggang Tue, 28 Apr 2026 17:44:14 +0800 + tpm2-tools (5.7-1deepin1) unstable; urgency=low * add ecc encrypt/decrypt commands support