From 9c7ae9ac0eb8bba072ec6bd893e9acbf047c9ce0 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Fri, 6 Nov 2020 15:44:08 +0800 Subject: [PATCH] set help package as minicom package's install require --- minicom.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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