aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.xs
diff options
context:
space:
mode:
Diffstat (limited to 'URPM.xs')
-rw-r--r--URPM.xs9
1 files changed, 7 insertions, 2 deletions
diff --git a/URPM.xs b/URPM.xs
index 32cbefd..dae51d7 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -2185,14 +2185,19 @@ Pkg_files(pkg)
SPAGAIN;
void
-Pkg_files_md5sum(pkg)
+Pkg_files_digest(pkg)
URPM::Package pkg
PPCODE:
PUTBACK;
- xpush_simple_list_str(pkg->h, RPMTAG_FILEMD5S);
+ xpush_simple_list_str(pkg->h, RPMTAG_FILEDIGESTS);
SPAGAIN;
void
+Pkg_files_md5sum(pkg)
+ PPCODE:
+ croak("files_md5sum() is dead. use files_digest() instead");
+
+void
Pkg_files_owner(pkg)
URPM::Package pkg
PPCODE: