Set help package as install require

This commit is contained in:
lixiaokeng 2020-11-09 21:36:13 +08:00
parent ab7cd504e7
commit c86c488b8d

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