From 940a2b692da34ccb0444005d6cfb466306fd6c13 Mon Sep 17 00:00:00 2001 From: Jan Macku Date: Mon, 27 Nov 2023 13:01:41 +0100 Subject: [PATCH] add gating.yaml Related: RHEL-14755 --- gating.yaml | 6 ++++++ traceroute.spec | 5 ++++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..eb7c84f --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-8 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} diff --git a/traceroute.spec b/traceroute.spec index 8dba9ec..a190e7c 100644 --- a/traceroute.spec +++ b/traceroute.spec @@ -2,7 +2,7 @@ Summary: Traces the route taken by packets over an IPv4/IPv6 network Name: traceroute Epoch: 3 Version: 2.1.0 -Release: 7%{?dist} +Release: 8%{?dist} Group: Applications/Internet License: GPLv2+ URL: http://traceroute.sourceforge.net @@ -61,6 +61,9 @@ popd %changelog +* Mon Nov 27 2023 Jan Macku - 3:2.1.0-8 +- add gating.yaml + * Mon Oct 30 2023 Jan Macku - 3:2.1.0-7 - fix improper command line parsing (CVE-2023-46316)