diff --git a/.traceroute.metadata b/.traceroute.metadata new file mode 100644 index 0000000..ac52117 --- /dev/null +++ b/.traceroute.metadata @@ -0,0 +1 @@ +bc5c6c8022187511be5665b3818d919be5987dcc traceroute-2.1.0.tar.gz diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..c190bde --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-9 +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 f8498c7..18eb8c8 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: 17%{?dist} +Release: 18%{?dist} License: GPLv2+ URL: http://traceroute.sourceforge.net Source0: https://downloads.sourceforge.net/project/traceroute/traceroute/traceroute-%{version}/traceroute-%{version}.tar.gz @@ -54,6 +54,9 @@ ln -s traceroute.8 $RPM_BUILD_ROOT%{_mandir}/man8/tcptraceroute.8 %changelog +* Mon Nov 27 2023 Jan Macku - 3:2.1.0-18 +- add gating.yaml + * Mon Oct 30 2023 Jan Macku - 3:2.1.0-17 - fix improper command line parsing (CVE-2023-46316)