From e11ace3276685671fa6bb3b5d73da3b8e143cb69 Mon Sep 17 00:00:00 2001 From: jinlun Date: Sat, 17 Dec 2022 08:57:16 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=97=A8=E7=A6=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jinlun --- tpm2-tools.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpm2-tools.spec b/tpm2-tools.spec index f024a8f..805f7db 100644 --- a/tpm2-tools.spec +++ b/tpm2-tools.spec @@ -4,7 +4,7 @@ Release: 4 Summary: A TPM2.0 testing tool based on TPM2.0-TSS License: BSD URL: https://github.com/tpm2-software/tpm2-tools -Source0: https://github.com/tpm2-software/tpm2-tools/releases/download/%{version}/%{name}-%{version}.tar.gz +Source0: https://github.com/tpm2-software/tpm2-tools/releases/download/%{version}/%{version}/%{name}-%{version}.tar.gz Patch0: backport-Don-t-assume-end-of-argv-is-NULL.patch Patch1: backport-CVE-2021-3565.patch -- Gitee