Rebase to upstream 1.11.2 and bump nvr to 1.11.2-1

Resolves: RHEL-15365

Signed-off-by: Tony Camuso <tcamuso@redhat.com>
This commit is contained in:
Tony Camuso 2023-11-03 15:09:55 -04:00
parent 42142a6296
commit 873df018e9
3 changed files with 8 additions and 3 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
tboot-*/
/tboot-1.10.5.tar.gz
/tboot-1.11.1.tar.gz
/tboot-1.11.2.tar.gz

View File

@ -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

View File

@ -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