From 66be4dc9a8729dc74d430d968590246f04ae30e3 Mon Sep 17 00:00:00 2001 From: kkkl12 <1604145060@qq.com> Date: Tue, 10 Nov 2020 15:24:19 +0800 Subject: [PATCH] Append help requires to main package --- tcllib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tcllib.spec b/tcllib.spec index 9cb7cbf..e1c6060 100644 --- a/tcllib.spec +++ b/tcllib.spec @@ -4,13 +4,13 @@ Summary: The standard Tcl library Name: tcllib Version: 1.19 -Release: 3 +Release: 4 License: BSD URL: http://tcllib.sourceforge.net/ Source: https://downloads.sourceforge.net/tcllib/%{name}-%{version}.tar.xz BuildArch: noarch -Requires: tcl(abi) = 8.6 +Requires: tcl(abi) = 8.6 %{name}-help = %{version}-%{release} BuildRequires: tcl >= 8.3.1 Patch0001: 0001-Fix-invalid-command-name-log.patch @@ -61,6 +61,9 @@ find %{buildroot}/%{_datadir} -name \*.tcl | xargs chmod 0644 %{_mandir}/mann/* %changelog +* Mon Nov 09 2020 liuweibo - 1.19-4 +- append help requires to tcllib + * Thu Oct 15 2020 lingsheng - 1.19-3 - Fix invalid command name log