From 715d5bbe85e9d5760e958772567e3631e74f8b3d Mon Sep 17 00:00:00 2001 From: Tony Camuso Date: Wed, 28 Jul 2021 10:59:41 -0400 Subject: [PATCH] Add onboarding test config for tboot in CI From Miroslave Vadkerti: Onboarding tests to RHEL9 in BaseOS CI requires action, adding test configuration in our "dispatcher" configuration for RHEL9: https://gitlab.cee.redhat.com/baseos-qe/citool-config/blob/production/brew-dispatcher-rhel9.yaml Test config was added for tboot in the following MR. https://gitlab.cee.redhat.com/baseos-qe/citool-config/-/merge_requests/2686 Bumped to 1.10.2-4 for rebuild. Resolves: rhbz#1922002 Signed-off-by: Tony Camuso --- tboot.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/tboot.spec b/tboot.spec index 038a27e..9613299 100644 --- a/tboot.spec +++ b/tboot.spec @@ -1,7 +1,7 @@ Summary: Performs a verified launch using Intel TXT Name: tboot Version: 1.10.2 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 License: BSD @@ -58,6 +58,15 @@ make debug=y DISTDIR=$RPM_BUILD_ROOT install /boot/tboot-syms %changelog +* Wed Jul 28 2021 Tony Camuso - 1:1.10.2-4 +- From Miroslave Vadkerti: + Onboarding tests to RHEL9 in BaseOS CI requires action, adding + test configuration in our "dispatcher" configuration for RHEL9: + https://gitlab.cee.redhat.com/baseos-qe/citool-config/blob/production/brew-dispatcher-rhel9.yaml + Test config was added for tboot in the following MR. + https://gitlab.cee.redhat.com/baseos-qe/citool-config/-/merge_requests/2686 + Resolves: rhbz#1922002 + * Tue Jul 27 2021 Tony Camuso - 1:1.10.2-3 - Add the %{optflags} and %{build_ldflags} macros to assure the build meets RHEL security requirements.