#8 Add compat sbin Provides
Opened 11 days ago by zbyszek. Modified 11 days ago
rpms/ zbyszek/smartmontools bin-sbin-merge  into  rawhide

file modified
+6
@@ -34,6 +34,12 @@ 

  Requires:	(%{name}-selinux if selinux-policy-%{selinuxtype})

  %endif

  

+ %if "%{_sbindir}" == "%{_bindir}"

+ # We rely on filesystem to create the compat symlinks for us

+ Requires: filesystem(unmerged-sbin-symlinks)

+ Provides: /usr/sbin/smartctl

+ %endif

+ 

  %if 0%{?fedora} > 39

  # as per https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval

  ExcludeArch:    %{ix86}

Metadata