From 0a77a9bd00d0ad79a5b942b0efcba4e56ee80e8b Mon Sep 17 00:00:00 2001 From: Andrea Claudi Date: Nov 25 2021 16:10:16 +0000 Subject: iproute-5.15.0-2.el9 * Thu Nov 25 2021 Andrea Claudi - 5.15.0-2.el9 - Fix gating.yaml [2009355] Related: rhbz#2009355 Signed-off-by: Andrea Claudi --- diff --git a/gating.yaml b/gating.yaml index c190bde..61de744 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,4 +3,4 @@ product_versions: - rhel-9 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-gating.functional} diff --git a/iproute.spec b/iproute.spec index 37398aa..66a26b5 100644 --- a/iproute.spec +++ b/iproute.spec @@ -1,7 +1,7 @@ Summary: Advanced IP routing and network device configuration tools Name: iproute Version: 5.15.0 -Release: 1%{?dist}%{?buildid} +Release: 2%{?dist}%{?buildid} %if 0%{?rhel} Group: Applications/System %endif @@ -146,6 +146,9 @@ cat %{SOURCE1} >>%{buildroot}%{_sysconfdir}/iproute2/rt_dsfield %{_includedir}/iproute2/bpf_elf.h %changelog +* Thu Nov 25 2021 Andrea Claudi - 5.15.0-2.el9 +- Fix gating.yaml [2009355] + * Wed Nov 24 2021 Andrea Claudi - 5.15.0-1.el9 - New version 5.15.0 [2009355]