fix bug in update help package

This commit is contained in:
chengquan 2019-12-25 17:11:34 +08:00
parent d7aa55bfb0
commit 7507ffab26

View File

@ -2,7 +2,7 @@
Name: tcl Name: tcl
Version: 8.6.8 Version: 8.6.8
Release: 5 Release: 6
Epoch: 1 Epoch: 1
Summary: The Tool Command Language implementation Summary: The Tool Command Language implementation
License: BSD License: BSD
@ -54,6 +54,8 @@ for creating powerful command languages for applications.
Summary: help document for tcl Summary: help document for tcl
Requires: %{name} = %{epoch}:%{version}-%{release} Requires: %{name} = %{epoch}:%{version}-%{release}
BuildArch: noarch BuildArch: noarch
Provides: %{name}-doc < %{version}-%{release}
Obsoletes: %{name}-doc = %{version}-%{release}
%description help %description help
Help document for tcl. Help document for tcl.
@ -139,6 +141,12 @@ make test
%{_mandir}/mann/* %{_mandir}/mann/*
%changelog %changelog
* Wed Dec 25 2019 chengquan <chengquan3@huawei.com> - 1:8.6.8.6
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:fix bug in update help package
* Mon Nov 4 2019 shenyangyang <shenyangyang4@huawei.com> - 1:8.6.8.5 * Mon Nov 4 2019 shenyangyang <shenyangyang4@huawei.com> - 1:8.6.8.5
- Type:NA - Type:NA
- ID:NA - ID:NA