diff --git a/gating.yml b/gating.yml new file mode 100644 index 0000000..1f13530 --- /dev/null +++ b/gating.yml @@ -0,0 +1,14 @@ +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_testing +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_stable +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} diff --git a/scap-workbench.spec b/scap-workbench.spec index 75fa739..d733a17 100644 --- a/scap-workbench.spec +++ b/scap-workbench.spec @@ -2,7 +2,7 @@ Name: scap-workbench Version: 1.2.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Scanning, tailoring, editing and validation tool for SCAP content License: GPLv3+ @@ -70,6 +70,9 @@ content. The tool is based on OpenSCAP library. %doc %{_pkgdocdir}/README.md %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.2.1-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Fri Oct 16 2020 Jeff Law - 1.2.1-7 - Use reference to avoid range-loop-construct diagnostic diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..979d82f --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,9 @@ +- hosts: localhost + roles: + - role: standard-test-beakerlib + tags: + - classic + repositories: + - repo: "https://src.fedoraproject.org/tests/scap-workbench.git" + dest: "scap-workbench" + fmf_filter: "tier: 1, 2"