Summary: Ethernet settings tool for network cards Name: ethtool Epoch: 1 Version: 5.10 Release: 1 License: GPLv2 Group: System/Configuration/Networking Url: https://www.kernel.org/pub/software/network/ethtool Source0: https://www.kernel.org/pub/software/network/ethtool/%{name}-%{version}.tar.xz BuildRequires: pkgconfig(libmnl) %description This utility allows querying and changing of ethernet card settings, such as speed, port, and autonegotiation. %prep %autosetup -p1 %build %configure %make_build %install %make_install mkdir -p %{buildroot}/sbin ln -sf %{_sbindir}/ethtool %{buildroot}/sbin/ethtool %files %doc AUTHORS NEWS /sbin/ethtool %{_sbindir}/ethtool %{_datadir}/bash-completion/completions/ethtool %{_mandir}/*/*