From c1b60bc6bea1835f56030b1959b969d93b38315b Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 16 Dec 2020 21:10:44 +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/checkpolicy.git#9e4e3c9746c57cd0059f6870092705ec8ba12936 --- checkpolicy.spec | 1 + gating.yaml | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 gating.yaml diff --git a/checkpolicy.spec b/checkpolicy.spec index 6d97838..d937594 100644 --- a/checkpolicy.spec +++ b/checkpolicy.spec @@ -16,6 +16,7 @@ Patch0001: 0001-libsepol-checkpolicy-optimize-storage-of-filename-tr.patch Patch0002: 0002-libsepol-cil-fix-signed-overflow-caused-by-using-1-3.patch # Patch list end BuildRequires: gcc +BuildRequires: make BuildRequires: byacc bison flex flex-static libsepol-static >= %{libsepolver} libselinux-devel >= %{libselinuxver} %description diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..af6eb32 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,16 @@ +--- !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} +