diff --git a/expect.spec b/expect.spec index 0ae9d03fd589535ffb712a4c85a5401cbbaef298..5584a042845a9e52259f8ad02506c5891b8ecca2 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 +* Fri Jul 30 2021 chenyanpanHW - 5.45.4-6 +- DESC: 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