diff --git a/ethtool.spec b/ethtool.spec index ad1b15e..be71952 100644 --- a/ethtool.spec +++ b/ethtool.spec @@ -1,13 +1,15 @@ Summary: Ethernet settings tool for PCI ethernet cards Name: ethtool Version: 1.6 -Release: 2 +Release: 5 Copyright: GPL Group: Applications/System URL: http://sourceforge.net/projects/gkernel/ Source: http://download.sourceforge.net/gkernel/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +%define _sbindir /sbin + %description This utility allows querying and changing of ethernet card settings, such as speed, port, autonegotiation, @@ -30,10 +32,19 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING INSTALL NEWS README -/usr/sbin/ethtool +/sbin/ethtool %{_mandir}/man8/ethtool.* %changelog +* Sat Feb 8 2003 Bill Nottingham 1.6-5 +- move to /sbin + +* Wed Jan 22 2003 Tim Powers +- rebuilt + +* Thu Dec 12 2002 Tim Powers 1.6-3 +- rebuild on all arches + * Fri Jun 21 2002 Tim Powers - automated rebuild