Fixed not building .service files when building on RISC-V architecture

This commit is contained in:
EastDong 2023-09-11 17:57:03 +08:00
parent 172f6a2537
commit 9341e445b2

View File

@ -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 <xudong23@iscas.ac.cn> - 8:2.03.21-3
- fixed not building .service files when building on RISC-V architecture
* Tue Sep 5 2023 wangzhiqiang <wangzhiqiang95@huawei.com> - 8:2.03.21-2
- fix hungtask in dm code