Accepting request 1112395 from network:utilities

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1112395
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ethtool?expand=0&rev=80
This commit is contained in:
Ana Guerrero 2023-09-21 20:13:28 +00:00 committed by Git OBS Bridge
commit 6aaf2f2faa
6 changed files with 39 additions and 18 deletions

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEWN3j3bieVmp26mKO538sG/LRdpUFAmRZYfMACgkQ538sG/LR
dpV69ggAui+fOzOdYZ8gMsG5fiH7DZZS8qffzqW8GVl9yUhEcAe1MiAiJylkOqtI
1pAZgT6LuAQY5Sw7SMUEBy+icW50UWFDCDe0NGyxFSb5RZ6F2VZW7cR5biNDQhx4
uaxR1iz8STmXpYifaN65OTCt4YTeLuAmLAjIjO1CqX6U4H4njvpHPiV35cskh0qT
4k2v10u4g1BwBa1FKvd2pugyGfKaxQqztHaDYL4BWwrw00f6MajoZpqPvFkmlnTA
OM9CCq9jub5yHRak2yUbthJs0p5Kf4kXumL5mdSsf6KumP6md8WQYrVexyKU75vf
bu+6AO+5P6rya+rNshqEbyou5cxJvg==
=vPif
-----END PGP SIGNATURE-----

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d9425f0a3df138734001fccc4175fe178c025f938460ac25c4ebc39960168822
size 338764

11
ethtool-6.5.tar.sign Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEWN3j3bieVmp26mKO538sG/LRdpUFAmUAziYACgkQ538sG/LR
dpWzcwf/bIKrktSmCx/TszKPT9klninb7nBrDksfhap/F5l5yXcuzMgxrsg7welO
bFprO4APlKSqWTCugwqd+T5gbDf3N+8hLe8cU2WQme4VV9iN4h2PJNM+ZizmBiXV
u9w64Pfbt+M6TuEyzZ9BHkflIKnDb5yb+sczrpRbIZMaCrLpNSbj7gyRtyfW+a7Q
ethr77FHu7FCp1IglbEPVu7GcGvatds5DbAXwqWKraqhSp3m1Bfgsni7mwG6dXxI
Md0+7a7UXEL1iRFde677hJnxP+Q0YwxegqiG6RzQpD/GihaiOEaUwGOTijqyv6wp
mOsFOK+v9/YfrCieEln2CmIqQJUgKQ==
=fMMV
-----END PGP SIGNATURE-----

BIN
ethtool-6.5.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue Sep 12 20:50:21 UTC 2023 - Michal Kubecek <mkubecek@suse.cz>
- update to upstream release 6.5
* Feature: register dump for hns3 driver (-d)
* Fix: fix fallback to ioctl for sset (-s)
* Fix: fix empty slot search in rmgr (-N)
-------------------------------------------------------------------
Sun Jul 1 22:25:36 UTC 2023 - Michal Kubecek <mkubecek@suse.cz>
- update to upstream release 6.4
* Feature: get/set Tx push buffer length (-G)
* Feature: sff-8636 and cmis: report LOL / LOS / Tx Fault (-m)
* Fix: fix duplex setting parser (-s)
* Misc: check and require C11 language standard
* Misc: clean up obsolete pre-build checks
-------------------------------------------------------------------
Sat Jul 1 22:01:19 UTC 2023 - Michal Kubecek <mkubecek@suse.cz>
- make ethtool-bash-completion noarch
-------------------------------------------------------------------
Mon May 8 21:05:45 UTC 2023 - Michal Kubeček <mkubecek@suse.cz>

View File

@ -17,7 +17,7 @@
Name: ethtool
Version: 6.3
Version: 6.5
Release: 0
Summary: Utility for examining and tuning Ethernet-based network interfaces
License: GPL-2.0-only
@ -47,6 +47,7 @@ Supplements: (%{name} and bash-completion)
%else
Supplements: packageand(%{name}:bash-completion)
%endif
BuildArch: noarch
%description bash-completion
bash command line completion support for ethtool.
@ -56,9 +57,6 @@ bash command line completion support for ethtool.
%build
export CFLAGS="%optflags -Wall -Wextra -Wstrict-prototypes -Wformat-security -Wpointer-arith"
%if 0%{?suse_version} < 1500
CFLAGS="$CFLAGS -std=c11"
%endif
%configure
make %{?_smp_mflags}