diff --git a/bash.spec b/bash.spec index f2884e6..dbe079d 100644 --- a/bash.spec +++ b/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 5.0-7 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:add provides of bash-doc + * Thu Oct 24 2019 shenyangyang 5.0-6 - Type:enhancement - ID:NA