diff --git a/dosfstools.spec b/dosfstools.spec index f8f68ef..16d5476 100644 --- a/dosfstools.spec +++ b/dosfstools.spec @@ -13,6 +13,13 @@ BuildRequires: xxd # rhbz#2021638 Recommends: glibc-gconv-extra +%if "%{_sbindir}" == "%{_bindir}" +# Compat symlinks for Requires in other packages. +# We rely on filesystem to create the symlinks for us. +Requires: filesystem(unmerged-sbin-symlinks) +Provides: /usr/sbin/mkfs.vfat +%endif + %description The dosfstools package includes the mkdosfs and dosfsck utilities, which respectively make and check MS-DOS FAT filesystems on hard