update to 1.9.12

This commit is contained in:
chxssg 2020-07-28 16:48:54 +08:00
parent 0f127248ec
commit a62b3ffc9e
2 changed files with 5 additions and 4 deletions

BIN
tboot-1.9.12.tar.gz Normal file

Binary file not shown.

View File

@ -1,13 +1,12 @@
Name: tboot
Summary: A module to perform a measured and verified launch
Version: 1.9.7
Version: 1.9.12
Release: 3
Epoch: 1
License: BSD
URL: http://sourceforge.net/projects/tboot/
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Patch0000: disable-address-of-packed-member-warning.patch
BuildRequires: gcc trousers-devel openssl-devel
@ -24,7 +23,6 @@ and verified launch of an OS kernel/VMM
%autosetup -p1
%build
CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS
%make_build debug=y
%install
@ -39,10 +37,13 @@ CFLAGS="$RPM_OPT_FLAGS"; export CFLAGS
/boot/%{name}-syms
%files help
%doc README docs/* lcptools/lcptools2.txt lcptools/Linux_LCP_Tools_User_Manual.pdf
%doc README docs/* lcptools/Linux_LCP_Tools_User_Manual.pdf
%{_mandir}/man8/*.gz
%changelog
* Tue Jul 28 2020 chxssg<chxssg@qq.com> - 1:1.9.12-1
- update to 1.9.12
* Sat Jun 20 2020 yaokai13<yaokai13@huawei.com> - 1:1.9.7-3
- Fix the build error