!18 thin-provisioning-tools:yum安装后无法直接使用man 查看帮助手册,更新spec,让主包安装时依赖help包
From: @lixiaokeng Reviewed-by: @wubo009 Signed-off-by: @liuzhiqiang26
This commit is contained in:
commit
f10a811dce
@ -1,6 +1,6 @@
|
|||||||
Name: thin-provisioning-tools
|
Name: thin-provisioning-tools
|
||||||
Version: 0.9.0
|
Version: 0.9.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Tools for manipulating Device-mapper metadata
|
Summary: Tools for manipulating Device-mapper metadata
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://github.com/jthornber/thin-provisioning-tools
|
URL: https://github.com/jthornber/thin-provisioning-tools
|
||||||
@ -11,6 +11,7 @@ BuildRequires: autoconf, expat-devel
|
|||||||
BuildRequires: libaio-devel, libstdc++-devel
|
BuildRequires: libaio-devel, libstdc++-devel
|
||||||
BuildRequires: boost-devel, gcc-c++
|
BuildRequires: boost-devel, gcc-c++
|
||||||
Requires: expat, boost-iostreams
|
Requires: expat, boost-iostreams
|
||||||
|
Requires: %{name}-help = %{version}-%{release}
|
||||||
Provides: device-mapper-persistent-data
|
Provides: device-mapper-persistent-data
|
||||||
Obsoletes: device-mapper-persistent-data
|
Obsoletes: device-mapper-persistent-data
|
||||||
|
|
||||||
@ -49,6 +50,9 @@ make DESTDIR=%{buildroot} MANDIR=%{_mandir} install
|
|||||||
%{_mandir}/man*/*
|
%{_mandir}/man*/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 26 2020 lixiaokeng<lixiaokeng@huawei.com> - 0.9.0-1
|
||||||
- upgrade to 0.9.0
|
- upgrade to 0.9.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user