!212 同步修复在卸载或升级时留下无所有者的目录问题

From: @yanyan11222 
Reviewed-by: @kouwq 
Signed-off-by: @kouwq
This commit is contained in:
openeuler-ci-bot 2024-11-18 08:14:05 +00:00 committed by Gitee
commit 5b54b6199b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -43,7 +43,7 @@
Name: lvm2
Version: 2.03.09
Release: 22
Release: 23
Epoch: 8
Summary: Tools for logical volume management
License: GPLv2+ and LGPLv2.1 and BSD
@ -496,7 +496,7 @@ fi
%{_sysconfdir}/dbus-1/system.d/com.redhat.lvmdbus1.conf
%{_datadir}/dbus-1/system-services/com.redhat.lvmdbus1.service
%{_unitdir}/lvm2-lvmdbusd.service
%{python3_sitelib}/lvmdbusd/*
%{python3_sitelib}/lvmdbusd
%files test
%license COPYING COPYING.LIB COPYING.BSD
@ -506,6 +506,9 @@ fi
%changelog
* Mon Nov 18 2024 yanshuai <yanshuai@kylinos.cn> - 8:2.03.09-23
- Avoid unowned %%{python3_sitelib}/lvmdbusd directory
* Thu Nov 7 2024 Deyuan Fan <fandeyuan@kylinos.cn> - 8:2.03.09-22
- support clang build:
- fix function undeclared in libdm-common.c and dev-cache.c