Fix gating

Resolves: RHEL-56323

Signed-off-by: Ivan Vecera <ivecera@redhat.com>
This commit is contained in:
Ivan Vecera 2024-10-09 16:41:02 +02:00
parent 6e1b725aab
commit b777acb69b
2 changed files with 6 additions and 3 deletions

View File

@ -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 <ivecera@redhat.com> - 2:6.11-2
- Fixed gating (RHEL-56323)
* Wed Oct 9 2024 Ivan Vecera <ivecera@redhat.com> - 2:6.11-1
- Upgrade to 6.11 (RHEL-56323)
* Wed Sep 25 2024 Ivan Vecera <ivecera@redhat.com> - 2.6.10-1
* Wed Sep 25 2024 Ivan Vecera <ivecera@redhat.com> - 2:6.10-1
- Upgrade to 6.10 (RHEL-56323)
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2:6.7-2

View File

@ -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}