From 06df584c8a2047baaf685ea48382d42e4fc7023e Mon Sep 17 00:00:00 2001 From: hongjinghao Date: Mon, 24 Oct 2022 11:07:32 +0800 Subject: [PATCH] Remove unnecessary Buildrequires git --- expect.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/expect.spec b/expect.spec index 6f96338..3fa2054 100644 --- a/expect.spec +++ b/expect.spec @@ -4,12 +4,12 @@ Name: expect Epoch: 1 Version: 5.45.4 -Release: 6 +Release: 7 Summary: A tool for automating interactive applications License: Public Domain URL: https://core.tcl.tk/expect/index Source0: http://downloads.sourceforge.net/%{name}/%{name}%{version}.tar.gz -Buildrequires: gcc git tcl-devel autoconf automake chrpath +Buildrequires: gcc tcl-devel autoconf automake chrpath Provides: expectk Obsoletes: expectk @@ -117,6 +117,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libexpect%{version}.so %{_mandir}/man3/libexpect.3* %changelog +* Mon Oct 24 2022 hongjinghao - 1:5.45.4-7 +- Remove unnecessary Buildrequires git + * Thu Sep 9 2021 wangchen - 1:5.45.4-6 - Delete -S git from %autosetup -- Gitee