expose #architecture from RPM

This commit is contained in:
Jordan Sissel 2012-03-09 21:22:46 +00:00
parent d00f617606
commit 2746ad891f
1 changed files with 1 additions and 1 deletions

View File

@ -129,5 +129,5 @@ class FPM::Package::RPM < FPM::Package
@logger.log("Created rpm", :path => output_path)
end # def output
public(:input, :output, :converted_from)
public(:input, :output, :converted_from, :architecture)
end # class FPM::Package::RPM