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.1.tar.bz2
|
||||||
|
/ethtool-3.2.tar.bz2
|
||||||
|
15
ethtool.spec
15
ethtool.spec
@ -1,7 +1,7 @@
|
|||||||
Name: ethtool
|
Name: ethtool
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Version: 3.1
|
Version: 3.2
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Settings tool for Ethernet NICs
|
Summary: Settings tool for Ethernet NICs
|
||||||
|
|
||||||
License: GPLv2
|
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
|
# - 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
|
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)
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This utility allows querying and changing settings such as speed,
|
This utility allows querying and changing settings such as speed,
|
||||||
@ -40,26 +39,22 @@ network devices, especially of Ethernet devices.
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
|
||||||
make DESTDIR=%{buildroot} INSTALL='install -p' install
|
make DESTDIR=%{buildroot} INSTALL='install -p' install
|
||||||
|
|
||||||
# Some legacy support for scripts etc. out there
|
# Some legacy support for scripts etc. out there
|
||||||
mkdir -p %{buildroot}%{_sbindir}
|
mkdir -p %{buildroot}%{_sbindir}
|
||||||
ln -sf ../../sbin/%{name} %{buildroot}%{_sbindir}/%{name}
|
ln -sf ../../sbin/%{name} %{buildroot}%{_sbindir}/%{name}
|
||||||
|
|
||||||
%clean
|
|
||||||
rm -rf %{buildroot}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%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
|
||||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:3.1-2
|
* Fri Jan 13 2012 Jaromir Capik <jcapik@redhat.com> 2:3.2-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
- 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
|
* Fri Dec 23 2011 Robert Scheck <robert@fedoraproject.org> 2:3.1-1
|
||||||
- Upgrade to 3.1 (#728480)
|
- Upgrade to 3.1 (#728480)
|
||||||
|
Loading…
Reference in New Issue
Block a user