# File lib/fpm/package/rpm.rb, line 533 def to_s(format=nil) return super("NAME-VERSION-ITERATION.ARCH.TYPE") if format.nil? return super(format) end