diff --git a/ethtool.spec b/ethtool.spec index 6721fdb..06805d4 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: 2%{?dist} +Release: 3%{?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,6 +44,10 @@ make check %{_mandir}/man8/%{name}.8* %changelog +* Tue Oct 29 2024 Troy Dawson - 2:6.11-3 +- Bump release for October 2024 mass rebuild: + Resolves: RHEL-64018 + * Wed Oct 9 2024 Ivan Vecera - 2:6.11-2 - Fixed gating (RHEL-56323)