add provides of bash-doc

This commit is contained in:
openeuler-basic 2019-12-25 21:24:50 +08:00
parent 2fa1066c76
commit 7fc6eb05e0

View File

@ -1,6 +1,6 @@
Name: bash Name: bash
Version: 5.0 Version: 5.0
Release: 6 Release: 7
Summary: It is the Bourne Again Shell Summary: It is the Bourne Again Shell
License: GPLv3 License: GPLv3
URL: https://www.gnu.org/software/bash URL: https://www.gnu.org/software/bash
@ -77,7 +77,15 @@ Requires: pkgconf-pkg-config
%description devel %description devel
This package contains development files for %{name}. This package contains development files for %{name}.
%package_help %package help
Summary: Documents for %{name}
Buildarch: noarch
Requires: man info
Provides: %{name}-doc = %{version}-%{release}
Obsoletes: %{name}-doc < %{version}-%{release}
%description help
Man pages and other related documents for %{name}.
%prep %prep
%autosetup -n %{name}-%{version} -p1 %autosetup -n %{name}-%{version} -p1
@ -131,6 +139,12 @@ make check
%exclude %{_infodir}/dir %exclude %{_infodir}/dir
%changelog %changelog
* Wed Dec 25 2019 openEuler Buildteam <buildteam@openeuler.org> 5.0-7
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:add provides of bash-doc
* Thu Oct 24 2019 shenyangyang<shenyangyang4@huawei.com> 5.0-6 * Thu Oct 24 2019 shenyangyang<shenyangyang4@huawei.com> 5.0-6
- Type:enhancement - Type:enhancement
- ID:NA - ID:NA