From 601c5e7cbbaccce1a8c88322dad8b6edb03785ed Mon Sep 17 00:00:00 2001 From: Pavel Filipenský Date: Nov 19 2023 11:47:18 +0000 Subject: Fix the 'without gpupdate' uninstalled file removal --- 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}