# File lib/rpm/header.rb, line 15
  def initialize(rpm)
    @rpm = rpm
    @tags = []
  end