From ebbd977464803424234c3070b9ca9098e99045d5 Mon Sep 17 00:00:00 2001 From: wang--ge Date: Mon, 9 Nov 2020 14:31:22 +0800 Subject: [PATCH] set help package as nano package's install require --- nano.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/nano.spec b/nano.spec index c98cb94..c9c4aca 100644 --- a/nano.spec +++ b/nano.spec @@ -1,12 +1,13 @@ Name: nano Version: 4.5 -Release: 2 +Release: 4 Summary: Nano is now part of Apache CouchDB License: GPLv3+ URL: https://www.nano-editor.org -Source0: https://www.nano-editor.org/dist/latest/%{name}-%{version}.tar.xz +Source0: https://www.nano-editor.org/dist/v4/%{name}-%{version}.tar.xz BuildRequires: file-devel gettext-devel gcc git ncurses-devel sed texinfo groff +Requires: %{name}-help = %{version}-%{release} Conflicts: filesystem < 3 %description @@ -57,6 +58,12 @@ install -d %{buildroot}%{_sysconfdir} %{_defaultdocdir}/nano/faq.html %changelog +* Sat Nov 07 2020 Ge Wang - 4.5-4 +- Set help package as nano package's install require + +* Tue Sep 15 2020 baizhonggui - 4.5-3 +- Modify source0 + * Fri Jan 17 2020 Lei Zhang - 4.5-2 - Remove useless nanorc config file -- Gitee