update version to 1.10.2 and add perl to BuildRequires

This commit is contained in:
panxiaohe 2022-02-15 09:13:47 +08:00
parent 5ef6fcf4c3
commit 8c80a2a975
3 changed files with 11 additions and 4 deletions

BIN
tboot-1.10.2.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,14 +1,14 @@
Name: tboot Name: tboot
Summary: A module to perform a measured and verified launch Summary: A module to perform a measured and verified launch
Version: 1.9.12 Version: 1.10.2
Release: 3 Release: 1
Epoch: 1 Epoch: 1
License: BSD License: BSD
URL: http://sourceforge.net/projects/tboot/ URL: http://sourceforge.net/projects/tboot/
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRequires: gcc trousers-devel openssl-devel BuildRequires: gcc trousers-devel openssl-devel perl
ExclusiveArch: %{ix86} x86_64 ExclusiveArch: %{ix86} x86_64
@ -37,10 +37,17 @@ and verified launch of an OS kernel/VMM
/boot/%{name}-syms /boot/%{name}-syms
%files help %files help
%doc README docs/* lcptools/Linux_LCP_Tools_User_Manual.pdf %doc COPYING docs/*
%{_mandir}/man8/*.gz %{_mandir}/man8/*.gz
%changelog %changelog
* Tue Feb 15 2022 panxiaohe<panxh.life@foxmail.com> - 1:1.10.2-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:update version to 1.10.2
add perl to BuildRequires
* Tue Jul 28 2020 chxssg<chxssg@qq.com> - 1:1.9.12-1 * Tue Jul 28 2020 chxssg<chxssg@qq.com> - 1:1.9.12-1
- update to 1.9.12 - update to 1.9.12