Module: Dply::Rpm

Extended by:
Helper
Defined in:
lib/dply/rpm.rb

Class Method Summary collapse

Methods included from Helper

cmd, error, git, logger, sh, symlink

Class Method Details

.libs_pkgs_map(libs) ⇒ Object

libs should include ()(64bit) in their name if 64bit libs



8
9
10
11
12
# File 'lib/dply/rpm.rb', line 8

def self.libs_pkgs_map(libs)
  h = {}
  libs.each { |lib| h[lib] = pkg_list(lib) }
  return h
end