update to release 2.6.34
This commit is contained in:
parent
f11d88a508
commit
b92641a2c1
@ -1 +1 @@
|
||||
ethtool-2.6.33pre1.tar.gz
|
||||
ethtool-2.6.34.tar.gz
|
||||
|
17
ethtool.spec
17
ethtool.spec
@ -1,8 +1,8 @@
|
||||
Name: ethtool
|
||||
Epoch: 2
|
||||
Version: 2.6.33
|
||||
Release: 0.1%{?dist}
|
||||
Summary: Ethernet settings tool for PCI ethernet cards
|
||||
Version: 2.6.34
|
||||
Release: 1%{?dist}
|
||||
Summary: Settings tool for Ethernet NICs
|
||||
|
||||
License: GPLv2
|
||||
Group: Applications/System
|
||||
@ -17,17 +17,17 @@ URL: http://sourceforge.net/projects/gkernel/
|
||||
# - 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
|
||||
Source0: %{name}-2.6.33pre1.tar.gz
|
||||
Source0: http://downloads.sourceforge.net/gkernel/%{name}-%{version}.tar.gz
|
||||
BuildRequires: automake, autoconf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
%description
|
||||
This utility allows querying and changing settings such as speed,
|
||||
port, autonegotiation, PCI locations and checksum offload on many
|
||||
network devices, especially of ethernet devices.
|
||||
port, auto-negotiation, PCI locations and checksum offload on many
|
||||
network devices, especially of Ethernet devices.
|
||||
|
||||
%prep
|
||||
%setup -q -n ethtool-2.6.33-pre1
|
||||
%setup -q
|
||||
|
||||
# Only needed when using upstream git
|
||||
# aclocal
|
||||
@ -58,6 +58,9 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man8/%{name}.8*
|
||||
|
||||
%changelog
|
||||
* Wed Jul 14 2010 Jeff Garzik <jgarzik@redhat.com> 2:2.6.34-1
|
||||
- Update to release 2.6.34.
|
||||
|
||||
* Thu Feb 4 2010 Jeff Garzik <jgarzik@redhat.com> 2.6.33-0.1
|
||||
- update to version 2.6.33-pre1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user