diff --git a/ethtool.spec b/ethtool.spec index 307bb47..6721fdb 100644 --- a/ethtool.spec +++ b/ethtool.spec @@ -2,7 +2,7 @@ Summary: Settings tool for Ethernet NICs Name: ethtool Epoch: 2 Version: 6.11 -Release: 1%{?dist} +Release: 2%{?dist} # {json_print,qsfp,sff-common}.{c,h} are GPL-2.0-or-later, rest is GPL-2.0-only License: GPL-2.0-only AND GPL-2.0-or-later URL: https://www.kernel.org/pub/software/network/%{name}/ @@ -44,10 +44,13 @@ make check %{_mandir}/man8/%{name}.8* %changelog +* Wed Oct 9 2024 Ivan Vecera - 2:6.11-2 +- Fixed gating (RHEL-56323) + * Wed Oct 9 2024 Ivan Vecera - 2:6.11-1 - Upgrade to 6.11 (RHEL-56323) -* Wed Sep 25 2024 Ivan Vecera - 2.6.10-1 +* Wed Sep 25 2024 Ivan Vecera - 2:6.10-1 - Upgrade to 6.10 (RHEL-56323) * Mon Jun 24 2024 Troy Dawson - 2:6.7-2 diff --git a/gating.yaml b/gating.yaml index 3442642..e3c0e43 100644 --- a/gating.yaml +++ b/gating.yaml @@ -3,4 +3,4 @@ product_versions: - rhel-10 decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier1-gating.functional}