From 2d7bf0bda23588281900f4e7135ed6411dac9508 Mon Sep 17 00:00:00 2001 From: Tony Camuso Date: Wed, 8 Nov 2023 15:36:56 -0500 Subject: [PATCH] Rebase to upstream 1.11.2 and bump nvr to 1.11.2-1 Resolves: RHEL-16022 Signed-off-by: Tony Camuso --- sources | 3 +-- tboot.spec | 6 +++++- 2 files changed, 6 insertions(+), 3 deletions(-) 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 4ad0ab2..18386df 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 +* Wed Nov 08 2023 Tony Camuso tcamuso@redhat.com> - 1:1.11.1-2 +- Rebase to upstream 1.11.2 and bump the NVR. + Resolves: RHEL-16022 + * Wed Apr 12 2023 Tony Camuso tcamuso@redhat.com> - 1:1.11.1-1 - Backport upstream fixes and updates. Resolves: rhbz#2186308