From e435c4274d41b87e2e686ebd3af54ff3356a4f77 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Fri, 30 Jul 2021 22:37:05 +0800 Subject: [PATCH] delete -S git from %autosetup --- expect.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/expect.spec b/expect.spec index 0ae9d03..5584a04 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 -- Gitee