Sha256: dfeb7ab77dfd75b9c2fcdd1b27abbb42d6b4e0ce53a1552d65c96d511d5fae2d

Contents?: true

Size: 302 Bytes

Versions: 2

Compression:

Stored size: 302 Bytes

Contents

class Specinfra::Command::Redhat::Base::Inventory < Specinfra::Command::Linux::Base::Inventory
  class << self
    def get_package
      "rpm -qa --queryformat 'name:%{NAME}\tversion:%{VERSION}\trelease:%{RELEASE}\tarch:%{ARCH}\tinstalltime:%{INSTALLTIME}\tbuildtime:%{BUILDTIME}\n'"
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
koma-0.2.0 lib/koma/ext/specinfra/command/redhat/base/inventory.rb
koma-0.1.0 lib/koma/ext/specinfra/command/redhat/base/inventory.rb