update version to 1.10.2

This commit is contained in:
panxiaohe 2021-11-30 16:12:01 +08:00
parent 3bd83a25ce
commit a0b0e87abc
4 changed files with 10 additions and 4 deletions

View File

@ -42,7 +42,7 @@ index 177f28b..75a7f75 100644
+++ b/utils/Makefile
@@ -13,7 +13,7 @@ include $(ROOTDIR)/Config.mk
TARGETS := txt-stat parse_err acminfo
TARGETS := txt-stat txt-parse_err txt-acminfo
-CFLAGS += -D_LARGEFILE64_SOURCE
+CFLAGS += -D_LARGEFILE64_SOURCE -fstack-protector-strong

BIN
tboot-1.10.2.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,7 +1,7 @@
Name: tboot
Summary: A module to perform a measured and verified launch
Version: 1.9.12
Release: 4
Version: 1.10.2
Release: 1
Epoch: 1
License: BSD
@ -38,10 +38,16 @@ and verified launch of an OS kernel/VMM
/boot/%{name}-syms
%files help
%doc README docs/* lcptools/Linux_LCP_Tools_User_Manual.pdf
%doc COPYING docs/*
%{_mandir}/man8/*.gz
%changelog
* Fri Dec 10 2021 panxiaohe<panxiaohe@huawei.com> - 1:1.10.2-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:update version to 1.10.2
* Wed Sep 8 2021 wangchen<wangchen137@huawei.com> - 1:1.9.12-4
- add some compile options