delete -S git from %autosetup, and delete BuildRequires git

This commit is contained in:
chenyanpanHW 2021-08-05 15:58:59 +08:00
parent 23fba1c2b8
commit 0741891518
No known key found for this signature in database
GPG Key ID: 6DAA738A86DB45D7

View File

@ -1,6 +1,6 @@
Name: minicom
Version: 2.7.1
Release: 12
Release: 13
Summary: A modem control and terminal emulation program
URL: https://elinux.org/Minicom
License: GPLv2+ and LGPLv2+ and Public Domain
@ -8,7 +8,7 @@ License: GPLv2+ and LGPLv2+ and Public Domain
Source0: https://fossies.org/linux/misc/minicom-2.7.1.tar.gz
Patch0: fix-minicom-multi-difine.patch
BuildRequires: lockdev-devel ncurses-devel autoconf automake gettext-devel gcc git
BuildRequires: lockdev-devel ncurses-devel autoconf automake gettext-devel gcc
Requires: lockdev lrzsz
%description
@ -18,7 +18,7 @@ program TELIX but is free with source code and runs under most unices.
%package_help
%prep
%autosetup -S git -p1
%autosetup -p1
cp -pr doc doc_
rm -f doc_/Makefile*
@ -49,6 +49,9 @@ install -d %{buildroot}%{_sysconfdir}
%changelog
* Thu Aug 05 2021 chenyanpanHW <chenyanpan@huawei.com> - 2.7.1-13
- DESC: delete -S git from %autosetup, and delete BuildRequires git
* Sat Jul 31 2021 luweitao <luweitao2@huawei.com> - 2.7.1-12
- fix failure by GCC-10