diff --git a/expect-5.45-format-security.patch b/expect-5.45-format-security.patch index 24bd35386e44b68d67a711adc2db22480543bfc1..472857992ac77e912d1c706afe13e9a75d9b2e3c 100644 --- a/expect-5.45-format-security.patch +++ b/expect-5.45-format-security.patch @@ -1,5 +1,5 @@ ---- exp_clib.c.orig 2017-03-24 10:34:37.269183513 -0400 -+++ exp_clib.c 2017-03-24 10:34:41.171117943 -0400 +--- expect5.45.4/exp_clib.c 2017-03-24 10:34:37.269183513 -0400 ++++ expect5.45.4/exp_clib.c 2017-03-24 10:34:41.171117943 -0400 @@ -1938,8 +1938,8 @@ char *str; { diff --git a/expect.spec b/expect.spec index 0ae9d03fd589535ffb712a4c85a5401cbbaef298..6f963383a88088a1fe4d6cd6b95f7bc6daf6fb06 100644 --- a/expect.spec +++ b/expect.spec @@ -4,7 +4,7 @@ Name: expect Epoch: 1 Version: 5.45.4 -Release: 5 +Release: 6 Summary: A tool for automating interactive applications License: Public Domain URL: https://core.tcl.tk/expect/index @@ -72,7 +72,7 @@ Expect is also useful for testing these same applications. This package contains man pages and other related documents for expect. %prep -%autosetup -n %{name}%{version} -S git +%autosetup -n %{name}%{version} -p1 %build %configure \ @@ -117,6 +117,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libexpect%{version}.so %{_mandir}/man3/libexpect.3* %changelog +* Thu Sep 9 2021 wangchen - 1:5.45.4-6 +- Delete -S git from %autosetup + * Tue Jun 22 2021 panxiaohe - 1:5.45.4-5 - Delete the telnet patch to remove the dependency on telnet