From 5632c2b9b1cd0362e43e234138c081fe05ad54b1 Mon Sep 17 00:00:00 2001 From: Michal Ruprich Date: Apr 25 2017 12:59:16 +0000 Subject: Added a note about address resolution in manpage --- diff --git a/netkit-telnet-0.17-manpage.patch b/netkit-telnet-0.17-manpage.patch new file mode 100644 index 0000000..f4c4644 --- /dev/null +++ b/netkit-telnet-0.17-manpage.patch @@ -0,0 +1,15 @@ +diff --git a/telnet/telnet.1 b/telnet/telnet.1 +index f30e034..e3a873e 100644 +--- a/telnet/telnet.1 ++++ b/telnet/telnet.1 +@@ -74,6 +74,10 @@ If it is invoked with arguments, it performs an + .Ic open + command with those arguments. + .Pp ++If a hostname is resolved to multiple IP addresses, ++.Nm ++attempts to establish a connection with each address until one of them is successful or until no more addresses are left. ++.Pp + The options are as follows: + .Bl -tag -width Ds + .It Fl 4 diff --git a/telnet.spec b/telnet.spec index 8404485..148aa5d 100644 --- a/telnet.spec +++ b/telnet.spec @@ -3,7 +3,7 @@ Summary: The client program for the Telnet remote login protocol Name: telnet Version: 0.17 -Release: 65%{?dist} +Release: 66%{?dist} Epoch: 1 License: BSD Group: Applications/Internet @@ -36,6 +36,7 @@ Patch24: telnet-rh674942.patch Patch25: telnet-rh704604.patch Patch26: telnet-rh825946.patch Patch27: telnet-0.17-force-ipv6-ipv4.patch +Patch28: netkit-telnet-0.17-manpage.patch BuildRequires: ncurses-devel systemd @@ -86,6 +87,7 @@ mv telnet telnet-NETKIT %patch25 -p1 -b .rh704604 %patch26 -p1 -b .rh825946 %patch27 -p1 -b .ipv6-support +%patch28 -p1 -b .manpage %build %ifarch s390 s390x @@ -151,6 +153,9 @@ install -p -m644 %SOURCE6 ${RPM_BUILD_ROOT}%{_unitdir}/telnet.socket %{_mandir}/man8/telnetd.8* %changelog +* Tue Apr 25 2017 Michal Ruprich - 1:0.17-66 +- Added a note about address resolution in manpage + * Fri Feb 05 2016 Fedora Release Engineering - 1:0.17-65 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild