Related: #1069809 - fixed wrong paths in patch

This commit is contained in:
Luboš Uhliarik 2016-01-25 16:04:33 +01:00
parent b2bd8f78b1
commit e0167b1452
2 changed files with 10 additions and 7 deletions

View File

@ -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

View File

@ -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 <luhliari@redhat.com> - 1:0.17-64
- Related: #1069809 - fixed wrong paths in patch
* Thu Oct 29 2015 Luboš Uhliarik <luhliari@redhat.com> - 1:0.17-63
- Related: #1069809 - changed patch name + some minor changes in patch