2020-12-22 00:32:45 +00:00
|
|
|
Summary: Settings tool for Ethernet NICs
|
|
|
|
Name: ethtool
|
|
|
|
Epoch: 2
|
2023-02-22 22:53:19 +00:00
|
|
|
Version: 6.2
|
|
|
|
Release: 1%{?dist}
|
2022-10-02 19:56:03 +00:00
|
|
|
# {json_print,qsfp,sff-common}.{c,h} are GPL-2.0-or-later, rest is GPL-2.0-only
|
|
|
|
License: GPL-2.0-only AND GPL-2.0-or-later
|
2020-12-22 00:32:45 +00:00
|
|
|
URL: https://www.kernel.org/pub/software/network/%{name}/
|
|
|
|
Source0: https://www.kernel.org/pub/software/network/%{name}/%{name}-%{version}.tar.xz
|
|
|
|
Source1: https://www.kernel.org/pub/software/network/%{name}/%{name}-%{version}.tar.sign
|
2022-10-02 19:56:03 +00:00
|
|
|
Source2: https://keys.openpgp.org/vks/v1/by-fingerprint/D2CB120AB45957B721CD9596F4554567B91DE934
|
2020-12-22 00:32:45 +00:00
|
|
|
BuildRequires: gnupg2, xz
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: libmnl-devel
|
|
|
|
BuildRequires: make
|
|
|
|
Conflicts: filesystem < 3
|
2004-09-09 04:35:06 +00:00
|
|
|
|
2004-09-09 04:34:19 +00:00
|
|
|
%description
|
2009-01-17 13:20:13 +00:00
|
|
|
This utility allows querying and changing settings such as speed,
|
2010-07-14 23:29:52 +00:00
|
|
|
port, auto-negotiation, PCI locations and checksum offload on many
|
|
|
|
network devices, especially of Ethernet devices.
|
2004-09-09 04:34:19 +00:00
|
|
|
|
|
|
|
%prep
|
2020-12-22 00:32:45 +00:00
|
|
|
xzcat '%{SOURCE0}' | %{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data=-
|
2010-07-14 23:29:52 +00:00
|
|
|
%setup -q
|
2009-01-17 13:20:13 +00:00
|
|
|
|
2004-09-09 04:34:19 +00:00
|
|
|
%build
|
install everything in /usr
This patch is needed for the /usr-move feature
https://fedoraproject.org/wiki/Features/UsrMove
This package requires now 'filesystem' >= 3, which is only installable
on a system which has /bin, /sbin, /lib, /lib64 as symlinks to /usr and
not regular directories. The 'filesystem' package acts as a guard, to
prevent *this* package to be installed on old unconverted systems.
New installations will have the 'filesystem' >=3 layout right away, old
installations need to be converted with anaconda or dracut first; only
after that, the 'filesystem' package, and also *this* package can be
installed.
Packages *should* not install files in /bin, /sbin, /lib, /lib64, but
only in the corresponding directories in /usr. Packages *must* not
install conflicting files with the same names in the corresponding
directories in / and /usr. Especially compatibilty symlinks must not be
installed.
Feel free to modify any of the changes to the spec file, but keep the
above in mind.
2012-01-25 17:36:27 +00:00
|
|
|
%configure
|
2019-04-28 12:58:40 +00:00
|
|
|
%make_build
|
2004-09-09 04:34:19 +00:00
|
|
|
|
|
|
|
%install
|
2019-04-28 12:58:40 +00:00
|
|
|
%make_install
|
2009-01-17 13:20:13 +00:00
|
|
|
|
2021-05-03 01:07:28 +00:00
|
|
|
%check
|
|
|
|
make check
|
|
|
|
|
2004-09-09 04:34:19 +00:00
|
|
|
%files
|
2017-07-28 20:18:12 +00:00
|
|
|
%license COPYING LICENSE
|
|
|
|
%doc AUTHORS ChangeLog* NEWS README
|
2009-01-17 13:20:13 +00:00
|
|
|
%{_sbindir}/%{name}
|
2019-05-20 23:10:32 +00:00
|
|
|
%dir %{_datadir}/bash-completion/
|
|
|
|
%dir %{_datadir}/bash-completion/completions/
|
|
|
|
%{_datadir}/bash-completion/completions/%{name}
|
2009-01-17 13:20:13 +00:00
|
|
|
%{_mandir}/man8/%{name}.8*
|
2004-09-09 04:34:19 +00:00
|
|
|
|
|
|
|
%changelog
|
2023-02-22 22:53:19 +00:00
|
|
|
* Wed Feb 22 2023 Robert Scheck <robert@fedoraproject.org> - 2:6.2-1
|
|
|
|
- Upgrade to 6.2 (#2172201)
|
|
|
|
|
2023-01-19 02:50:46 +00:00
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2:6.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-12-20 01:37:28 +00:00
|
|
|
* Tue Dec 20 2022 Robert Scheck <robert@fedoraproject.org> - 2:6.1-1
|
|
|
|
- Upgrade to 6.1 (#2155096)
|
|
|
|
|
2022-10-11 00:04:52 +00:00
|
|
|
* Tue Oct 11 2022 Robert Scheck <robert@fedoraproject.org> - 2:6.0-1
|
|
|
|
- Upgrade to 6.0 (#2133539)
|
|
|
|
|
2022-08-23 21:33:33 +00:00
|
|
|
* Tue Aug 23 2022 Robert Scheck <robert@fedoraproject.org> - 2:5.19-1
|
|
|
|
- Upgrade to 5.19 (#2120144)
|
|
|
|
|
2022-07-21 02:33:42 +00:00
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2:5.18-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-06-25 13:34:36 +00:00
|
|
|
* Sat Jun 25 2022 Robert Scheck <robert@fedoraproject.org> - 2:5.18-1
|
|
|
|
- Upgrade to 5.18 (#2096472)
|
|
|
|
|
2022-04-04 20:19:52 +00:00
|
|
|
* Mon Apr 04 2022 Robert Scheck <robert@fedoraproject.org> - 2:5.17-1
|
|
|
|
- Upgrade to 5.17 (#2071467)
|
|
|
|
|
2022-01-20 02:27:54 +00:00
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2:5.16-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2022-01-19 01:16:08 +00:00
|
|
|
* Wed Jan 19 2022 Robert Scheck <robert@fedoraproject.org> - 2:5.16-1
|
|
|
|
- Upgrade to 5.16 (#2042199)
|
|
|
|
|
2021-11-10 22:28:59 +00:00
|
|
|
* Wed Nov 10 2021 Robert Scheck <robert@fedoraproject.org> - 2:5.15-1
|
|
|
|
- Upgrade to 5.15 (#2021677)
|
|
|
|
|
2021-09-12 22:36:19 +00:00
|
|
|
* Mon Sep 13 2021 Robert Scheck <robert@fedoraproject.org> - 2:5.14-1
|
|
|
|
- Upgrade to 5.14 (#2003485)
|
|
|
|
|
2021-07-21 22:27:11 +00:00
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2:5.13-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-07-09 08:04:47 +00:00
|
|
|
* Fri Jul 09 2021 Robert Scheck <robert@fedoraproject.org> - 2:5.13-1
|
|
|
|
- Upgrade to 5.13 (#1980586)
|
|
|
|
|
2021-05-03 00:47:56 +00:00
|
|
|
* Mon May 03 2021 Robert Scheck <robert@fedoraproject.org> - 2:5.12-1
|
|
|
|
- Upgrade to 5.12 (#1956130)
|
|
|
|
|
2021-01-26 05:02:40 +00:00
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2:5.10-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-12-22 00:32:45 +00:00
|
|
|
* Mon Dec 21 2020 Robert Scheck <robert@fedoraproject.org> - 2:5.10-1
|
|
|
|
- Upgrade to 5.10 (#1908443)
|
|
|
|
|
2020-10-16 18:19:27 +00:00
|
|
|
* Fri Oct 16 2020 Robert Scheck <robert@fedoraproject.org> - 2:5.9-1
|
|
|
|
- Upgrade to 5.9 (#1888821)
|
|
|
|
|
2020-08-04 21:16:10 +00:00
|
|
|
* Tue Aug 04 2020 Robert Scheck <robert@fedoraproject.org> - 2:5.8-1
|
|
|
|
- Upgrade to 5.8 (#1866010)
|
|
|
|
|
2020-07-27 16:59:35 +00:00
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:5.7-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-06-05 22:53:06 +00:00
|
|
|
* Fri Jun 05 2020 Robert Scheck <robert@fedoraproject.org> - 2:5.7-1
|
|
|
|
- Upgrade to 5.7 (#1844204)
|
|
|
|
|
2020-05-12 23:07:12 +00:00
|
|
|
* Tue May 12 2020 Robert Scheck <robert@fedoraproject.org> - 2:5.6-1
|
|
|
|
- Upgrade to 5.6 (#1834893)
|
|
|
|
|
2020-01-28 17:53:33 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:5.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2020-01-12 20:02:11 +00:00
|
|
|
* Sun Jan 12 2020 Robert Scheck <robert@fedoraproject.org> - 2:5.4-1
|
|
|
|
- Upgrade to 5.4 (#1789949)
|
|
|
|
|
2019-09-25 22:15:33 +00:00
|
|
|
* Thu Sep 26 2019 Robert Scheck <robert@fedoraproject.org> - 2:5.3-1
|
|
|
|
- Upgrade to 5.3 (#1754625)
|
|
|
|
|
2019-08-16 23:36:55 +00:00
|
|
|
* Sat Aug 17 2019 Robert Scheck <robert@fedoraproject.org> - 2:5.2-1
|
|
|
|
- Upgrade to 5.2 (#1742322)
|
|
|
|
|
2019-07-24 23:59:14 +00:00
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:5.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-05-20 23:10:32 +00:00
|
|
|
* Mon May 20 2019 Robert Scheck <robert@fedoraproject.org> - 2:5.1-1
|
|
|
|
- Upgrade to 5.1 (#1711442)
|
|
|
|
|
2019-04-28 12:58:40 +00:00
|
|
|
* Sun Apr 28 2019 Robert Scheck <robert@fedoraproject.org> - 2:5.0-1
|
|
|
|
- Upgrade to 5.0 (#1622263)
|
|
|
|
|
2019-01-31 19:09:01 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:4.17-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-07-13 00:11:25 +00:00
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:4.17-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-06-16 13:08:49 +00:00
|
|
|
* Sat Jun 16 2018 Robert Scheck <robert@fedoraproject.org> - 2:4.17-1
|
|
|
|
- Update to 4.17 (#1591987)
|
|
|
|
|
2018-04-14 13:01:11 +00:00
|
|
|
* Sat Apr 14 2018 Robert Scheck <robert@fedoraproject.org> - 2:4.16-1
|
|
|
|
- Update to 4.16 (#1567447)
|
|
|
|
|
2018-02-18 13:19:48 +00:00
|
|
|
* Sun Feb 18 2018 Robert Scheck <robert@fedoraproject.org> - 2:4.15-1
|
|
|
|
- Update to 4.15 (#1541183)
|
|
|
|
|
2018-02-07 09:00:52 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2:4.13-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-11-04 00:02:34 +00:00
|
|
|
* Sat Nov 04 2017 Robert Scheck <robert@fedoraproject.org> - 2:4.13-1
|
|
|
|
- Update to 4.13 (#1507171)
|
|
|
|
|
2017-08-02 20:20:13 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:4.11-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-28 20:18:12 +00:00
|
|
|
* Fri Jul 28 2017 Robert Scheck <robert@fedoraproject.org> - 2:4.11-1
|
|
|
|
- Update to 4.11 (#1435843)
|
|
|
|
|
2017-07-26 07:50:11 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:4.8-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 09:27:07 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2:4.8-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-11-27 23:33:42 +00:00
|
|
|
* Mon Nov 28 2016 Robert Scheck <robert@fedoraproject.org> - 2:4.8-1
|
|
|
|
- Update to 4.8 (#1317497)
|
|
|
|
|
2016-02-03 20:05:10 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2:4.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-10-09 16:18:34 +00:00
|
|
|
* Fri Oct 09 2015 Jaromir Capik <jcapik@redhat.com> - 2:4.2-1
|
|
|
|
- Updating to 4.2 (#1270250)
|
|
|
|
|
2015-06-17 05:48:19 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:4.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-06-01 14:26:11 +00:00
|
|
|
* Mon Jun 01 2015 Jaromir Capik <jcapik@redhat.com> - 2:4.0-1
|
|
|
|
- Update to 4.0 (#1226742)
|
|
|
|
|
2015-01-29 20:37:30 +00:00
|
|
|
* Thu Jan 29 2015 Jaromir Capik <jcapik@redhat.com> - 2:3.18-1
|
|
|
|
- Update to 3.18 (#1175150)
|
|
|
|
|
2014-09-23 17:23:16 +00:00
|
|
|
* Tue Sep 23 2014 Jaromir Capik <jcapik@redhat.com> - 2:3.16-1
|
|
|
|
- Update to 3.16 (#1144992)
|
|
|
|
|
2014-08-16 11:35:37 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:3.15-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-08-05 19:10:45 +00:00
|
|
|
* Tue Aug 05 2014 Jaromir Capik <jcapik@redhat.com> - 2:3.15-1
|
|
|
|
- Update to 3.15 (#1124044)
|
|
|
|
|
2014-06-07 11:05:07 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:3.14-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-04-22 14:08:32 +00:00
|
|
|
* Tue Apr 22 2014 Jaromir Capik <jcapik@redhat.com> - 2:3.14-1
|
|
|
|
- Update to 3.14 (#1089943)
|
|
|
|
|
2014-01-30 15:50:18 +00:00
|
|
|
* Thu Jan 30 2014 Jaromir Capik <jcapik@redhat.com> - 2:3.13-1
|
|
|
|
- Update to 3.13 (#1059565)
|
|
|
|
|
2013-11-18 17:56:46 +00:00
|
|
|
* Mon Nov 18 2013 Jaromir Capik <jcapik@redhat.com> - 2:3.12-1
|
|
|
|
- Update to 3.12 (#1030854)
|
|
|
|
|
2013-09-13 16:32:37 +00:00
|
|
|
* Fri Sep 13 2013 Jaromir Capik <jcapik@redhat.com> - 2:3.11-1
|
|
|
|
- Update to 3.11 (#1007738)
|
|
|
|
|
2013-08-03 10:21:12 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:3.10-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-04 14:35:17 +00:00
|
|
|
* Thu Jul 04 2013 Jaromir Capik <jcapik@redhat.com> - 2:3.10-1
|
|
|
|
- Update to 3.10 (#981357)
|
|
|
|
|
2013-05-02 15:19:48 +00:00
|
|
|
* Thu May 02 2013 Jaromir Capik <jcapik@redhat.com> - 2:3.9-1
|
|
|
|
- Update to 3.9 (#958467)
|
|
|
|
|
2013-03-04 12:29:34 +00:00
|
|
|
* Mon Mar 04 2013 Jaromir Capik <jcapik@redhat.com> - 2:3.8-1
|
|
|
|
- Update to 3.8 (#916922)
|
|
|
|
|
2013-02-13 21:14:04 +00:00
|
|
|
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:3.7-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-12-17 14:11:36 +00:00
|
|
|
* Mon Dec 17 2012 Jaromir Capik <jcapik@redhat.com> - 2:3.7-1
|
|
|
|
- Update to 3.7 (#887463)
|
|
|
|
|
2012-10-23 13:58:14 +00:00
|
|
|
* Tue Oct 23 2012 Jaromir Capik <jcapik@redhat.com> 2:3.6-1
|
|
|
|
- Update to 3.6 (#863774)
|
|
|
|
|
2012-09-25 10:43:56 +00:00
|
|
|
* Tue Sep 25 2012 Jaromir Capik <jcapik@redhat.com> 2:3.5-1
|
|
|
|
- Update to 3.5 (#840741)
|
|
|
|
|
2012-07-19 00:27:19 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:3.4.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-06-28 11:29:04 +00:00
|
|
|
* Thu Jun 28 2012 Jaromir Capik <jcapik@redhat.com> 2:3.4.1-1
|
|
|
|
- Update to 3.4.1 (#830263)
|
|
|
|
|
install everything in /usr
This patch is needed for the /usr-move feature
https://fedoraproject.org/wiki/Features/UsrMove
This package requires now 'filesystem' >= 3, which is only installable
on a system which has /bin, /sbin, /lib, /lib64 as symlinks to /usr and
not regular directories. The 'filesystem' package acts as a guard, to
prevent *this* package to be installed on old unconverted systems.
New installations will have the 'filesystem' >=3 layout right away, old
installations need to be converted with anaconda or dracut first; only
after that, the 'filesystem' package, and also *this* package can be
installed.
Packages *should* not install files in /bin, /sbin, /lib, /lib64, but
only in the corresponding directories in /usr. Packages *must* not
install conflicting files with the same names in the corresponding
directories in / and /usr. Especially compatibilty symlinks must not be
installed.
Feel free to modify any of the changes to the spec file, but keep the
above in mind.
2012-01-25 17:36:27 +00:00
|
|
|
* Wed Jan 25 2012 Harald Hoyer <harald@redhat.com> 2:3.2-2
|
|
|
|
- install everything in /usr
|
|
|
|
https://fedoraproject.org/wiki/Features/UsrMove
|
|
|
|
|
2012-01-13 17:01:12 +00:00
|
|
|
* 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
|
2012-01-13 02:03:50 +00:00
|
|
|
|
2011-12-23 22:19:32 +00:00
|
|
|
* Fri Dec 23 2011 Robert Scheck <robert@fedoraproject.org> 2:3.1-1
|
|
|
|
- Upgrade to 3.1 (#728480)
|
|
|
|
|
2011-07-17 15:41:09 +00:00
|
|
|
* Sun Jul 17 2011 Robert Scheck <robert@fedoraproject.org> 2:2.6.39-1
|
|
|
|
- Upgrade to 2.6.39 (#710400)
|
|
|
|
|
2011-03-21 16:26:13 +00:00
|
|
|
* Mon Mar 21 2011 Robert Scheck <robert@fedoraproject.org> 2:2.6.38-1
|
|
|
|
- Upgrade to 2.6.38 (#667594)
|
|
|
|
|
2011-02-08 18:43:54 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2:2.6.36-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-12-31 01:15:39 +00:00
|
|
|
* Fri Dec 31 2010 Robert Scheck <robert@fedoraproject.org> 2:2.6.36-1
|
|
|
|
- Upgrade to 2.6.36 (#623094)
|
|
|
|
|
2010-07-14 23:29:52 +00:00
|
|
|
* Wed Jul 14 2010 Jeff Garzik <jgarzik@redhat.com> 2:2.6.34-1
|
|
|
|
- Update to release 2.6.34.
|
|
|
|
|
2010-02-04 22:23:57 +00:00
|
|
|
* Thu Feb 4 2010 Jeff Garzik <jgarzik@redhat.com> 2.6.33-0.1
|
|
|
|
- update to version 2.6.33-pre1
|
|
|
|
|
2009-07-24 22:20:21 +00:00
|
|
|
* 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
|
|
|
|
|
2009-07-18 13:32:12 +00:00
|
|
|
* Sat Jul 18 2009 Robert Scheck <robert@fedoraproject.org> 6-6.20090323git
|
|
|
|
- Upgrade to GIT 20090323
|
|
|
|
|
2009-07-17 00:45:58 +00:00
|
|
|
* Thu Jul 16 2009 Jeff Garzik <jgarzik@redhat.com> 6-5.20090306git
|
|
|
|
- minor specfile cleanups
|
|
|
|
|
2009-03-07 20:34:22 +00:00
|
|
|
* Sat Mar 07 2009 Robert Scheck <robert@fedoraproject.org> 6-4.20090306git
|
|
|
|
- Upgrade to GIT 20090306
|
|
|
|
|
2009-02-23 20:20:30 +00:00
|
|
|
* Mon Feb 23 2009 Robert Scheck <robert@fedoraproject.org> 6-3.20090115git
|
|
|
|
- Rebuild for gcc 4.4 and rpm 4.6
|
|
|
|
|
2009-01-17 13:20:13 +00:00
|
|
|
* Sat Jan 17 2009 Robert Scheck <robert@fedoraproject.org> 6-2.20090115git
|
|
|
|
- Changes to match with Fedora Packaging Guidelines (#225735)
|
|
|
|
- Upgrade to GIT 20090115 (#225735, #477498)
|
|
|
|
- Removed bogus stated need of DEVNAME in -h/--help (#472038)
|
|
|
|
- Removed completely needless INSTALL file from %%doc (#472034)
|
|
|
|
|
2008-03-12 15:47:32 +00:00
|
|
|
* Wed Mar 12 2008 Tom "spot" Callaway <tcallawa@redhat.com> 6-1
|
|
|
|
- Upgrade to ethtool version 6
|
|
|
|
|
2008-02-19 06:14:09 +00:00
|
|
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 5-2
|
|
|
|
- Autorebuild for GCC 4.3
|
|
|
|
|
2006-12-14 20:39:44 +00:00
|
|
|
* Thu Dec 14 2006 Jay Fenlason <fenlason@redhat.com> 5-1
|
|
|
|
- Upgrade to ethtool version 5 to close
|
|
|
|
bz#184985: RFE: 10gigE support
|
|
|
|
bz#204840: "buffer overflow detected" when devname's length >=16 of ethtool
|
|
|
|
Resolves: #184985, #204840
|
|
|
|
|
2006-07-12 05:46:05 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3-1.2.2
|
|
|
|
- rebuild
|
|
|
|
|
2006-02-11 02:40:30 +00:00
|
|
|
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3-1.2.1
|
|
|
|
- bump again for double-long bug on ppc(64)
|
|
|
|
|
2006-02-07 11:35:21 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3-1.2
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2005-12-09 22:40:21 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-03-03 23:05:22 +00:00
|
|
|
* Thu Mar 3 2005 Jeff Garzik <jgarzik@pobox.com>
|
|
|
|
- Update to version 3.
|
|
|
|
- Use %%buildroot macro, rather than RPM_BUILD_ROOT env var,
|
|
|
|
as recommended by RPM packaging guidelines.
|
|
|
|
|
2005-02-27 22:19:41 +00:00
|
|
|
* Sun Feb 27 2005 Florian La Roche <laroche@redhat.com>
|
|
|
|
- Copyright: -> License
|
|
|
|
|
2004-09-09 04:37:03 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:36:44 +00:00
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:36:27 +00:00
|
|
|
* Fri Sep 5 2003 Bill Nottingham <notting@redhat.com> 1.8-2
|
|
|
|
- remove bogus check for devices starting with ethXX, this time applying
|
|
|
|
the patch
|
|
|
|
|
|
|
|
* Thu Jul 24 2003 Bill Nottingham <notting@redhat.com> 1.8-1
|
|
|
|
- update to 1.8
|
|
|
|
- remove bogus check for devices starting with ethXX
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:35:06 +00:00
|
|
|
* Sat Feb 8 2003 Bill Nottingham <notting@redhat.com> 1.6-5
|
|
|
|
- move to /sbin
|
|
|
|
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Thu Dec 12 2002 Tim Powers <timp@redhat.com> 1.6-3
|
|
|
|
- rebuild on all arches
|
|
|
|
|
2004-09-09 04:35:01 +00:00
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 04:34:56 +00:00
|
|
|
* Thu Jun 20 2002 Florian La Roche <Florian.LaRoche@redhat.de>
|
|
|
|
- update to 1.6
|
|
|
|
|
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 04:34:48 +00:00
|
|
|
* Mon Mar 4 2002 Bill Nottingham <notting@redhat.com> 1.5-1
|
|
|
|
- 1.5
|
|
|
|
|
2004-09-09 04:34:44 +00:00
|
|
|
* Thu Feb 21 2002 Bill Nottingham <notting@redhat.com>
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Tue Dec 4 2001 Bill Nottingham <notting@redhat.com>
|
|
|
|
- update to 1.4
|
|
|
|
|
|
|
|
* Fri Aug 3 2001 Bill Nottingham <notting@redhat.com>
|
2004-09-09 04:34:32 +00:00
|
|
|
- return of ethtool! (#50475)
|
|
|
|
|
2004-09-09 04:34:19 +00:00
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
* Sun Jun 18 2000 Matt Wilson <msw@redhat.com>
|
|
|
|
- rebuilt for next release
|
|
|
|
- use FHS man path
|
|
|
|
|
|
|
|
* Tue Feb 22 2000 Bill Nottingham <notting@redhat.com>
|
|
|
|
- handle compressed manpages
|
|
|
|
|
|
|
|
* Wed Apr 14 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
- run through with new s/d
|
|
|
|
|
|
|
|
* Tue Apr 13 1999 Jakub Jelinek <jj@ultra.linux.cz>
|
|
|
|
- initial package.
|