diff --git a/tboot-1.9.12.tar.gz b/tboot-1.9.12.tar.gz new file mode 100644 index 0000000..d5e945f Binary files /dev/null and b/tboot-1.9.12.tar.gz differ diff --git a/tboot.spec b/tboot.spec index fb69283..753a0b2 100644 --- a/tboot.spec +++ b/tboot.spec @@ -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 - 1:1.9.12-1 +- update to 1.9.12 + * Sat Jun 20 2020 yaokai13 - 1:1.9.7-3 - Fix the build error