ethtool/ethtool.spec

109 lines
3.1 KiB
RPMSpec
Raw Normal View History

#
# spec file for package ethtool (Version 6)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: ethtool
License: GPL v2 or later
Group: Productivity/Networking/Diagnostic
AutoReqProv: on
Summary: Examine and Tune Ethernet-Based Network Interfaces
Version: 6
Release: 24
Url: http://sourceforge.net/projects/gkernel
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Ethtool is a small utility for examining and tuning ethernet-based
network interfaces. See the man page for more details.
Authors:
--------
David Miller <davem@redhat.com>
Jakub Jelinek <jj@ultra.linux.cz>
Jeff Garzik <jgarzik@mandrakesoft.com>
Tim Hockin <thockin@sun.com>
%prep
%setup -q
%build
%{suse_update_config -f}
autoreconf -fi
export CFLAGS="$RPM_OPT_FLAGS -W -Wall -Wstrict-prototypes -Wformat-security -Wpointer-arith"
%configure --sbindir=/sbin
make
%install
%makeinstall
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
/sbin/ethtool
%{_mandir}/man8/ethtool.8*
%doc AUTHORS COPYING NEWS README ChangeLog
%changelog
* Wed Dec 19 2007 - mskibbe@suse.de
- Bug 285472 - network script does not work for /usr over NFS
* Fri Jul 27 2007 - mskibbe@suse.de
- update to version 6 which includes:
o updates for a lot of NICs
o preparing for 10G NICs
o a log Bugfixes
* Thu Apr 12 2007 - lnussel@suse.de
- remove superfluous buffer overflow check patch
* Wed Sep 06 2006 - mskibbe@suse.de
- fix bug #202756 - No Buffer Overflow check in Ethtool
* Mon Sep 04 2006 - mskibbe@suse.de
- update to version 5 which includes:
o Security: Avoid potential buffer overflow
o Feature: GSO support
o Feature: skge register dump
* Thu Aug 31 2006 - mskibbe@suse.de
- update to version 4 which
o includes UFO support
o support long options
o includes e1000, pcnet32, tg3 updates
o added PPC4xx EMAC support
o Use hexdump instead of single values for register dump
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Sat Jan 29 2005 - hvogel@suse.de
- update to version 3
* Mon Aug 23 2004 - mmj@suse.de
- Update to ethtool-2 which includes all our patches
* Thu Jun 24 2004 - meissner@suse.de
- Added pcnet32 register dumping LTC#9592/SUSE#42408.
* Mon May 24 2004 - meissner@suse.de
- return error value from test option LTC#7166/SUSE#40960.
* Sun Jan 11 2004 - adrian@suse.de
- build as user
* Tue Aug 26 2003 - pthomas@suse.de
- Upgraded to 1.8
* Tue Aug 26 2003 - pthomas@suse.de
- Remove the bogus rejection of devices whose names that do not begin
with either 'eth' or 'usb'.
* Mon Jun 02 2003 - pthomas@suse.de
- Add support for AMD-8111.
* Fri Feb 07 2003 - meissner@suse.de
- Upgraded to current CVS, which has some e1000 fixes needed by IBM.
* Thu Feb 06 2003 - meissner@suse.de
- Upgraded to 1.7:
* Mon Jun 24 2002 - pthomas@suse.de
- Initial package creation.
- Fix most gcc warnings.