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