# File lib/cft/rpm.rb, line 196
        def hash
            return 37 * (name.hash + 37 * version.hash) + arch.hash
        end