# File lib/chef/provider/package/yum.rb, line 923
        def yum_arch
          arch ? ".#{arch}" : nil
        end