Accepting request 125199 from network:utilities

- Update to new upstream release 3.4.1
* This release adds reporting of driver features ("-i")
* reporting of supported pause frame modes and of 20G link modes
* firmware dumps ("-w" and "-W")
* external loopback tests ("-t")
* reporting and configuring the number of channels/queues
  ("-l" and "-L") and time stamping capabilities ("-T")
* reporting of pause frame autonegotiation results ("-a")
* support for querying and setting all generic net device features
  ("-k" and "-K") and private flags
* dumping of plugin module EEPROM ("-m") (forwarded request 125196 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/125199
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ethtool?expand=0&rev=27
This commit is contained in:
Stephan Kulow
2012-06-25 10:25:13 +00:00
committed by Git OBS Bridge
5 changed files with 36 additions and 10 deletions

View File

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

11
ethtool-3.4.1.tar.sign Normal file
View File

@@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQEcBAABAgAGBQJP195CAAoJEGkILBsOca60VP0H/iMQYxsSAziTug2pnPTUV3zJ
ArLl09bP4acnSlI+bkMtr5rDe5nIPhK2fSjPdAficj2WVqwhWIk2uvohe5fG5eSS
KjzkqapMCR12lBtu1vleIrW+lO5Hrc5RbGx+vQV7G3UxpAhZwS31Gy2PuPy42cn0
YuYSGxzU0Zndf2fZP/APPv8P/j+5EDTyZDgw7zhBDH2jrx8ymDZ8DDMzi2W1MLae
NeCmV6XoiCfAL4ulDZBIcdimHpajT/a+zRoLyt2/uGlonmOgOHVepPIjwSoFkXJY
nqNYML066Y4T6gMy//eDDEa3ZxvtLNHTr2QCGwvtSzCB3gTs2+xfXFbXjLFYnt8=
=hpxG
-----END PGP SIGNATURE-----

3
ethtool-3.4.1.tar.xz Normal file
View File

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sat Jun 16 16:39:55 UTC 2012 - jengelh@inai.de
- Update to new upstream release 3.4.1
* This release adds reporting of driver features ("-i")
* reporting of supported pause frame modes and of 20G link modes
* firmware dumps ("-w" and "-W")
* external loopback tests ("-t")
* reporting and configuring the number of channels/queues
("-l" and "-L") and time stamping capabilities ("-T")
* reporting of pause frame autonegotiation results ("-a")
* support for querying and setting all generic net device features
("-k" and "-K") and private flags
* dumping of plugin module EEPROM ("-m")
-------------------------------------------------------------------
Wed May 16 17:22:22 UTC 2012 - andreas.stieger@gmx.de

View File

@@ -17,16 +17,18 @@
Name: ethtool
Version: 3.2
Version: 3.4.1
Release: 0
Summary: Examine and Tune Ethernet-Based Network Interfaces
License: GPL-2.0
Group: Productivity/Networking/Diagnostic
BuildRequires: automake
BuildRequires: xz
Url: http://www.kernel.org/pub/software/network/ethtool/
Source: http://www.kernel.org/pub/software/network/ethtool/%{name}-%{version}.tar.xz
Url: http://kernel.org/pub/software/network/ethtool/
#Freecode-URL: https://freecode.com/projects/ethtool
Source: http://kernel.org/pub/software/network/ethtool/%{name}-%{version}.tar.xz
Source2: http://kernel.org/pub/software/network/ethtool/%{name}-%{version}.tar.sign
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: xz
%description
Ethtool is a small utility for examining and tuning ethernet-based
@@ -36,8 +38,6 @@ network interfaces. See the man page for more details.
%setup -q
%build
%{suse_update_config -f}
autoreconf -fi
export CFLAGS="%{optflags} -W -Wall -Wstrict-prototypes -Wformat-security -Wpointer-arith"
%configure
make %{?_smp_mflags}