136 lines
3.4 KiB
RPMSpec
136 lines
3.4 KiB
RPMSpec
Summary: Ethernet settings tool for PCI ethernet cards
|
|
Name: ethtool
|
|
Version: 5
|
|
Release: 2%{?dist}
|
|
License: GPL
|
|
Group: Applications/System
|
|
URL: http://sourceforge.net/projects/gkernel/
|
|
Source0: 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,
|
|
and PCI locations.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure
|
|
make
|
|
|
|
%install
|
|
rm -rf %{buildroot}
|
|
%makeinstall
|
|
mkdir -p %{buildroot}/usr/sbin
|
|
ln -s /sbin/ethtool %{buildroot}/usr/sbin
|
|
|
|
%clean
|
|
rm -rf %{buildroot}
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README
|
|
/sbin/ethtool
|
|
/usr/sbin/ethtool
|
|
%{_mandir}/man8/ethtool.*
|
|
|
|
%changelog
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 5-2
|
|
- Autorebuild for GCC 4.3
|
|
|
|
* Thu Dec 14 2006 Jay Fenlason <fenlason@redhat.com> 5-1
|
|
- Upgrade to ethtool version 5 to close
|
|
bz#184985: RFE: 10gigE support
|
|
bz#204840: "buffer overflow detected" when devname's length >=16 of ethtool
|
|
Resolves: #184985, #204840
|
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3-1.2.2
|
|
- rebuild
|
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3-1.2.1
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3-1.2
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
- rebuilt
|
|
|
|
* Thu Mar 3 2005 Jeff Garzik <jgarzik@pobox.com>
|
|
- Update to version 3.
|
|
- Use %%buildroot macro, rather than RPM_BUILD_ROOT env var,
|
|
as recommended by RPM packaging guidelines.
|
|
|
|
* Sun Feb 27 2005 Florian La Roche <laroche@redhat.com>
|
|
- Copyright: -> License
|
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
- rebuilt
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
- rebuilt
|
|
|
|
* Fri Sep 5 2003 Bill Nottingham <notting@redhat.com> 1.8-2
|
|
- remove bogus check for devices starting with ethXX, this time applying
|
|
the patch
|
|
|
|
* Thu Jul 24 2003 Bill Nottingham <notting@redhat.com> 1.8-1
|
|
- update to 1.8
|
|
- remove bogus check for devices starting with ethXX
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
- rebuilt
|
|
|
|
* Sat Feb 8 2003 Bill Nottingham <notting@redhat.com> 1.6-5
|
|
- move to /sbin
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
- rebuilt
|
|
|
|
* Thu Dec 12 2002 Tim Powers <timp@redhat.com> 1.6-3
|
|
- rebuild on all arches
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
- automated rebuild
|
|
|
|
* Thu Jun 20 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
- update to 1.6
|
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
- automated rebuild
|
|
|
|
* Mon Mar 4 2002 Bill Nottingham <notting@redhat.com> 1.5-1
|
|
- 1.5
|
|
|
|
* Thu Feb 21 2002 Bill Nottingham <notting@redhat.com>
|
|
- rebuild
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
- automated rebuild
|
|
|
|
* Tue Dec 4 2001 Bill Nottingham <notting@redhat.com>
|
|
- update to 1.4
|
|
|
|
* Fri Aug 3 2001 Bill Nottingham <notting@redhat.com>
|
|
- return of ethtool! (#50475)
|
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
- automatic rebuild
|
|
|
|
* Sun Jun 18 2000 Matt Wilson <msw@redhat.com>
|
|
- rebuilt for next release
|
|
- use FHS man path
|
|
|
|
* Tue Feb 22 2000 Bill Nottingham <notting@redhat.com>
|
|
- handle compressed manpages
|
|
|
|
* Wed Apr 14 1999 Bill Nottingham <notting@redhat.com>
|
|
- run through with new s/d
|
|
|
|
* Tue Apr 13 1999 Jakub Jelinek <jj@ultra.linux.cz>
|
|
- initial package.
|