From b432bc681f6b2f8b86820ba9fd1dfdd2579ddc86 Mon Sep 17 00:00:00 2001 From: zwx1006316 Date: Fri, 8 Jan 2021 17:10:44 +0800 Subject: [PATCH 1/2] delete patch file expect-5.45-check-telnet.patch --- expect.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/expect.spec b/expect.spec index bbd1a59..40f568a 100644 --- a/expect.spec +++ b/expect.spec @@ -4,7 +4,7 @@ Name: expect Epoch: 1 Version: 5.45.4 -Release: 4 +Release: 5 Summary: A tool for automating interactive applications License: Public Domain URL: https://core.tcl.tk/expect/index @@ -37,7 +37,7 @@ Patch100: expect-5.32.2-random.patch Patch101: expect-5.45-mkpasswd-dash.patch # Patch102: fixes bz703702 - let user know that telnet is needed for # running some examples -Patch102: expect-5.45-check-telnet.patch +#Patch102: expect-5.45-check-telnet.patch # Patch103: use full path to 'su', it's safer Patch103: expect-5.45-passmass-su-full-path.patch # Patch104: rhbz 963889, fixes inaccuracy in mkpasswd man page @@ -120,6 +120,12 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libexpect%{version}.so %{_mandir}/man3/libexpect.3* %changelog +* Fri Jan 8 2021 fuanan - 1:5.45.4-5 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:delete patch file expect-5.45-check-telnet.patch + * Mon Apr 20 2020 openEuler Buildteam - 1:5.45.4-4 - Type:bugfix - ID:NA -- Gitee From 2d9314825f1876ac0bca4367201ec99401969954 Mon Sep 17 00:00:00 2001 From: zwx1006316 Date: Fri, 8 Jan 2021 17:26:21 +0800 Subject: [PATCH 2/2] remove useless telnet patch. --- expect.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/expect.spec b/expect.spec index 40f568a..5820b9a 100644 --- a/expect.spec +++ b/expect.spec @@ -120,11 +120,11 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libexpect%{version}.so %{_mandir}/man3/libexpect.3* %changelog -* Fri Jan 8 2021 fuanan - 1:5.45.4-5 +* Fri Jan 8 2021 fuanan - 1:5.45.4-5 - Type:bugfix - ID:NA - SUG:NA -- DESC:delete patch file expect-5.45-check-telnet.patch +- DESC:remove useless telnet patch. * Mon Apr 20 2020 openEuler Buildteam - 1:5.45.4-4 - Type:bugfix -- Gitee