Browse Source

ipset package update

Signed-off-by: basebuilder_pel7x64builder0 <basebuilder@powerel.org>
master
basebuilder_pel7x64builder0 6 years ago
parent
commit
81943d62ee
  1. 19
      SPECS/ethtool.spec

19
SPECS/ethtool.spec

@ -1,13 +1,12 @@ @@ -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 @@ -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. @@ -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 @@ -79,6 +86,12 @@ make DESTDIR=%{buildroot} INSTALL='install -p' install
%{_mandir}/man8/%{name}.8*

%changelog
* Mon Jul 2 2018 Ivan Vecera <ivecera@redhat.com> - 2:4.8-9
- Added support for extra RSS contexts and steering filters

* Mon Jun 11 2018 Ivan Vecera <ivecera@redhat.com> - 2:4.8-8
- Fixed RPM URL field in spec file

* Wed Jan 10 2018 Ivan Vecera <ivecera@redhat.com> - 2:4.8-7
- Fixed synopsis in ethtool man page


Loading…
Cancel
Save