From faaccec0f12b1ececac96fdfaf3a63332f3cd807 Mon Sep 17 00:00:00 2001 From: xuxiaojuan1 Date: Fri, 12 May 2023 10:49:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4spec=E4=B8=ADuse=5Flockd=5Fdl?= =?UTF-8?q?m=E8=A2=AB=E8=AE=BE=E7=BD=AE0=E7=9A=84=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lvm2.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lvm2.spec b/lvm2.spec index 5893578..be3ba14 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -5,7 +5,6 @@ %ifnarch i686 %global use_cluster 0 %global use_cmirror 0 - %global use_lockd_dlm 0 %endif %ifnarch x86_64 aarch64 sw_64 @@ -43,7 +42,7 @@ Name: lvm2 Version: 2.03.18 -Release: 2 +Release: 3 Epoch: 8 Summary: Tools for logical volume management License: GPLv2+ and LGPLv2.1 and BSD @@ -487,6 +486,9 @@ fi %changelog +* Fri May 12 2023 xuxiaojuan - 8:2.03.18-3 +- Remove %global use_lockd_dlm 0 + * Fri Feb 10 2023 qiaobaoli1 - 8:2.03.18-2 - remove configure duplicate flag --with-thin -- Gitee