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)