tboot/tboot.spec

68 lines
1.5 KiB
RPMSpec
Raw Normal View History

2019-12-14 21:40:01 +08:00
Name: tboot
Summary: A module to perform a measured and verified launch
2021-11-30 16:12:01 +08:00
Version: 1.10.2
2022-01-10 10:31:00 +08:00
Release: 2
2019-12-14 21:40:01 +08:00
Epoch: 1
License: BSD
URL: http://sourceforge.net/projects/tboot/
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
2021-09-08 14:50:08 +08:00
Patch0: add-PIE-and-BIND_NOW-for-some-binaries.patch
2019-12-14 21:40:01 +08:00
2022-01-10 10:31:00 +08:00
BuildRequires: gcc trousers-devel openssl-devel perl
2019-12-14 21:40:01 +08:00
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
%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
2021-11-30 16:12:01 +08:00
%doc COPYING docs/*
2019-12-14 21:40:01 +08:00
%{_mandir}/man8/*.gz
%changelog
2022-01-10 10:31:00 +08:00
* Mon Jan 10 2022 Hugel<gengqihu1@huawei.com> - 1:1.10.2-2
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:add perl to BuildRequires
2021-11-30 16:12:01 +08:00
* 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
2021-09-08 14:50:08 +08:00
* Wed Sep 8 2021 wangchen<wangchen137@huawei.com> - 1:1.9.12-4
- add some compile options
2020-07-28 16:48:54 +08:00
* Tue Jul 28 2020 chxssg<chxssg@qq.com> - 1:1.9.12-1
- update to 1.9.12
2020-06-20 18:16:42 +08:00
* Sat Jun 20 2020 yaokai13<yaokai13@huawei.com> - 1:1.9.7-3
- Fix the build error
2019-12-14 21:40:01 +08:00
* Fri Dec 6 2019 caomeng<caomeng5@huawei.com> - 1:1.9.7-2
2020-06-20 18:16:42 +08:00
- Package init