!19 yum安装后无法直接使用man 查看帮助手册,更新spec,让主包安装时依赖help包
From: @xinghe_1 Reviewed-by: @SuperSix173 Signed-off-by: @SuperSix173
This commit is contained in:
commit
5feb89d230
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
Name: boost
|
Name: boost
|
||||||
Version: 1.73.0
|
Version: 1.73.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: The free peer-reviewed portable C++ source libraries
|
Summary: The free peer-reviewed portable C++ source libraries
|
||||||
License: Boost and MIT and Python
|
License: Boost and MIT and Python
|
||||||
URL: http://www.boost.org
|
URL: http://www.boost.org
|
||||||
@ -70,6 +70,7 @@ Requires: %{name}-timer%{?_isa} = %{version}-%{release}
|
|||||||
Requires: %{name}-type_erasure%{?_isa} = %{version}-%{release}
|
Requires: %{name}-type_erasure%{?_isa} = %{version}-%{release}
|
||||||
Requires: %{name}-wave%{?_isa} = %{version}-%{release}
|
Requires: %{name}-wave%{?_isa} = %{version}-%{release}
|
||||||
Requires: %{name}-contract%{?_isa} = %{version}-%{release}
|
Requires: %{name}-contract%{?_isa} = %{version}-%{release}
|
||||||
|
Recommends: %{name}-help = %{version}-%{release}
|
||||||
|
|
||||||
BuildRequires: gcc-c++ m4 tcl gdb
|
BuildRequires: gcc-c++ m4 tcl gdb
|
||||||
BuildRequires: libstdc++-devel bzip2-devel zlib-devel libicu-devel
|
BuildRequires: libstdc++-devel bzip2-devel zlib-devel libicu-devel
|
||||||
@ -1135,6 +1136,9 @@ fi
|
|||||||
%{_mandir}/man1/bjam.1*
|
%{_mandir}/man1/bjam.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 11 2020 xinghe <xinghe1@huawei.com> - 1.73.0-2
|
||||||
|
- add help for Recommends
|
||||||
|
|
||||||
* Fri Jul 24 2020 Wang Shuo<wangshuo47@huawei.com> - 1.73.0-1
|
* Fri Jul 24 2020 Wang Shuo<wangshuo47@huawei.com> - 1.73.0-1
|
||||||
- Type:requirement
|
- Type:requirement
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user