From 3cca7096139ef2cee555f1677c9f8b6ff4793bb9 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 09:16:06 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- tboot.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tboot.spec b/tboot.spec index 515d4e2..d07dca9 100644 --- a/tboot.spec +++ b/tboot.spec @@ -1,7 +1,7 @@ Summary: Performs a verified launch using Intel TXT Name: tboot Version: 1.11.3 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 License: BSD-3-Clause @@ -97,6 +97,10 @@ grub2-mkconfig -o /etc/grub2.cfg /boot/tboot-syms %changelog +* Tue Oct 29 2024 Troy Dawson - 1:1.11.3-4 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Thu Aug 15 2024 Tony Camuso - 1:1.11.3-3 - Add gating.yaml Resolves: RHEL-54412