Skip to content

Commit

Permalink
Merge pull request #1134 from specnazzz/fix-rpm-tag
Browse files Browse the repository at this point in the history
Fix for ignoring --rpm-tag option on command line
  • Loading branch information
jordansissel authored Jun 20, 2016
2 parents fb6d450 + 18a4ab9 commit 531f349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/rpm.erb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Packager: <%= maintainer %>
<% dependencies.each do |req| -%>
Requires: <%= req %>
<% end -%>
<% (attributes[:rpm_tags] or []).each do |tag| -%>
<% (attributes[:rpm_tag] or []).each do |tag| -%>
<%= tag %>
<% end -%>
<% end -%>
Expand Down

0 comments on commit 531f349

Please sign in to comment.