diff --git a/.gitignore b/.gitignore index 0104f8b..e9d686d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ +tboot-*/ /tboot-1.10.5.tar.gz /tboot-1.11.1.tar.gz +/tboot-1.11.2.tar.gz diff --git a/sources b/sources index b0703bf..320e5ee 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (tboot-1.10.5.tar.gz) = 01a039e5612b6cca6f7558e93673ba50edfcfbf3f65e390ac64f4aa6ae0859a314676b20d722dcd41a7a3c940473fe7982e823c800a75bd26a5e8f956528f223 -SHA512 (tboot-1.11.1.tar.gz) = 6708bd2169d2b5beb6a1123b2712693d2bdc614a1a5a5a1f3858c47462cdeb3e05da3848f082e264c4d1be5f35f7ca5637bc56ebbaaff80f322bf5f4c29e4ab5 +SHA512 (tboot-1.11.2.tar.gz) = b4364d5d63320693c9ae69a78cf8c8eb256b142418b26d9781d5a87ddee540f178862cf04629d99180a726db52a032ba3cfe71e01b6756d76b26e0d112ff582d diff --git a/tboot.spec b/tboot.spec index 3d7810e..4743a71 100644 --- a/tboot.spec +++ b/tboot.spec @@ -1,6 +1,6 @@ Summary: Performs a verified launch using Intel TXT Name: tboot -Version: 1.11.1 +Version: 1.11.2 Release: 1%{?dist} Epoch: 1 @@ -92,6 +92,10 @@ make debug=y DISTDIR=$RPM_BUILD_ROOT install /boot/tboot-syms %changelog +* Thu Nov 02 2023 Tony Camuso tcamuso@redhat.com> - 1:1.11.1-2 + Rebase to upstream 1.11.2 + Resolves: RHEL-15365 + * Wed Jun 14 2023 Tony Camuso tcamuso@redhat.com> - 1:1.11.1-1 - Backport upstream fixes and updates. Resolves: rhbz#2188433