From e1a0f62f51a16a3a075a723b49610ce63038a753 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 22:08:01 +0100 Subject: [PATCH] automatic version update by autodist [release 3.13-1mamba;Wed Feb 19 2014] --- README.md | 11 +++++++ ethtool.spec | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 95 insertions(+) create mode 100644 ethtool.spec diff --git a/README.md b/README.md index 43bfce4..890b988 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # ethtool +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. + diff --git a/ethtool.spec b/ethtool.spec new file mode 100644 index 0000000..f40fc45 --- /dev/null +++ b/ethtool.spec @@ -0,0 +1,84 @@ +### AUTOUPDATE-OFF: 9 +Name: ethtool +Epoch: 1 +Version: 3.13 +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 +URL: http://www.kernel.org/pub/software/network/ethtool/ +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 +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%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.* +%doc AUTHORS COPYING ChangeLog NEWS README + +%changelog +* Wed Feb 19 2014 Automatic Build System 3.13-1mamba +- automatic version update by autodist + +* Fri Dec 27 2013 Automatic Build System 3.12.1-1mamba +- automatic update by autodist + +* Wed Sep 18 2013 Automatic Build System 3.11-1mamba +- automatic update by autodist + +* Sun Jul 21 2013 Automatic Build System 3.10-1mamba +- automatic update by autodist + +* Tue Jun 11 2013 Automatic Build System 3.9-1mamba +- update to 3.9 + +* Wed Mar 06 2013 Automatic Build System 3.8-1mamba +- automatic version update by autodist + +* Fri Jan 11 2013 Automatic Build System 3.7-1mamba +- update to 3.7 + +* Sat Nov 03 2012 Silvan Calarco 3.6-1mamba +- update to 3.6 + +* Thu Aug 30 2007 Aleph0 6-1mamba +- update to version 6 + +* Tue Feb 08 2005 Silvan Calarco 3-1qilnx +- update to version 3 by autospec + +* Fri Nov 19 2004 Silvan Calarco 1.6-1qilnx +- package created by autospec