From b473f6a92a403ccee470757ea3be608f64762ded Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 04:55:09 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/scap-workbench.git#e7a63e0949f875aab6d8f2539410536909ccb406 --- gating.yml | 14 ++++++++++++++ scap-workbench.spec | 5 ++++- tests/tests.yml | 9 +++++++++ 3 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 gating.yml create mode 100644 tests/tests.yml 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"