aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--URPM.xs2
1 files changed, 1 insertions, 1 deletions
diff --git a/URPM.xs b/URPM.xs
index 43b838a..d04e01e 100644
--- a/URPM.xs
+++ b/URPM.xs
@@ -1114,7 +1114,7 @@ static void drop_tags(Header *h) {
headerRemoveEntry(*h, RPMTAG_FILERDEVS); /* it seems unused. always empty */
headerRemoveEntry(*h, RPMTAG_FILEVERIFYFLAGS); /* only used for -V */
headerRemoveEntry(*h, RPMTAG_FILEDIGESTALGOS); /* only used for -V */
- headerRemoveEntry(*h, RPMTAG_FILEDIGESTS); /* only used for -V */
+ headerRemoveEntry(*h, RPMTAG_FILEDIGESTS); /* only used for -V */ /* alias: RPMTAG_FILEMD5S */
/* keep RPMTAG_FILEFLAGS for %config (rpmnew) to work */
/* keep RPMTAG_FILELANGS for %lang (_install_langs) to work */
/* keep RPMTAG_FILELINKTOS for checking conflicts between symlinks */