2009-01-17 13:20:13 +00:00
|
|
|
Name: ethtool
|
2010-02-04 22:23:57 +00:00
|
|
|
Epoch: 2
|
2010-07-14 23:29:52 +00:00
|
|
|
Version: 2.6.34
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Settings tool for Ethernet NICs
|
2009-07-17 00:45:58 +00:00
|
|
|
|
2009-01-17 13:20:13 +00:00
|
|
|
License: GPLv2
|
|
|
|
Group: Applications/System
|
|
|
|
URL: http://sourceforge.net/projects/gkernel/
|
2009-07-17 00:45:58 +00:00
|
|
|
|
2009-01-17 13:20:13 +00:00
|
|
|
# When using tarball from released upstream version:
|
|
|
|
# - http://downloads.sourceforge.net/gkernel/%{name}-%{version}.tar.gz
|
|
|
|
#
|
|
|
|
# When generating tarball package from upstream git:
|
|
|
|
# - git clone git://git.kernel.org/pub/scm/network/ethtool/ethtool.git ethtool-6
|
2009-07-18 13:32:12 +00:00
|
|
|
# - cd ethtool-6; git checkout 669ba5cadfb15842e90d8aa7ba5a575f7a457b3e
|
2009-01-17 13:20:13 +00:00
|
|
|
# - cp -f ChangeLog ChangeLog.old; git log > ChangeLog.git
|
|
|
|
# - rm -rf .git; cd ..; tar cvfz ethtool-6.tar.gz ethtool-6
|
|
|
|
# - Use the visible date of latest git log entry for %{release} in spec file
|
2010-07-14 23:29:52 +00:00
|
|
|
Source0: http://downloads.sourceforge.net/gkernel/%{name}-%{version}.tar.gz
|
2009-01-17 13:20:13 +00:00
|
|
|
BuildRequires: automake, autoconf
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2004-09-09 04:35:06 +00:00
|
|
|
|
2004-09-09 04:34:19 +00:00
|
|
|
%description
|
2009-01-17 13:20:13 +00:00
|
|
|
This utility allows querying and changing settings such as speed,
|
2010-07-14 23:29:52 +00:00
|
|
|
port, auto-negotiation, PCI locations and checksum offload on many
|
|
|
|
network devices, especially of Ethernet devices.
|
2004-09-09 04:34:19 +00:00
|
|
|
|
|
|
|
%prep
|
2010-07-14 23:29:52 +00:00
|
|
|
%setup -q
|
2009-01-17 13:20:13 +00:00
|
|
|
|
|
|
|
# Only needed when using upstream git
|
2010-02-04 22:23:57 +00:00
|
|
|
# aclocal
|
|
|
|
# autoheader
|
|
|
|
# automake --gnu --add-missing --copy
|
|
|
|
# autoconf
|
2009-01-17 13:20:13 +00:00
|
|
|
|
2004-09-09 04:34:19 +00:00
|
|
|
%build
|
2009-01-17 13:20:13 +00:00
|
|
|
%configure --sbindir=/sbin
|
|
|
|
make %{?_smp_mflags}
|
2004-09-09 04:34:19 +00:00
|
|
|
|
|
|
|
%install
|
2009-07-17 00:45:58 +00:00
|
|
|
rm -rf %{buildroot}
|
|
|
|
make DESTDIR=%{buildroot} INSTALL='install -p' install
|
2009-01-17 13:20:13 +00:00
|
|
|
|
|
|
|
# Some legacy support for scripts etc. out there
|
2009-07-17 00:45:58 +00:00
|
|
|
mkdir -p %{buildroot}%{_sbindir}
|
|
|
|
ln -sf ../../sbin/%{name} %{buildroot}%{_sbindir}/%{name}
|
2004-09-09 04:34:19 +00:00
|
|
|
|
|
|
|
%clean
|
2009-07-17 00:45:58 +00:00
|
|
|
rm -rf %{buildroot}
|
2004-09-09 04:34:19 +00:00
|
|
|
|
|
|
|
%files
|
2009-01-17 13:20:13 +00:00
|
|
|
%defattr(-,root,root,-)
|
2010-02-04 22:23:57 +00:00
|
|
|
%doc AUTHORS ChangeLog* COPYING LICENSE NEWS README
|
2009-01-17 13:20:13 +00:00
|
|
|
/sbin/%{name}
|
|
|
|
%{_sbindir}/%{name}
|
|
|
|
%{_mandir}/man8/%{name}.8*
|
2004-09-09 04:34:19 +00:00
|
|
|
|
|
|
|
%changelog
|
2010-07-14 23:29:52 +00:00
|
|
|
* Wed Jul 14 2010 Jeff Garzik <jgarzik@redhat.com> 2:2.6.34-1
|
|
|
|
- Update to release 2.6.34.
|
|
|
|
|
2010-02-04 22:23:57 +00:00
|
|
|
* Thu Feb 4 2010 Jeff Garzik <jgarzik@redhat.com> 2.6.33-0.1
|
|
|
|
- update to version 2.6.33-pre1
|
|
|
|
|
2009-07-24 22:20:21 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6-7.20090323git
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-18 13:32:12 +00:00
|
|
|
* Sat Jul 18 2009 Robert Scheck <robert@fedoraproject.org> 6-6.20090323git
|
|
|
|
- Upgrade to GIT 20090323
|
|
|
|
|
2009-07-17 00:45:58 +00:00
|
|
|
* Thu Jul 16 2009 Jeff Garzik <jgarzik@redhat.com> 6-5.20090306git
|
|
|
|
- minor specfile cleanups
|
|
|
|
|
2009-03-07 20:34:22 +00:00
|
|
|
* Sat Mar 07 2009 Robert Scheck <robert@fedoraproject.org> 6-4.20090306git
|
|
|
|
- Upgrade to GIT 20090306
|
|
|
|
|
2009-02-23 20:20:30 +00:00
|
|
|
* Mon Feb 23 2009 Robert Scheck <robert@fedoraproject.org> 6-3.20090115git
|
|
|
|
- Rebuild for gcc 4.4 and rpm 4.6
|
|
|
|
|
2009-01-17 13:20:13 +00:00
|
|
|
* Sat Jan 17 2009 Robert Scheck <robert@fedoraproject.org> 6-2.20090115git
|
|
|
|
- Changes to match with Fedora Packaging Guidelines (#225735)
|
|
|
|
- Upgrade to GIT 20090115 (#225735, #477498)
|
|
|
|
- Removed bogus stated need of DEVNAME in -h/--help (#472038)
|
|
|
|
- Removed completely needless INSTALL file from %%doc (#472034)
|
|
|
|
|
2008-03-12 15:47:32 +00:00
|
|
|
* Wed Mar 12 2008 Tom "spot" Callaway <tcallawa@redhat.com> 6-1
|
|
|
|
- Upgrade to ethtool version 6
|
|
|
|
|
2008-02-19 06:14:09 +00:00
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 5-2
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2006-12-14 20:39:44 +00:00
|
|
|
* 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
|
|
|
|
|
2006-07-12 05:46:05 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3-1.2.2
|
|
|
|
- rebuild
|
|
|
|
|
2006-02-11 02:40:30 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3-1.2.1
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 11:35:21 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3-1.2
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2005-12-09 22:40:21 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-03-03 23:05:22 +00:00
|
|
|
* 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.
|
|
|
|
|
2005-02-27 22:19:41 +00:00
|
|
|
* Sun Feb 27 2005 Florian La Roche <laroche@redhat.com>
|
|
|
|
- Copyright: -> License
|
|
|
|
|
2004-09-09 04:37:03 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:36:44 +00:00
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:36:27 +00:00
|
|
|
* 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
|
|
|
|
|
2004-09-09 04:35:06 +00:00
|
|
|
* 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
|
|
|
|
|
2004-09-09 04:35:01 +00:00
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 04:34:56 +00:00
|
|
|
* 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
|
|
|
|
|
2004-09-09 04:34:48 +00:00
|
|
|
* Mon Mar 4 2002 Bill Nottingham <notting@redhat.com> 1.5-1
|
|
|
|
- 1.5
|
|
|
|
|
2004-09-09 04:34:44 +00:00
|
|
|
* 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>
|
2004-09-09 04:34:32 +00:00
|
|
|
- return of ethtool! (#50475)
|
|
|
|
|
2004-09-09 04:34:19 +00:00
|
|
|
* 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.
|