From d32e06aa6785c7f5292e865088b9754326b25b29 Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Tue, 10 May 2022 21:01:10 +0800 Subject: [PATCH] License compliance rectification --- tboot.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tboot.spec b/tboot.spec index 6e05db6..1738382 100644 --- a/tboot.spec +++ b/tboot.spec @@ -1,9 +1,9 @@ Name: tboot Summary: A module to perform a measured and verified launch Version: 1.10.2 -Release: 1 +Release: 2 Epoch: 1 -License: BSD +License: BSD-3-Clause URL: http://sourceforge.net/projects/tboot/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz @@ -41,6 +41,9 @@ and verified launch of an OS kernel/VMM %{_mandir}/man8/*.gz %changelog +* Tue May 10 2022 caodongxia - 1:1.10.2-2 +- License compliance rectification + * Tue Feb 15 2022 panxiaohe - 1:1.10.2-1 - Type:enhancement - ID:NA -- Gitee