Update to 3.2
This commit is contained in:
parent
3ca9c2e8cb
commit
98ee234337
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
ethtool-3.1.tar.bz2
|
||||
/ethtool-3.2.tar.bz2
|
||||
|
15
ethtool.spec
15
ethtool.spec
@ -1,7 +1,7 @@
|
||||
Name: ethtool
|
||||
Epoch: 2
|
||||
Version: 3.1
|
||||
Release: 2%{?dist}
|
||||
Version: 3.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Settings tool for Ethernet NICs
|
||||
|
||||
License: GPLv2
|
||||
@ -19,7 +19,6 @@ URL: http://sourceforge.net/projects/gkernel/
|
||||
# - Use the visible date of latest git log entry for %{release} in spec file
|
||||
Source0: http://ftp.kernel.org/pub/software/network/%{name}/%{name}-%{version}.tar.bz2
|
||||
BuildRequires: automake, autoconf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
%description
|
||||
This utility allows querying and changing settings such as speed,
|
||||
@ -40,26 +39,22 @@ network devices, especially of Ethernet devices.
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make DESTDIR=%{buildroot} INSTALL='install -p' install
|
||||
|
||||
# Some legacy support for scripts etc. out there
|
||||
mkdir -p %{buildroot}%{_sbindir}
|
||||
ln -sf ../../sbin/%{name} %{buildroot}%{_sbindir}/%{name}
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS ChangeLog* COPYING LICENSE NEWS README
|
||||
/sbin/%{name}
|
||||
%{_sbindir}/%{name}
|
||||
%{_mandir}/man8/%{name}.8*
|
||||
|
||||
%changelog
|
||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:3.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
* Fri Jan 13 2012 Jaromir Capik <jcapik@redhat.com> 2:3.2-1
|
||||
- Update to 3.2 (#781357)
|
||||
- Minor spec file changes according to the latest guidelines
|
||||
|
||||
* Fri Dec 23 2011 Robert Scheck <robert@fedoraproject.org> 2:3.1-1
|
||||
- Upgrade to 3.1 (#728480)
|
||||
|
Loading…
Reference in New Issue
Block a user