From f11d88a508e888e53ef153670017fea70e51e308 Mon Sep 17 00:00:00 2001 From: Jeff Garzik Date: Feb 04 2010 22:23:57 +0000 Subject: update to 2.6.33pre1 --- diff --git a/.cvsignore b/.cvsignore index e633370..0a76920 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ethtool-6.tar.gz +ethtool-2.6.33pre1.tar.gz diff --git a/ethtool.spec b/ethtool.spec index 8c91634..9cb97a9 100644 --- a/ethtool.spec +++ b/ethtool.spec @@ -1,6 +1,7 @@ Name: ethtool -Version: 6 -Release: 7.20090323git%{?dist} +Epoch: 2 +Version: 2.6.33 +Release: 0.1%{?dist} Summary: Ethernet settings tool for PCI ethernet cards License: GPLv2 @@ -16,7 +17,7 @@ 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}-%{version}.tar.gz +Source0: %{name}-2.6.33pre1.tar.gz BuildRequires: automake, autoconf BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -26,13 +27,13 @@ port, autonegotiation, PCI locations and checksum offload on many network devices, especially of ethernet devices. %prep -%setup -q +%setup -q -n ethtool-2.6.33-pre1 # Only needed when using upstream git -aclocal -autoheader -automake --gnu --add-missing --copy -autoconf +# aclocal +# autoheader +# automake --gnu --add-missing --copy +# autoconf %build %configure --sbindir=/sbin @@ -51,12 +52,15 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%doc AUTHORS ChangeLog.* COPYING LICENSE NEWS README +%doc AUTHORS ChangeLog* COPYING LICENSE NEWS README /sbin/%{name} %{_sbindir}/%{name} %{_mandir}/man8/%{name}.8* %changelog +* Thu Feb 4 2010 Jeff Garzik 2.6.33-0.1 +- update to version 2.6.33-pre1 + * Fri Jul 24 2009 Fedora Release Engineering - 6-7.20090323git - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index f23e795..c563f31 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4995625a2fcb0953b6b446034eb9eed9 ethtool-6.tar.gz +c1cb724a728feb4c547f208fb6a3454c ethtool-2.6.33pre1.tar.gz