From 0741891518c04a960387c2c28ab5bfa85ca5ed2c Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Thu, 5 Aug 2021 15:58:59 +0800 Subject: [PATCH] delete -S git from %autosetup, and delete BuildRequires git --- minicom.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/minicom.spec b/minicom.spec index 5386f6b..3b96bea 100644 --- a/minicom.spec +++ b/minicom.spec @@ -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 - 2.7.1-13 +- DESC: delete -S git from %autosetup, and delete BuildRequires git + * Sat Jul 31 2021 luweitao - 2.7.1-12 - fix failure by GCC-10