diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/gating.yaml b/gating.yaml index fbfe118..43d8264 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,5 +3,4 @@ product_versions: - rhel-8 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tedude.validation} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/ci/tier1.functional} diff --git a/plans/ci.fmf b/plans/ci.fmf new file mode 100644 index 0000000..70ae296 --- /dev/null +++ b/plans/ci.fmf @@ -0,0 +1,6 @@ +summary: CI test plan +/tier1: + plan: + import: + url: https://github.com/RHSecurityCompliance/contest.git + name: /plans/gating-ci diff --git a/scap-security-guide.spec b/scap-security-guide.spec index 98a5c45..d91e198 100644 --- a/scap-security-guide.spec +++ b/scap-security-guide.spec @@ -6,7 +6,7 @@ Name: scap-security-guide Version: 0.1.73 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Security guidance and baselines in SCAP formats License: BSD-3-Clause Group: Applications/System @@ -119,6 +119,9 @@ cp -r %{_builddir}/%{_static_rhel6_content}/guides %{buildroot}%{_docdir}/%{name %endif %changelog +* Wed Aug 07 2024 Milan Lysonek - 0.1.73-2 +- Switch gating to tmt plan (RHEL-43242) + * Tue May 21 2024 Jan Černý - 0.1.73-1 - Rebase scap-security-guide package to version 0.1.73 (RHEL-36733) - Change crypto policy used in the CUI profile to FIPS (RHEL-30346)