From c218235ab44431571b3f6d81473abb4affc4928f Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Tue, 25 Jun 2024 22:59:19 +0200 Subject: [PATCH] OSCI: Copy gating.yaml and rpminspect.yaml from c9s Also adjust gating.yaml content for RHEL-10. --- gating.yaml | 7 +++++++ rpminspect.yaml | 6 ++++++ 2 files changed, 13 insertions(+) create mode 100644 gating.yaml create mode 100644 rpminspect.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..3c151de --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +--- !Policy +product_versions: + - rhel-10 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-gating.functional} +# - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/rpminspect.yaml b/rpminspect.yaml new file mode 100644 index 0000000..623b30b --- /dev/null +++ b/rpminspect.yaml @@ -0,0 +1,6 @@ +badfuncs: + allowed: + /usr/lib*/libnetfilter_conntrack.so.*: + # Used explicitly in functions dealing with IPv4 addresses + - inet_aton + - inet_ntoa