Accepting request 107126 from network:utilities

update to ethtool-3.2

OBS-URL: https://build.opensuse.org/request/show/107126
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ethtool?expand=0&rev=24
This commit is contained in:
Stephan Kulow 2012-02-28 13:12:35 +00:00 committed by Git OBS Bridge
commit 70bbdcd336
4 changed files with 19 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Feb 27 10:03:42 UTC 2012 - puzel@suse.com
- update to ethtool-3.2
* Feature: Add support for querying and setting private flags
(--show-priv-flags, --set-priv-flags options)
* Feature: Omit zero values in Solarflare register tables (-d
option)
* Feature: Allow driver to select RX NFC rule location (-U
option)
* Fix: Correct register dump offsets for Intel 82575 chipsets
(-d option)
-------------------------------------------------------------------
Wed Feb 8 13:00:21 UTC 2012 - rschweikert@suse.com

View File

@ -15,8 +15,9 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: ethtool
Version: 3.1
Version: 3.2
Release: 0
Summary: Examine and Tune Ethernet-Based Network Interfaces
License: GPL-2.0
@ -24,7 +25,7 @@ Group: Productivity/Networking/Diagnostic
BuildRequires: automake
# Tarballs: http://sourceforge.net/projects/gkernel/
Url: http://git.kernel.org/?p=network/ethtool/ethtool.git
Source: %{name}-%{version}.tar.bz2
Source: %{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description