diff --git a/minicom.spec b/minicom.spec index 7ddafb2..f4fc0e2 100644 --- a/minicom.spec +++ b/minicom.spec @@ -1,6 +1,6 @@ Name: minicom Version: 2.7.1 -Release: 11 +Release: 12 Summary: A modem control and terminal emulation program URL: https://elinux.org/Minicom License: GPLv2+ and LGPLv2+ and Public Domain @@ -9,6 +9,7 @@ Source0: https://fossies.org/linux/misc/minicom-2.7.1.tar.gz BuildRequires: lockdev-devel ncurses-devel autoconf automake gettext-devel gcc git Requires: lockdev lrzsz +Requires: %{name}-help = %{version}-%{release} %description Minicom is a communication program which somewhat resembles the shareware @@ -48,5 +49,8 @@ install -d %{buildroot}%{_sysconfdir} %changelog +* Fri Nov 06 2020 Ge Wang - 2.7.1-12 +- Set help packge as minicom package's install require + * Tue Feb 18 2020 zhusongbao - 2.7.1-11 - Package init