Avoid unowned %%{python3_sitelib}/lvmdbusd directory

This commit is contained in:
yanshuai01 2024-11-14 17:11:28 +08:00
parent 26a7a281c7
commit a54fc4f4d0

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