From: Jakub Bogusz Date: Sat, 20 Jun 2020 08:35:18 +0000 (+0200) Subject: - updated to 5.7 X-Git-Tag: auto/th/ethtool-5.7-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fethtool.git;a=commitdiff_plain;h=bace308 - updated to 5.7 - removed obsolete format patch --- diff --git a/ethtool-format.patch b/ethtool-format.patch deleted file mode 100644 index 75a6770..0000000 --- a/ethtool-format.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ethtool-5.6/netlink/settings.c.orig 2020-03-13 20:10:51.000000000 +0100 -+++ ethtool-5.6/netlink/settings.c 2020-05-16 07:50:02.098853940 +0200 -@@ -375,7 +375,7 @@ - after: - if (first && if_none) - printf("%s", if_none); -- printf(after); -+ fputs(after, stdout); - - return 0; - err: diff --git a/ethtool.spec b/ethtool.spec index d9695a1..8694dbf 100644 --- a/ethtool.spec +++ b/ethtool.spec @@ -3,14 +3,13 @@ Summary(es.UTF-8): Grupos de herramientas Ethernet Summary(pl.UTF-8): Narzędzie do kontrolowania kart ethernet Summary(pt_BR.UTF-8): Ferramenta de configuração para placas ethernet PCI Name: ethtool -Version: 5.6 +Version: 5.7 Release: 1 Epoch: 1 License: GPL v2 Group: Networking/Admin Source0: https://www.kernel.org/pub/software/network/ethtool/%{name}-%{version}.tar.xz -# Source0-md5: 254aacdfd08cee3790d4b6f254997947 -Patch0: %{name}-format.patch +# Source0-md5: 3293642e58a205a834cbe5754df9c832 URL: https://www.kernel.org/pub/software/network/ethtool/ BuildRequires: autoconf >= 2.52 BuildRequires: automake @@ -53,7 +52,6 @@ Bashowe dopełnianie parametrów polecenia ethtool. %prep %setup -q -%patch0 -p1 %build %{__aclocal}