1 Star 0 Fork 13

dan/tboot

forked from src-openEuler/tboot 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
tboot.spec 1.63 KB
一键复制 编辑 原始数据 按行查看 历史
dan 提交于 2022-11-11 01:38 . update soft tboot
Name: tboot
Summary: A module to perform a measured and verified launch
Version: 1.10.5
Release: 1
Epoch: 1
License: BSD-3-Clause
URL: http://sourceforge.net/projects/tboot/
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRequires: gcc trousers-devel openssl-devel perl
ExclusiveArch: %{ix86} x86_64
%description
Trusted Boot (tboot) is an open source, pre-kernel/VMM module that uses
Intel(R) Trusted Execution Technology (Intel(R) TXT) to perform a measured
and verified launch of an OS kernel/VMM
%package_help
%prep
%autosetup -p1
%build
CFLAGS="$RPM_OPT_FLAGS -Wl,-z,relro,-z,now -fPIE -pie"; export CFLAGS
%make_build debug=y
%install
%make_install debug=y
%files
%doc COPYING
%config %{_sysconfdir}/grub.d/20_linux_tboot
%config %{_sysconfdir}/grub.d/20_linux_xen_tboot
%{_sbindir}/*
/boot/%{name}.gz
/boot/%{name}-syms
%files help
%doc COPYING docs/*
%{_mandir}/man8/*.gz
%changelog
* Fri Nov 11 2022 dam <[email protected]> - 1:1.10.5-1
- update to 1.10.5
* Tue Jul 12 2022 Hugel <[email protected]> - 1:1.10.2-3
- Add sec compile option
* Tue May 10 2022 caodongxia <[email protected]> - 1:1.10.2-2
- License compliance rectification
* Tue Feb 15 2022 panxiaohe<[email protected]> - 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<[email protected]> - 1:1.9.12-1
- update to 1.9.12
* Sat Jun 20 2020 yaokai13<[email protected]> - 1:1.9.7-3
- Fix the build error
* Fri Dec 6 2019 caomeng<[email protected]> - 1:1.9.7-2
- Package init
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dan1111/tboot.git
[email protected]:dan1111/tboot.git
dan1111
tboot
tboot
master

搜索帮助