aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.xs
diff options
context:
space:
mode:
Diffstat (limited to 'URPM.xs')
-rw-r--r--URPM.xs2
1 files changed, 2 insertions, 0 deletions
diff --git a/URPM.xs b/URPM.xs
index 568affd..2c9b7b8 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -1420,6 +1420,8 @@ int rpmtag_from_string(char *tag)
return RPMTAG_TRIGGERNAME;
else if (!strcmp(tag, "path"))
return RPMTAG_BASENAMES;
+ else if (!strcmp(tag, "nvra"))
+ return RPMTAG_NVRA;
else croak("unknown tag [%s]", tag);
}