Fix the 'without gpupdate' uninstalled file removal

This commit is contained in:
Pavel Filipenský 2023-11-19 12:47:18 +01:00
parent c92b2eb22b
commit 601c5e7cbb
1 changed files with 2 additions and 2 deletions

View File

@ -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}