Fix gating
Resolves: RHEL-56323 Signed-off-by: Ivan Vecera <ivecera@redhat.com>
This commit is contained in:
parent
6e1b725aab
commit
b777acb69b
@ -2,7 +2,7 @@ Summary: Settings tool for Ethernet NICs
|
|||||||
Name: ethtool
|
Name: ethtool
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 6.11
|
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
|
# {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
|
License: GPL-2.0-only AND GPL-2.0-or-later
|
||||||
URL: https://www.kernel.org/pub/software/network/%{name}/
|
URL: https://www.kernel.org/pub/software/network/%{name}/
|
||||||
@ -44,10 +44,13 @@ make check
|
|||||||
%{_mandir}/man8/%{name}.8*
|
%{_mandir}/man8/%{name}.8*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Oct 9 2024 Ivan Vecera <ivecera@redhat.com> - 2:6.11-1
|
||||||
- Upgrade to 6.11 (RHEL-56323)
|
- 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)
|
- Upgrade to 6.10 (RHEL-56323)
|
||||||
|
|
||||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2:6.7-2
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2:6.7-2
|
||||||
|
@ -3,4 +3,4 @@ product_versions:
|
|||||||
- rhel-10
|
- rhel-10
|
||||||
decision_context: osci_compose_gate
|
decision_context: osci_compose_gate
|
||||||
rules:
|
rules:
|
||||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier1-gating.functional}
|
||||||
|
Loading…
Reference in New Issue
Block a user