Delete -S git from %autosetup

This commit is contained in:
wangchen2020 2021-09-09 10:01:40 +08:00
parent 101edf8413
commit 105c45e74d
2 changed files with 7 additions and 4 deletions

View File

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

View File

@ -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 <wangchen137@huawei.com> - 1:5.45.4-6
- Delete -S git from %autosetup
* Tue Jun 22 2021 panxiaohe <panxiaohe@huawei.com> - 1:5.45.4-5
- Delete the telnet patch to remove the dependency on telnet