From 9341e445b24c64f10db09d1d2e4f2b885358ef2f Mon Sep 17 00:00:00 2001 From: EastDong Date: Mon, 11 Sep 2023 17:57:03 +0800 Subject: [PATCH] Fixed not building .service files when building on RISC-V architecture --- lvm2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lvm2.spec b/lvm2.spec index d3a6b3d..69b0be0 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -8,7 +8,7 @@ %global use_lockd_dlm 0 %endif -%ifnarch x86_64 aarch64 sw_64 +%ifnarch x86_64 aarch64 riscv64 sw_64 %global use_lockd_sanlock 0 %endif @@ -43,7 +43,7 @@ Name: lvm2 Version: 2.03.21 -Release: 2 +Release: 3 Epoch: 8 Summary: Tools for logical volume management License: GPLv2+ and LGPLv2.1 and BSD @@ -490,6 +490,9 @@ fi %changelog +* Mon Sep 11 2023 EastDong - 8:2.03.21-3 +- fixed not building .service files when building on RISC-V architecture + * Tue Sep 5 2023 wangzhiqiang - 8:2.03.21-2 - fix hungtask in dm code -- Gitee