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
|
Name: ethtool
|
||||||
Version: 6
|
Epoch: 2
|
||||||
Release: 7.20090323git%{?dist}
|
Version: 2.6.33
|
||||||
|
Release: 0.1%{?dist}
|
||||||
Summary: Ethernet settings tool for PCI ethernet cards
|
Summary: Ethernet settings tool for PCI ethernet cards
|
||||||
|
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -16,7 +17,7 @@ URL: http://sourceforge.net/projects/gkernel/
|
|||||||
# - cp -f ChangeLog ChangeLog.old; git log > ChangeLog.git
|
# - cp -f ChangeLog ChangeLog.old; git log > ChangeLog.git
|
||||||
# - rm -rf .git; cd ..; tar cvfz ethtool-6.tar.gz ethtool-6
|
# - 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
|
# - 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
|
BuildRequires: automake, autoconf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
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.
|
network devices, especially of ethernet devices.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n ethtool-2.6.33-pre1
|
||||||
|
|
||||||
# Only needed when using upstream git
|
# Only needed when using upstream git
|
||||||
aclocal
|
# aclocal
|
||||||
autoheader
|
# autoheader
|
||||||
automake --gnu --add-missing --copy
|
# automake --gnu --add-missing --copy
|
||||||
autoconf
|
# autoconf
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --sbindir=/sbin
|
%configure --sbindir=/sbin
|
||||||
@ -51,12 +52,15 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS ChangeLog.* COPYING LICENSE NEWS README
|
%doc AUTHORS ChangeLog* COPYING LICENSE NEWS README
|
||||||
/sbin/%{name}
|
/sbin/%{name}
|
||||||
%{_sbindir}/%{name}
|
%{_sbindir}/%{name}
|
||||||
%{_mandir}/man8/%{name}.8*
|
%{_mandir}/man8/%{name}.8*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user