Upgrade to 3.1 (#728480)
This commit is contained in:
parent
2d2aa38967
commit
2ab21d92a8
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
ethtool-2.6.39.tar.bz2
|
ethtool-3.1.tar.bz2
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: ethtool
|
Name: ethtool
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 2.6.39
|
Version: 3.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Settings tool for Ethernet NICs
|
Summary: Settings tool for Ethernet NICs
|
||||||
|
|
||||||
@ -9,7 +9,7 @@ Group: Applications/System
|
|||||||
URL: http://sourceforge.net/projects/gkernel/
|
URL: http://sourceforge.net/projects/gkernel/
|
||||||
|
|
||||||
# When using tarball from released upstream version:
|
# When using tarball from released upstream version:
|
||||||
# - http://ftp.kernel.org/pub/software/network/%{name}-%{version}.tar.bz2
|
# - http://ftp.kernel.org/pub/software/network/%{name}/%{name}-%{version}.tar.bz2
|
||||||
#
|
#
|
||||||
# When generating tarball package from upstream git:
|
# When generating tarball package from upstream git:
|
||||||
# - git clone git://git.kernel.org/pub/scm/network/ethtool/ethtool.git ethtool-6
|
# - git clone git://git.kernel.org/pub/scm/network/ethtool/ethtool.git ethtool-6
|
||||||
@ -17,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: http://ftp.kernel.org/pub/software/network/%{name}-%{version}.tar.bz2
|
Source0: http://ftp.kernel.org/pub/software/network/%{name}/%{name}-%{version}.tar.bz2
|
||||||
BuildRequires: automake, autoconf
|
BuildRequires: automake, autoconf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
@ -58,6 +58,9 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man8/%{name}.8*
|
%{_mandir}/man8/%{name}.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 23 2011 Robert Scheck <robert@fedoraproject.org> 2:3.1-1
|
||||||
|
- Upgrade to 3.1 (#728480)
|
||||||
|
|
||||||
* Sun Jul 17 2011 Robert Scheck <robert@fedoraproject.org> 2:2.6.39-1
|
* Sun Jul 17 2011 Robert Scheck <robert@fedoraproject.org> 2:2.6.39-1
|
||||||
- Upgrade to 2.6.39 (#710400)
|
- Upgrade to 2.6.39 (#710400)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user