From 7fc6eb05e0dc797c6b07bef0e17a79aeb496837f Mon Sep 17 00:00:00 2001 From: openeuler-basic Date: Wed, 25 Dec 2019 21:24:50 +0800 Subject: [PATCH] add provides of bash-doc --- bash.spec | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) 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 -- Gitee