diff --git a/lvm2.spec b/lvm2.spec index 51db8602625955c85b83d383a25d79db79cfe572..24e641aada2d390b1efb50cbeefe028d6120c666 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -43,7 +43,7 @@ Name: lvm2 Version: 2.03.21 -Release: 13 +Release: 14 Epoch: 8 Summary: Tools for logical volume management License: GPLv2+ and LGPLv2.1 and BSD @@ -488,7 +488,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 @@ -498,6 +498,12 @@ fi %changelog +* Tue Nov 05 2024 shenzhongwei - 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 - support clang build: - fix function undeclared in libdm-common.c and dev-cache.c