diff options
Diffstat (limited to 'RPM4')
-rw-r--r-- | RPM4/lib/RPM4/Header.pm | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/RPM4/lib/RPM4/Header.pm b/RPM4/lib/RPM4/Header.pm index 6872973..690a318 100644 --- a/RPM4/lib/RPM4/Header.pm +++ b/RPM4/lib/RPM4/Header.pm @@ -330,6 +330,16 @@ Returns true if package is a source package. Compare the header to another, return 1 if the object is higher, -1 if header passed as argument is better, 0 if update is not possible. +=head2 dep($deptype) + +Return a RPM4::Header::Dependencies object containing dependencies of type +$deptype found in the header. + +=head2 files() + +Return a RPM4::Header::Files object containing the set of files include in +the rpm. + =head1 SEE ALSO L<RPM4> |