diff --git a/net-tools-timer-man.patch b/net-tools-timer-man.patch new file mode 100644 index 0000000..c50e475 --- /dev/null +++ b/net-tools-timer-man.patch @@ -0,0 +1,43 @@ +diff --git a/man/en_US/netstat.8.old b/man/en_US/netstat.8 +index f22c2c5..d78a54a 100644 +--- a/man/en_US/netstat.8.old ++++ b/man/en_US/netstat.8 +@@ -311,7 +311,37 @@ causes this column to be included. You will also need + privileges to see this information on sockets you don't own. This + identification information is not yet available for IPX sockets. + .SS "Timer" +-(this needs to be written) ++TCP timer associated with this socket. The format is timer(a/b/c). The timer is one of the following values: ++.TP ++.I ++off ++There is no timer set for this socket. ++.TP ++.I ++on ++The retransmission timer is active for the socket. ++.TP ++.I ++keepalive ++The keepalive timer is active for the socket. ++.TP ++.I ++timewait ++The connection is closing and the timewait timer is active for the socket. ++.P ++The values in the brackets: ++.TP ++.I ++a ++Timer value. ++.TP ++.I ++b ++Number of retransmissions sent. ++.TP ++.I ++c ++Number of keepalives sent. + .P + .SS Active UNIX domain Sockets + .SS "Proto" diff --git a/net-tools.spec b/net-tools.spec index 85d9080..16a2817 100644 --- a/net-tools.spec +++ b/net-tools.spec @@ -3,7 +3,7 @@ Summary: Basic networking tools Name: net-tools Version: 2.0 -Release: 0.42.%{checkout}%{?dist} +Release: 0.43.%{checkout}%{?dist} License: GPLv2+ Group: System Environment/Base URL: http://sourceforge.net/projects/net-tools/ @@ -34,6 +34,7 @@ Patch20: ether-wake-interfaces.patch # use all interfaces instead of default (#1003875) Patch21: net-tools-ifconfig-EiB.patch +Patch22: net-tools-timer-man.patch BuildRequires: bluez-libs-devel BuildRequires: gettext, libselinux @@ -63,6 +64,7 @@ cp %SOURCE8 ./man/en_US %patch20 -p1 -b .interfaces %patch21 -p1 -b .ifconfig-EiB +%patch22 -p1 -b .timer-man touch ./config.h @@ -135,6 +137,9 @@ install -D -p -m 644 %{SOURCE9} %{buildroot}%{_unitdir}/arp-ethers.service %attr(0644,root,root) %{_unitdir}/arp-ethers.service %changelog +* Fri Nov 24 2017 Fedora Release Engineering - 2.0-0.43.20160912git +- Resolves: #1478868 - netstat(8) portion on Timer needs writing + * Fri Feb 10 2017 Fedora Release Engineering - 2.0-0.42.20160912git - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild