add provides of bash-doc
This commit is contained in:
parent
2fa1066c76
commit
7fc6eb05e0
18
bash.spec
18
bash.spec
@ -1,6 +1,6 @@
|
||||
Name: bash
|
||||
Version: 5.0
|
||||
Release: 6
|
||||
Release: 7
|
||||
Summary: It is the Bourne Again Shell
|
||||
License: GPLv3
|
||||
URL: https://www.gnu.org/software/bash
|
||||
@ -77,7 +77,15 @@ Requires: pkgconf-pkg-config
|
||||
%description devel
|
||||
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
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
@ -131,6 +139,12 @@ make check
|
||||
%exclude %{_infodir}/dir
|
||||
|
||||
%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
|
||||
- Type:enhancement
|
||||
- ID:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user