From b92641a2c1523e47bdd568eef3309dacf65d71ab Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Jul 14 2010 23:29:52 +0000 Subject: update to release 2.6.34 --- diff --git a/.cvsignore b/.cvsignore index 0a76920..3c002d1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ethtool-2.6.33pre1.tar.gz +ethtool-2.6.34.tar.gz diff --git a/ethtool.spec b/ethtool.spec index 9cb97a9..7539016 100644 --- a/ethtool.spec +++ b/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 2:2.6.34-1 +- Update to release 2.6.34. + * Thu Feb 4 2010 Jeff Garzik 2.6.33-0.1 - update to version 2.6.33-pre1 diff --git a/sources b/sources index c563f31..16dd566 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c1cb724a728feb4c547f208fb6a3454c ethtool-2.6.33pre1.tar.gz +d3da60d661930147dd08a5e772c970e6 ethtool-2.6.34.tar.gz