2024-01-05 22:08:01 +01:00
|
|
|
### AUTOUPDATE-OFF: 9
|
|
|
|
Name: ethtool
|
|
|
|
Epoch: 1
|
2024-01-05 22:08:02 +01:00
|
|
|
Version: 5.13
|
2024-01-05 22:08:01 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: The standard Linux utility for controlling network drivers and hardware
|
|
|
|
Group: System/Kernel and Hardware
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-05 22:08:02 +01:00
|
|
|
URL: https://mirrors.edge.kernel.org/pub/software/network/ethtool/
|
2024-01-05 22:08:01 +01:00
|
|
|
Source: http://www.kernel.org/pub/software/network/ethtool/ethtool-%{version}.tar.xz
|
|
|
|
#Source: http://downloads.sourceforge.net/gkernel/ethtool-%{version}.tar.gz
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-05 22:08:02 +01:00
|
|
|
BuildRequires: libmnl-devel
|
2024-01-05 22:08:01 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
ethtool is the standard Linux utility for controlling network drivers and hardware, particularly for wired Ethernet devices. It can be used to:
|
|
|
|
|
|
|
|
Get identification and diagnostic information
|
|
|
|
Get extended device statistics
|
|
|
|
Control speed, duplex, autonegotiation and flow control for Ethernet devices
|
|
|
|
Control checksum offload and other hardware offload features
|
|
|
|
Control DMA ring sizes and interrupt moderation
|
|
|
|
Control receive queue selection for multiqueue devices
|
|
|
|
Upgrade firmware in flash memory
|
|
|
|
Most features are dependent on support in the specific driver. See the manual page for full information.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_sbindir}/ethtool
|
|
|
|
%{_mandir}/man8/ethtool.*
|
2024-01-05 22:08:01 +01:00
|
|
|
%{_datadir}/bash-completion/completions/ethtool
|
|
|
|
%doc AUTHORS COPYING
|
|
|
|
#ChangeLog NEWS README
|
2024-01-05 22:08:01 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 22:08:02 +01:00
|
|
|
* Fri Jul 09 2021 Automatic Build System <autodist@mambasoft.it> 5.13-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:08:02 +01:00
|
|
|
* Mon May 03 2021 Automatic Build System <autodist@mambasoft.it> 5.12-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:08:02 +01:00
|
|
|
* Tue Jan 05 2021 Automatic Build System <autodist@mambasoft.it> 5.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:08:02 +01:00
|
|
|
* Tue Oct 20 2020 Automatic Build System <autodist@mambasoft.it> 5.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:08:02 +01:00
|
|
|
* Thu Oct 08 2020 Automatic Build System <autodist@mambasoft.it> 5.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:08:01 +01:00
|
|
|
* Mon Jun 08 2020 Automatic Build System <autodist@mambasoft.it> 5.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:08:01 +01:00
|
|
|
* Tue May 19 2020 Automatic Build System <autodist@mambasoft.it> 5.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:08:01 +01:00
|
|
|
* Thu Jan 23 2020 Automatic Build System <autodist@mambasoft.it> 5.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:08:01 +01:00
|
|
|
* Wed Sep 25 2019 Automatic Build System <autodist@mambasoft.it> 5.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:08:01 +01:00
|
|
|
* Mon Aug 05 2019 Automatic Build System <autodist@mambasoft.it> 5.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:08:01 +01:00
|
|
|
* Sun May 26 2019 Automatic Build System <autodist@mambasoft.it> 5.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:08:01 +01:00
|
|
|
* Sat Mar 16 2019 Automatic Build System <autodist@mambasoft.it> 5.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:08:01 +01:00
|
|
|
* Tue Nov 13 2018 Automatic Build System <autodist@mambasoft.it> 4.19-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:08:01 +01:00
|
|
|
* Sat Aug 25 2018 Automatic Build System <autodist@mambasoft.it> 4.18-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:08:01 +01:00
|
|
|
* Mon Jun 25 2018 Automatic Build System <autodist@mambasoft.it> 4.17-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:08:01 +01:00
|
|
|
* Wed Apr 18 2018 Automatic Build System <autodist@mambasoft.it> 4.16-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:08:01 +01:00
|
|
|
* Sat Feb 03 2018 Automatic Build System <autodist@mambasoft.it> 4.15-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:08:01 +01:00
|
|
|
* Sun Oct 29 2017 Automatic Build System <autodist@mambasoft.it> 4.13-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:08:01 +01:00
|
|
|
* Thu Jun 08 2017 Automatic Build System <autodist@mambasoft.it> 4.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:08:01 +01:00
|
|
|
* Tue Apr 25 2017 Automatic Build System <autodist@mambasoft.it> 4.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:08:01 +01:00
|
|
|
* Sun Oct 16 2016 Automatic Build System <autodist@mambasoft.it> 4.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:08:01 +01:00
|
|
|
* Thu Jun 30 2016 Automatic Build System <autodist@mambasoft.it> 4.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:08:01 +01:00
|
|
|
* Mon Apr 25 2016 Automatic Build System <autodist@mambasoft.it> 4.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:08:01 +01:00
|
|
|
* Fri Dec 18 2015 Automatic Build System <autodist@mambasoft.it> 4.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:08:01 +01:00
|
|
|
* Sat Jun 06 2015 Automatic Build System <autodist@mambasoft.it> 4.0-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 22:08:01 +01:00
|
|
|
* Wed Jan 14 2015 Automatic Build System <autodist@mambasoft.it> 3.18-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:08:01 +01:00
|
|
|
* Thu Oct 09 2014 Automatic Build System <autodist@mambasoft.it> 3.16-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 22:08:01 +01:00
|
|
|
* Wed Feb 19 2014 Automatic Build System <autodist@mambasoft.it> 3.13-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Dec 27 2013 Automatic Build System <autodist@mambasoft.it> 3.12.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Wed Sep 18 2013 Automatic Build System <autodist@mambasoft.it> 3.11-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sun Jul 21 2013 Automatic Build System <autodist@mambasoft.it> 3.10-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Tue Jun 11 2013 Automatic Build System <autodist@mambasoft.it> 3.9-1mamba
|
|
|
|
- update to 3.9
|
|
|
|
|
|
|
|
* Wed Mar 06 2013 Automatic Build System <autodist@mambasoft.it> 3.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Jan 11 2013 Automatic Build System <autodist@mambasoft.it> 3.7-1mamba
|
|
|
|
- update to 3.7
|
|
|
|
|
|
|
|
* Sat Nov 03 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 3.6-1mamba
|
|
|
|
- update to 3.6
|
|
|
|
|
|
|
|
* Thu Aug 30 2007 Aleph0 <aleph0@openmamba.org> 6-1mamba
|
|
|
|
- update to version 6
|
|
|
|
|
|
|
|
* Tue Feb 08 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 3-1qilnx
|
|
|
|
- update to version 3 by autospec
|
|
|
|
|
|
|
|
* Fri Nov 19 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6-1qilnx
|
|
|
|
- package created by autospec
|