From c53d0b62d2cd8997303d113a61fc3f42a4be6a6d Mon Sep 17 00:00:00 2001 From: jiangfangjie Date: Mon, 14 Sep 2020 20:07:11 +0800 Subject: [PATCH] update source0 Signed-off-by: jiangfangjie --- swtpm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/swtpm.spec b/swtpm.spec index 915c271..816f586 100644 --- a/swtpm.spec +++ b/swtpm.spec @@ -9,7 +9,7 @@ Summary: TPM Emulator Name: swtpm Version: 0.3.3 -Release: 1 +Release: 2 License: BSD Url: http://github.com/stefanberger/swtpm Source0: %{url}/archive/%{name}-%{version}.tar.gz @@ -160,6 +160,9 @@ fi %attr( 755, @TSS_USER@, @TSS_GROUP@) %{_localstatedir}/lib/swtpm-localca %changelog +* Mon Sep 14 2020 jiangfangjei -0.3.3-2 +- update Source0 + * Mon Aug 24 2020 jiangfangjie - 0.3.3-1 - Created initial version of rpm spec files - Version is now 0.3.3 -- Gitee