From eccdf8f06e1b78e00b9269853ab1804b10ccf10d Mon Sep 17 00:00:00 2001 From: yanshuai01 Date: Thu, 14 Nov 2024 17:07:17 +0800 Subject: [PATCH] Avoid unowned %%{python3_sitelib}/lvmdbusd directory --- lvm2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lvm2.spec b/lvm2.spec index 0a1932b..78c13aa 100644 --- a/lvm2.spec +++ b/lvm2.spec @@ -43,7 +43,7 @@ Name: lvm2 Version: 2.03.14 -Release: 16 +Release: 17 Epoch: 8 Summary: Tools for logical volume management License: GPLv2+ and LGPLv2.1 and BSD @@ -500,7 +500,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 @@ -510,6 +510,9 @@ fi %changelog +* Mon Nov 18 2024 yanshuai - 8:2.03.14-17 +- Avoid unowned %%{python3_sitelib}/lvmdbusd directory + * Thu Nov 7 2024 Deyuan Fan - 8:2.03.14-16 - support clang build: - fix function undeclared in libdm-common.c and dev-cache.c -- Gitee