Update to 4.11 (#1435843)
This commit is contained in:
parent
6af9677b0c
commit
a96a4c6713
20
.gitignore
vendored
20
.gitignore
vendored
@ -1,19 +1 @@
|
||||
ethtool-3.1.tar.bz2
|
||||
/ethtool-3.2.tar.bz2
|
||||
/ethtool-3.4.1.tar.bz2
|
||||
/ethtool-3.5.tar.bz2
|
||||
/ethtool-3.6.tar.xz
|
||||
/ethtool-3.7.tar.xz
|
||||
/ethtool-3.8.tar.xz
|
||||
/ethtool-3.9.tar.xz
|
||||
/ethtool-3.10.tar.xz
|
||||
/ethtool-3.11.tar.xz
|
||||
/ethtool-3.12.tar.xz
|
||||
/ethtool-3.13.tar.xz
|
||||
/ethtool-3.14.tar.xz
|
||||
/ethtool-3.15.tar.xz
|
||||
/ethtool-3.16.tar.xz
|
||||
/ethtool-3.18.tar.xz
|
||||
/ethtool-4.0.tar.xz
|
||||
/ethtool-4.2.tar.xz
|
||||
/ethtool-4.8.tar.xz
|
||||
/ethtool-*.tar.*
|
||||
|
36
ethtool.spec
36
ethtool.spec
@ -1,26 +1,13 @@
|
||||
Name: ethtool
|
||||
Epoch: 2
|
||||
Version: 4.8
|
||||
Release: 3%{?dist}
|
||||
Version: 4.11
|
||||
Release: 1%{?dist}
|
||||
Summary: Settings tool for Ethernet NICs
|
||||
|
||||
License: GPLv2
|
||||
Group: Applications/System
|
||||
#Old URL: http://sourceforge.net/projects/gkernel/
|
||||
URL: http://ftp.kernel.org/pub/software/network/%{name}/
|
||||
|
||||
# When using tarball from released upstream version:
|
||||
# - http://ftp.kernel.org/pub/software/network/%{name}/%{name}-%{version}.tar.bz2
|
||||
#
|
||||
# When generating tarball package from upstream git:
|
||||
# - git clone git://git.kernel.org/pub/scm/network/ethtool/ethtool.git ethtool-6
|
||||
# - cd ethtool-6; git checkout 669ba5cadfb15842e90d8aa7ba5a575f7a457b3e
|
||||
# - 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: http://ftp.kernel.org/pub/software/network/%{name}/%{name}-%{version}.tar.xz
|
||||
BuildRequires: automake, autoconf
|
||||
Conflicts: filesystem < 3
|
||||
URL: https://www.kernel.org/pub/software/network/%{name}/
|
||||
Source0: https://www.kernel.org/pub/software/network/%{name}/%{name}-%{version}.tar.xz
|
||||
Conflicts: filesystem < 3
|
||||
|
||||
%description
|
||||
This utility allows querying and changing settings such as speed,
|
||||
@ -30,12 +17,6 @@ network devices, especially of Ethernet devices.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
# Only needed when using upstream git
|
||||
# aclocal
|
||||
# autoheader
|
||||
# automake --gnu --add-missing --copy
|
||||
# autoconf
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
@ -44,11 +25,16 @@ make %{?_smp_mflags}
|
||||
make DESTDIR=%{buildroot} INSTALL='install -p' install
|
||||
|
||||
%files
|
||||
%doc AUTHORS ChangeLog* COPYING LICENSE NEWS README
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license COPYING LICENSE
|
||||
%doc AUTHORS ChangeLog* NEWS README
|
||||
%{_sbindir}/%{name}
|
||||
%{_mandir}/man8/%{name}.8*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 28 2017 Robert Scheck <robert@fedoraproject.org> - 2:4.11-1
|
||||
- Update to 4.11 (#1435843)
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:4.8-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user