!42 修复缺少依赖库导致的编译报错
From: @wguanghao Reviewed-by: @liuzhiqiang26 Signed-off-by: @liuzhiqiang26
This commit is contained in:
commit
45a89024ab
@ -43,7 +43,7 @@
|
||||
|
||||
Name: lvm2
|
||||
Version: 2.03.11
|
||||
Release: 5
|
||||
Release: 6
|
||||
Epoch: 8
|
||||
Summary: Tools for logical volume management
|
||||
License: GPLv2+ and LGPLv2.1 and BSD
|
||||
@ -80,6 +80,7 @@ BuildRequires: python3-setuptools
|
||||
BuildRequires: python3-dbus
|
||||
BuildRequires: python3-pyudev
|
||||
BuildRequires: device-mapper-persistent-data >= %{persistent_data_version}
|
||||
BuildRequires: device-mapper-event
|
||||
|
||||
%if %{use_cluster}
|
||||
BuildRequires: corosynclib-devel >= %{corosync_version}
|
||||
@ -487,6 +488,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Nov 08 2021 wuguanghao<wuguanghao3@huawei.com> - 8.2.03.11-6
|
||||
- add device-mapper-event to solve the problem of compilation error
|
||||
|
||||
* Wed Jul 28 2021 wuguanghao<wuguanghao3@huawei.com> - 8.2.03.11-5
|
||||
- %check modified to make run-unit-test
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user