From e0167b1452f2847cc796ef5c35e864e2e29be50f Mon Sep 17 00:00:00 2001 From: Luboš Uhliarik Date: Jan 25 2016 15:04:33 +0000 Subject: Related: #1069809 - fixed wrong paths in patch --- diff --git a/telnet-0.17-force-ipv6-ipv4.patch b/telnet-0.17-force-ipv6-ipv4.patch index e374c9c..b6f7f3f 100644 --- a/telnet-0.17-force-ipv6-ipv4.patch +++ b/telnet-0.17-force-ipv6-ipv4.patch @@ -1,7 +1,7 @@ diff --git a/commands.c b/commands.c index 49619ac..636fb5c 100644 ---- a/commands.c -+++ b/commands.c +--- a/telnet/commands.c ++++ b/telnet/commands.c @@ -2267,6 +2267,7 @@ tn(int argc, char *argv[]) char *srp = 0; int srlen; @@ -43,8 +43,8 @@ index 49619ac..636fb5c 100644 if (portp == NULL) { diff --git a/main.c b/main.c index 5fa96e8..599f0af 100644 ---- a/main.c -+++ b/main.c +--- a/telnet/main.c ++++ b/telnet/main.c @@ -80,10 +80,10 @@ usage(void) fprintf(stderr, "Usage: %s %s%s%s%s\n", prompt, @@ -108,8 +108,8 @@ index 5fa96e8..599f0af 100644 *argp++ = argv[1]; /* port */ diff --git a/telnet.1 b/telnet.1 index 50015a6..f30e034 100644 ---- a/telnet.1 -+++ b/telnet.1 +--- a/telnet/telnet.1 ++++ b/telnet/telnet.1 @@ -44,7 +44,7 @@ protocol .Sh SYNOPSIS diff --git a/telnet.spec b/telnet.spec index 6828161..3369c81 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: 63%{?dist} +Release: 64%{?dist} Epoch: 1 License: BSD Group: Applications/Internet @@ -151,6 +151,9 @@ install -p -m644 %SOURCE6 ${RPM_BUILD_ROOT}%{_unitdir}/telnet.socket %{_mandir}/man8/telnetd.8* %changelog +* Mon Jan 25 2016 Luboš Uhliarik - 1:0.17-64 +- Related: #1069809 - fixed wrong paths in patch + * Thu Oct 29 2015 Luboš Uhliarik - 1:0.17-63 - Related: #1069809 - changed patch name + some minor changes in patch