Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/ethtool.git#d667608f2e8753ae78b0738573535f6cce2dcefc
This commit is contained in:
parent
1f17e6fa8d
commit
f6ad6c7ada
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/gpgkey-D2CB120AB45957B721CD9596F4554567B91DE934.gpg
|
||||
/ethtool-*.tar.*
|
||||
|
30
ethtool.spec
30
ethtool.spec
@ -1,14 +1,18 @@
|
||||
Name: ethtool
|
||||
Epoch: 2
|
||||
Version: 5.9
|
||||
Release: 1%{?dist}
|
||||
Summary: Settings tool for Ethernet NICs
|
||||
License: GPLv2
|
||||
URL: https://www.kernel.org/pub/software/network/%{name}/
|
||||
Source0: https://www.kernel.org/pub/software/network/%{name}/%{name}-%{version}.tar.xz
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libmnl-devel
|
||||
Conflicts: filesystem < 3
|
||||
Summary: Settings tool for Ethernet NICs
|
||||
Name: ethtool
|
||||
Epoch: 2
|
||||
Version: 5.10
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
URL: https://www.kernel.org/pub/software/network/%{name}/
|
||||
Source0: https://www.kernel.org/pub/software/network/%{name}/%{name}-%{version}.tar.xz
|
||||
Source1: https://www.kernel.org/pub/software/network/%{name}/%{name}-%{version}.tar.sign
|
||||
Source2: gpgkey-D2CB120AB45957B721CD9596F4554567B91DE934.gpg
|
||||
BuildRequires: gnupg2, xz
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libmnl-devel
|
||||
BuildRequires: make
|
||||
Conflicts: filesystem < 3
|
||||
|
||||
%description
|
||||
This utility allows querying and changing settings such as speed,
|
||||
@ -16,6 +20,7 @@ port, auto-negotiation, PCI locations and checksum offload on many
|
||||
network devices, especially of Ethernet devices.
|
||||
|
||||
%prep
|
||||
xzcat '%{SOURCE0}' | %{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data=-
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
@ -35,6 +40,9 @@ network devices, especially of Ethernet devices.
|
||||
%{_mandir}/man8/%{name}.8*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 21 2020 Robert Scheck <robert@fedoraproject.org> - 2:5.10-1
|
||||
- Upgrade to 5.10 (#1908443)
|
||||
|
||||
* Fri Oct 16 2020 Robert Scheck <robert@fedoraproject.org> - 2:5.9-1
|
||||
- Upgrade to 5.9 (#1888821)
|
||||
|
||||
|
4
sources
4
sources
@ -1 +1,3 @@
|
||||
SHA512 (ethtool-5.9.tar.xz) = 9166a06b823373188e754b3085cf8e8f71455d83d1bcfcaf1350433b21bdbc6ae851f62108d3d2e3bbbca33ca595382cd2c68966ce4824b55f7f59eb0996bf36
|
||||
SHA512 (gpgkey-D2CB120AB45957B721CD9596F4554567B91DE934.gpg) = e580d255c5e3f0dfc4f7af22dd5917e2cde47cabd85ae39372195d24c70f7e3bfea105c84e459320a070293ded4941b6dd8f6d8cd501dc2779774ea949665d7b
|
||||
SHA512 (ethtool-5.10.tar.xz) = 128ecc0445ec44e231d95158a71cea2c03f059314f1a844cfb2f424970bd68608fb73b8dc5e8905b88ad0da2b65a8884a626be78d6d25f770ce043c6c87580a6
|
||||
SHA512 (ethtool-5.10.tar.sign) = 0dee393c5dd2974fe745340c9611b671df96ee00e31dbc9e98b7edd8a627e808e1b3956a0e27c0bce399fefbd1ff0b08e795ac63348f43337c1c2622c14359e1
|
||||
|
Loading…
Reference in New Issue
Block a user