aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.pm
diff options
context:
space:
mode:
Diffstat (limited to 'URPM.pm')
-rw-r--r--URPM.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/URPM.pm b/URPM.pm
index 37b626f..ee8529f 100644
--- a/URPM.pm
+++ b/URPM.pm
@@ -441,6 +441,13 @@ Returns a string NAME-VERSION-RELEASE.ARCH in scalar context.
Returns an array containing values of $tagid. $tagid is the numerical value of
rpm tags. See rpmlib.h.
+=item $package->queryformat($format)
+
+Querying the package like rpm --queryformat do.
+
+The function call directlly the rpmlib, then use headers informations, so it
+silently failed if you use synthesis instead hdlist/rpms/headers files or rpmdb.
+
=item $package->get_tag_modifiers($tagid)
Return an array of human readable view of tag values. $tagid is the numerical value of rpm tags.