!200 [sync] PR-199: 避免使用未被允许的%{python3_sitelib}/lvmdbsd目录

From: @openeuler-sync-bot 
Reviewed-by: @kouwq 
Signed-off-by: @kouwq
This commit is contained in:
openeuler-ci-bot 2024-11-07 05:48:15 +00:00 committed by Gitee
commit 7ea54be544
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.21 Version: 2.03.21
Release: 13 Release: 14
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
@ -488,7 +488,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
@ -498,6 +498,12 @@ fi
%changelog %changelog
* Tue Nov 05 2024 shenzhongwei <shenzhongwei@kylinos.cn> - 8:2.03.21-14
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:Avoid unowned %%{python3_sitelib}/lvmdbusd directory
* Fri Oct 25 2024 yuanchao <1050706328@qq.com> - 8:2.03.21-13 * Fri Oct 25 2024 yuanchao <1050706328@qq.com> - 8:2.03.21-13
- 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