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

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

View File

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