From 81943d62eef45636b4e9260dc114719eb07d8591 Mon Sep 17 00:00:00 2001 From: basebuilder_pel7x64builder0 Date: Tue, 27 Nov 2018 17:55:55 +0100 Subject: [PATCH] ipset package update Signed-off-by: basebuilder_pel7x64builder0 --- SPECS/ethtool.spec | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/SPECS/ethtool.spec b/SPECS/ethtool.spec index 03936c1c..92b67452 100644 --- a/SPECS/ethtool.spec +++ b/SPECS/ethtool.spec @@ -1,13 +1,12 @@ Name: ethtool Epoch: 2 Version: 4.8 -Release: 7%{?dist} +Release: 9%{?dist} Summary: Settings tool for Ethernet NICs License: GPLv2 Group: Applications/System -#Old URL: http://sourceforge.net/projects/gkernel/ -URL: http://ftp.kernel.org/pub/software/network/%{name}/ +URL: https://www.kernel.org/pub/software/network/%{name}/ # When using tarball from released upstream version: # - http://ftp.kernel.org/pub/software/network/%{name}/%{name}-%{version}.tar.bz2 @@ -35,6 +34,10 @@ Patch10: 0011-ethtool.8-Document-56000-advertise-link-modes.patch Patch11: 0012-ethtool-Remove-UDP-Fragmentation-Offload-error-print.patch Patch12: 0013-ethtool-copy.h-sync-with-net-next.patch Patch13: 0014-ethtool-Support-for-FEC-encoding-control.patch +Patch14: 0015-ethtool-copy.h-sync-with-net-next.patch +Patch15: 0016-ethtool-add-support-for-extra-RSS-contexts-and-RSS-s.patch +Patch16: 0017-ethtool.8-Document-RSS-context-control-and-RSS-filte.patch +Patch17: 0018-ethtool-don-t-fall-back-to-grxfhindir-when-context-w.patch %description This utility allows querying and changing settings such as speed, @@ -57,6 +60,10 @@ network devices, especially of Ethernet devices. %patch11 -p1 %patch12 -p1 %patch13 -p1 +%patch14 -p1 +%patch15 -p1 +%patch16 -p1 +%patch17 -p1 # Only needed when using upstream git # aclocal @@ -79,6 +86,12 @@ make DESTDIR=%{buildroot} INSTALL='install -p' install %{_mandir}/man8/%{name}.8* %changelog +* Mon Jul 2 2018 Ivan Vecera - 2:4.8-9 +- Added support for extra RSS contexts and steering filters + +* Mon Jun 11 2018 Ivan Vecera - 2:4.8-8 +- Fixed RPM URL field in spec file + * Wed Jan 10 2018 Ivan Vecera - 2:4.8-7 - Fixed synopsis in ethtool man page