Accepting request 1068233 from network:utilities

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1068233
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ethtool?expand=0&rev=77
This commit is contained in:
Dominique Leuenberger 2023-03-02 22:02:56 +00:00 committed by Git OBS Bridge
commit dadc4a36e9
6 changed files with 31 additions and 16 deletions

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEWN3j3bieVmp26mKO538sG/LRdpUFAmOg4x4ACgkQ538sG/LR
dpXGGgf/T81oEuaPzc7fXyap2viR3TYKgTpT9q2t1Ysqbk8N5ewv+3tqUYcpTfGf
JJm7B7CIf6IiusHDjjzS9603thPCtmPRwVWbtz0yYB3kI7ITJncSl1ISUrmAkXUv
3eQdKH5NibwAagDgGB1vbP9oZRToCHrupIdDHsShgwcfPgieekn/F2l1rXBgpzvk
OslXI32FrhibkbK1dM5C2whDnNxebAlqKg/ULMJmvH2oH3NV5cccnb9xj7z1UsSz
Sjhj0yb7l3G/FMIfd8HtNiJsieZim1Ld97skb7BIectXpkinSnosgNIquVbYD7nz
0TCoQcxnrfHS39f4i10lQkjkzVATBg==
=VnoB
-----END PGP SIGNATURE-----

View File

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

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

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEWN3j3bieVmp26mKO538sG/LRdpUFAmP02/EACgkQ538sG/LR
dpXlcAf8CKHsG9DW7GU8dU4BycH/hgUG3lnRtm6JW3pukQiJF7nHzlITYXTDPNes
s9WdMfZMEN3qCojsFhaUHum5oHuhkR8meMggVajIfgZRVcPOkBpZkf5Hjrj2CmY9
+pBXm4JEziuN0YiTRNcqtWrTd14k0+TdLOwc7ScoXbktxxpBp5Ji/mpzpHM9PBr6
kskDDJlFxYV8z4N+HqxR+2UL9U/oYDSgvtGVn0j0zKq1shTWxkzUp0/ggyPiSTCB
w6XLjF/diIf2C5R4P5I6VBPIX8xIDw0XloGVPXsA8RSg5GBpWrK4X5Vhj4eij6xd
OEoG0MGFI3SB16st2+m9VpllSYzm0g==
=fR5P
-----END PGP SIGNATURE-----

3
ethtool-6.2.tar.xz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Feb 21 15:00:27 UTC 2023 - Michal Kubecek <mkubecek@suse.cz>
- update to upstream release 6.2
* Feature: link down event statistics (no option)
* Feature: JSON output for coalesce (-c)
* Feature: new link modes (no option)
* Feature: JSON output for ring (-g)
* Feature: netlink handler for RSS get (-x)
* Fix: fix boolean value output in JSON output
- enforce "-std=c11" on SLE <= 12 where the default is older
-------------------------------------------------------------------
Mon Dec 19 22:33:34 UTC 2022 - Michal Kubecek <mkubecek@suse.cz>

View File

@ -1,7 +1,7 @@
#
# spec file for package ethtool
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: ethtool
Version: 6.1
Version: 6.2
Release: 0
Summary: Utility for examining and tuning Ethernet-based network interfaces
License: GPL-2.0-only
@ -42,6 +42,9 @@ network interfaces. See the man page for more details.
%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}