update to 2.6.33pre1
This commit is contained in:
parent
84728a8758
commit
f11d88a508
@ -1 +1 @@
|
||||
ethtool-6.tar.gz
|
||||
ethtool-2.6.33pre1.tar.gz
|
||||
|
22
ethtool.spec
22
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 <jgarzik@redhat.com> 2.6.33-0.1
|
||||
- update to version 2.6.33-pre1
|
||||
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user