!18 thin-provisioning-tools:yum安装后无法直接使用man 查看帮助手册,更新spec,让主包安装时依赖help包

From: @lixiaokeng
Reviewed-by: @wubo009
Signed-off-by: @liuzhiqiang26
This commit is contained in:
openeuler-ci-bot 2020-11-10 19:18:42 +08:00 committed by Gitee
commit f10a811dce

View File

@ -1,6 +1,6 @@
Name: thin-provisioning-tools
Version: 0.9.0
Release: 1
Release: 2
Summary: Tools for manipulating Device-mapper metadata
License: GPLv3+
URL: https://github.com/jthornber/thin-provisioning-tools
@ -11,6 +11,7 @@ BuildRequires: autoconf, expat-devel
BuildRequires: libaio-devel, libstdc++-devel
BuildRequires: boost-devel, gcc-c++
Requires: expat, boost-iostreams
Requires: %{name}-help = %{version}-%{release}
Provides: device-mapper-persistent-data
Obsoletes: device-mapper-persistent-data
@ -49,6 +50,9 @@ make DESTDIR=%{buildroot} MANDIR=%{_mandir} install
%{_mandir}/man*/*
%changelog
* Mon Nov 9 2020 lixiaokeng<lixiaokeng@huawei.com> - 0.9.0-2
- Set help package as install require
* Tue Aug 26 2020 lixiaokeng<lixiaokeng@huawei.com> - 0.9.0-1
- upgrade to 0.9.0