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 <tcamuso@redhat.com>
This commit is contained in:
Tony Camuso 2021-07-28 10:59:41 -04:00
parent 152d9753e1
commit 715d5bbe85

View File

@ -1,7 +1,7 @@
Summary: Performs a verified launch using Intel TXT Summary: Performs a verified launch using Intel TXT
Name: tboot Name: tboot
Version: 1.10.2 Version: 1.10.2
Release: 3%{?dist} Release: 4%{?dist}
Epoch: 1 Epoch: 1
License: BSD License: BSD
@ -58,6 +58,15 @@ make debug=y DISTDIR=$RPM_BUILD_ROOT install
/boot/tboot-syms /boot/tboot-syms
%changelog %changelog
* Wed Jul 28 2021 Tony Camuso <tcamuso@redhat.com> - 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 <tcamuso@redhat.com> - 1:1.10.2-3 * Tue Jul 27 2021 Tony Camuso <tcamuso@redhat.com> - 1:1.10.2-3
- Add the %{optflags} and %{build_ldflags} macros to assure the - Add the %{optflags} and %{build_ldflags} macros to assure the
build meets RHEL security requirements. build meets RHEL security requirements.