Class RPM::Dependency
In: lib/rpm/dependency.rb
Parent: Object

Methods

eq?   ge?   gt?   le?   lt?   new   pre?   satisfy?  

Attributes

flags  [RW]  @return [String] dependency flags
flagstag  [RW] 
name  [RW]  @return [String] dependency name
nametag  [RW] 
owner  [RW]  @return [Package] package this dependency belongs to
version  [RW]  @return [String] dependency version
versiontag  [RW] 

Public Class methods

Public Instance methods

@return [Boolean] true if ’=’, ’=<’ or ’>=’ are used to compare the version

@return [Boolean] true if ’>=’ is used to compare the version

@return [Boolean] true if ’>’ or ’>=’ are used to compare the version

@return [Boolean] true if ’=<’ is used to compare the version

@return [Boolean] true if ’<’ or ’=<’ are used to compare the version

@return [Boolean] true if this is a pre-requires

@param [Package, Dependency, Version] other @return [Boolean] true if other satisfies this dependency

[Validate]