From e83cb5b865f08b655aced7487908db1b98c7e796 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Tue, 18 Mar 2025 15:05:13 -0400 Subject: [PATCH] Fix build for bin-sbin merge These files are no longer installed, and removing %_sbindir removes all programs now that it matches %_bindir. https://fedoraproject.org/wiki/Changes/Unify_bin_and_sbin --- open-vm-tools.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/open-vm-tools.spec b/open-vm-tools.spec index 0066daa..31e7396 100644 --- a/open-vm-tools.spec +++ b/open-vm-tools.spec @@ -418,9 +418,6 @@ find %{buildroot}%{_libdir} -name '*.la' -delete rm -fr %{buildroot}%{_defaultdocdir} rm -f docs/api/build/html/FreeSans.ttf -# Remove mount.vmhgfs & symlink -rm -fr %{buildroot}%{_sbindir} %{buildroot}/sbin/mount.vmhgfs - # Systemd unit files install -p -m 644 -D %{SOURCE1} %{buildroot}%{_unitdir}/%{toolsdaemon}.service install -p -m 644 -D %{SOURCE2} %{buildroot}%{_unitdir}/%{vgauthdaemon}.service