Accepting request 483738 from network:utilities
- upgrade to new upstream release 4.10 - add keyring for tarball verification OBS-URL: https://build.opensuse.org/request/show/483738 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ethtool?expand=0&rev=46
This commit is contained in:
commit
32ea807ca0
16
ethtool-4.10.tar.sign
Normal file
16
ethtool-4.10.tar.sign
Normal file
@ -0,0 +1,16 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQIcBAABAgAGBQJY1WWDAAoJEJctW/TcYTgGLagP/R4Jo2XAQpuKDeSiZsr6NjYd
|
||||
B1k9N3/09BGBTsxlcrHVG/aco8vgPJk6TZq1cZuWKXm8a0oyPI2DhPxx8gdmMrmM
|
||||
I6igcQQEhBMYFuU3AtpQvCHou9lJipXXu/+sGtEt70igUcs/QSOw/Ph9VXVvyij9
|
||||
vAUA5Sn4TCCg2Q2IBIACgxhILl6PrZuYltKwtieClWUyZY7Cg6oimR4tvwnxBiWm
|
||||
X1Q2twPmaF1SVgPSY7D0tTKFloVjw75sFZGoMoY2HLl7oUj7WVCq/jJ93Xaf/fBq
|
||||
DiMLyDwu9SyWVpoeAArIUUqbUtmZAmWwNzLQpqs5JaMFCB+kTexQ0Xhzx6hmrkvX
|
||||
3UtNOqwsuJKwQcPSX7ZBWUF62pMbYRu/h4iEDo0pVXSUw1fssPZ4njRphutnx69q
|
||||
9+LF1dsZG/bXPz6enwyaCQ9yrkZJ8RdyB4ZwZKLLTT/W0/2+RAKh8h0I6tSxId37
|
||||
Gu3rA8z8dEYsLEHNx5Ty1iCOI7ZtoXpjgsnlxpJcgKmvBgB3CHrI6PPdUfSfDoX7
|
||||
GHcDb85WqLTjJlFWlXnBsn1v12kQZQwA6ZT3p+RAl3RTqG6hf7jYzJ6Mb4fRt+wA
|
||||
TCvSBNRA3DbyKIsiKGUqtYplh8QgtHwkacZWXu0SP63SydvXN3E5IAXHyppfAc/V
|
||||
EwrIGws4CxSp7G6aLgj2
|
||||
=17Kg
|
||||
-----END PGP SIGNATURE-----
|
3
ethtool-4.10.tar.xz
Normal file
3
ethtool-4.10.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f0009726ecf34128b9a8238b71a652847dbc06bd1b877656699b0592b95c74ba
|
||||
size 216320
|
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:403dfe288e2d8031eab0be3f5d0ca9128e120d61c52c3dc434474fa026eb4a43
|
||||
size 214932
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 05:57:23 UTC 2017 - mkubecek@suse.cz
|
||||
|
||||
- Update to new upstream release 4.10
|
||||
* Fix: Fix the "advertise" parameter logic.
|
||||
* Feature: Implement ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLE and PHY downshift
|
||||
* Feature: add register dump support for fjes driver (-d option)
|
||||
- add keyring with John Linville's key for tarball verification
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 11 07:56:53 UTC 2016 - mkubecek@suse.cz
|
||||
|
||||
|
BIN
ethtool.keyring
Normal file
BIN
ethtool.keyring
Normal file
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ethtool
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: ethtool
|
||||
Version: 4.8
|
||||
Version: 4.10
|
||||
Release: 0
|
||||
Summary: Examine and Tune Ethernet-Based Network Interfaces
|
||||
License: GPL-2.0
|
||||
@ -27,6 +27,7 @@ Url: http://kernel.org/pub/software/network/ethtool/
|
||||
#Git-Clone: git://git.kernel.org/pub/scm/network/ethtool/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
|
||||
Source3: %{name}.keyring
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: xz
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user