From fffda7bc8d36b09342b94936ab90242fb5348618 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 29 Oct 2024 08:22:58 -0700 Subject: [PATCH] Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 --- ethtool.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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)