From 601c5e7cbbaccce1a8c88322dad8b6edb03785ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20Filipensk=C3=BD?= Date: Sun, 19 Nov 2023 12:47:18 +0100 Subject: [PATCH] Fix the 'without gpupdate' uninstalled file removal --- samba.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samba.spec b/samba.spec index bb7d1eb..33b38b6 100644 --- a/samba.spec +++ b/samba.spec @@ -1443,8 +1443,8 @@ done %endif %if %{without gpupdate} -rm -f %{_sbindir}/samba-gpupdate -rm -f %{_mandir}/man8/samba-gpupdate.8 +rm -f %{buildroot}%{_sbindir}/samba-gpupdate +rm -f %{buildroot}%{_mandir}/man8/samba-gpupdate.8* %endif %if %{without vfs_glusterfs}