update to ethtool-3.0

OBS-URL: https://build.opensuse.org/package/show/network:utilities/ethtool?expand=0&rev=14
This commit is contained in:
Petr Uzel 2011-08-08 16:06:54 +00:00 committed by Git OBS Bridge
parent 7fdf4320d5
commit 3cc3e43526
4 changed files with 38 additions and 21 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1dca4573d5dbe65f54aebddf6da626ef0db30c2739bfdb6234953a6603f3c536
size 160413

3
ethtool-3.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:095844d67c1dbe4a2ce3bebc72841475fcee23be0359802e594a202b25ffad7d
size 170196

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Mon Aug 8 15:59:22 UTC 2011 - puzel@novell.com
- update to ethtool-3.0
* Feature: Report supported pause frame modes
* Feature: Support firmware dump (-w and -W options)
* Feature: Report advertised and supported 20G link modes
* Feature: Add an 'l4data' option for ip4 filters (-U option)
* Fix: Correct swapped h_source and h_dest fields for ether
filters (-U option)
* Fix: Set ip_ver field correctly for ip4 filters (-U option)
* Fix: Correct parameter validation for -e and -E options; in
particular, treat the 'magic' value as unsigned
* Feature: Report some driver features (-i option)
* Doc: Remove misleading 'Auto' advertising mask from manual page
* Doc: Improve table formatting on manual page, using tbl
* Doc: Remove initial blank page in printed manual page
* Doc: Fix line-wrapping of options
* Feature: Add support for ESP as a separate protocol from AH
(-n, -N, -u and -U options)
* Cleanup: Remove support for showing RX n-tuple settings
(-u option), which was never implemented correctly in the kernel
* Feature: Add support for RX network flow classifier (NFC)
(-u and -U options)
* Feature: Add support for e1000 M88 PHY registers (-d option)
* Cleanup: Change bug-address to netdev
- use spec-cleaner
-------------------------------------------------------------------
Tue Mar 15 17:54:12 UTC 2011 - bphilips@novell.com

View File

@ -15,18 +15,16 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: ethtool
License: GPLv2+
Group: Productivity/Networking/Diagnostic
AutoReqProv: on
Summary: Examine and Tune Ethernet-Based Network Interfaces
Version: 2.6.38
Version: 3.0
Release: 1
License: GPLv2+
Summary: Examine and Tune Ethernet-Based Network Interfaces
# Tarballs: http://sourceforge.net/projects/gkernel/
Url: http://git.kernel.org/?p=network/ethtool/ethtool.git
Group: Productivity/Networking/Diagnostic
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -34,30 +32,21 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Ethtool is a small utility for examining and tuning ethernet-based
network interfaces. See the man page for more details.
Authors:
--------
David Miller <davem@redhat.com>
Jakub Jelinek <jj@ultra.linux.cz>
Jeff Garzik <jgarzik@mandrakesoft.com>
Tim Hockin <thockin@sun.com>
%prep
%setup -q
%build
%{suse_update_config -f}
autoreconf -fi
export CFLAGS="$RPM_OPT_FLAGS -W -Wall -Wstrict-prototypes -Wformat-security -Wpointer-arith"
export CFLAGS="%{optflags} -W -Wall -Wstrict-prototypes -Wformat-security -Wpointer-arith"
%configure --sbindir=/sbin
make %{?_smp_mflags}
%install
%makeinstall
%make_install
%clean
rm -rf $RPM_BUILD_ROOT
rm -rf %{buildroot}
%files
%defattr(-,root,root)