tboot/tboot.spec

75 lines
1.8 KiB
RPMSpec
Raw Permalink Normal View History

2019-12-14 21:40:01 +08:00
Name: tboot
Summary: A module to perform a measured and verified launch
2023-04-21 10:24:55 +08:00
Version: 1.11.1
Release: 1
2019-12-14 21:40:01 +08:00
Epoch: 1
2022-05-10 21:01:10 +08:00
License: BSD-3-Clause
2019-12-14 21:40:01 +08:00
URL: http://sourceforge.net/projects/tboot/
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
BuildRequires: gcc trousers-devel openssl-devel perl zlib-devel
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
2022-07-12 15:16:11 +08:00
CFLAGS="$RPM_OPT_FLAGS -Wl,-z,relro,-z,now -fPIE -pie"; export CFLAGS
2019-12-14 21:40:01 +08:00
%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/*
2019-12-14 21:40:01 +08:00
%{_mandir}/man8/*.gz
%changelog
2023-04-21 10:24:55 +08:00
* Fri Apr 21 2023 wulei <wu_lei@hoperun.com> - 1:1.11.1-1
- Upgrade package to version 1.11.1
* Thu Feb 2 2023 jinlun <jinlun@huawei.com> - 1:1.10.5-2
- add BuildRequires
2022-11-11 01:38:46 +08:00
* Fri Nov 11 2022 dam <fzhang@zhixundn.com> - 1:1.10.5-1
- update to 1.10.5
2022-07-12 15:16:11 +08:00
* Tue Jul 12 2022 Hugel <gengqihu1@h-partners.com> - 1:1.10.2-3
- Add sec compile option
2022-05-10 21:01:10 +08:00
* Tue May 10 2022 caodongxia <caodongxia@h-partners.com> - 1:1.10.2-2
- License compliance rectification
* 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
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