diff --git a/sources b/sources index 320e5ee..ad6e284 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (tboot-1.11.2.tar.gz) = b4364d5d63320693c9ae69a78cf8c8eb256b142418b26d9781d5a87ddee540f178862cf04629d99180a726db52a032ba3cfe71e01b6756d76b26e0d112ff582d +SHA512 (tboot-1.11.3.tar.gz) = 777026cdfb31041dd7d9dd4d208c888e6fe8259171d1340ea7936f22053362ac1ec64017319626dbcb6a9a1283c8819c9a8fe1107b9b2f3898380fd0abcc047b diff --git a/tboot.spec b/tboot.spec index 18386df..d8295eb 100644 --- a/tboot.spec +++ b/tboot.spec @@ -1,6 +1,6 @@ Summary: Performs a verified launch using Intel TXT Name: tboot -Version: 1.11.2 +Version: 1.11.3 Release: 1%{?dist} Epoch: 1 @@ -92,11 +92,15 @@ 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 +* Thu Apr 25 2024 Tony Camuso - 1:1.11.3-1 + Rebase to upstream 1.11.3 and bump the NVR. + Resolves: RHEL-34941 + +* Wed Nov 08 2023 Tony Camuso - 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 +* Wed Apr 12 2023 Tony Camuso - 1:1.11.1-1 - Backport upstream fixes and updates. Resolves: rhbz#2186308