diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..c9190f8 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +--- !Policy +product_versions: + - rhel-10 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} + diff --git a/tpm2-tools.spec b/tpm2-tools.spec index 6e76c99..652b666 100644 --- a/tpm2-tools.spec +++ b/tpm2-tools.spec @@ -2,7 +2,7 @@ Name: tpm2-tools Version: 5.7 -Release: 1%{?candidate:.%{candidate}}%{?dist} +Release: 2%{?candidate:.%{candidate}}%{?dist} Summary: A bunch of TPM testing toolS build upon tpm2-tss License: BSD-3-Clause @@ -55,6 +55,10 @@ tpm2-tools is a batch of tools for tpm2.0. It is based on tpm2-tss. %{_mandir}/man1/tss2_*.1.gz %changelog +* Wed May 22 2024 Štěpán Horáček - 5.7-2 +- Rebuild for gating + Resolves: RHEL-23199 + * Tue May 14 2024 Štěpán Horáček - 5.7-1 - Update to 5.7 Resolves: RHEL-23199