From a5cd963aa098f54047a088e01c4d9eb0656750ff Mon Sep 17 00:00:00 2001 From: hyongkang Date: Fri, 8 Nov 2024 10:56:42 +0800 Subject: [PATCH] Fix description error on device mapper event --- lvm2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lvm2.spec b/lvm2.spec index 0a1932b..dbc4a53 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -43,7 +43,7 @@ Name: lvm2 Version: 2.03.14 -Release: 16 +Release: 17 Epoch: 8 Summary: Tools for logical volume management License: GPLv2+ and LGPLv2.1 and BSD @@ -261,7 +261,7 @@ Provides: device-mapper-event-libs = %{?epoch}:%{device_mapper_version}-%{relea Obsoletes: device-mapper-event-libs %description -n device-mapper-event -It contains tthe event monitoring daemon for device-mapper devices. Library plugins +It contains the event monitoring daemon for device-mapper devices. Library plugins can register and carryout actions triggered when particular events occur. %build @@ -510,6 +510,9 @@ fi %changelog +* Fri Nov 8 2024 Yongkang Hou - 8:2.03.14-17 +- Fix description error on device mapper event + * Thu Nov 7 2024 Deyuan Fan - 8:2.03.14-16 - support clang build: - fix function undeclared in libdm-common.c and dev-cache.c -- Gitee