From eccad0524f28126df220c2b89a94e92709ea0c6d Mon Sep 17 00:00:00 2001 From: wguanghao Date: Mon, 8 Nov 2021 15:37:01 +0800 Subject: [PATCH] add device-mapper-event to solve the problem of compilation error --- lvm2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lvm2.spec b/lvm2.spec index 6b87ed0..b14a658 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -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 - 8.2.03.11-6 +- add device-mapper-event to solve the problem of compilation error + * Wed Jul 28 2021 wuguanghao - 8.2.03.11-5 - %check modified to make run-unit-test -- Gitee