aboutsummaryrefslogtreecommitdiffstats
path: root/URPM.xs
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-08-31 07:02:57 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-08-31 07:02:57 +0000
commitb0326fc123e8a4ee0e5072af962cf2aa654ce3f3 (patch)
tree90d318503a75d3f8912ec8e9873a5e7ab82a47d6 /URPM.xs
parent666d28712d304dc675e59d26e4a015d0808bbc01 (diff)
downloadperl-URPM-b0326fc123e8a4ee0e5072af962cf2aa654ce3f3.tar
perl-URPM-b0326fc123e8a4ee0e5072af962cf2aa654ce3f3.tar.gz
perl-URPM-b0326fc123e8a4ee0e5072af962cf2aa654ce3f3.tar.bz2
perl-URPM-b0326fc123e8a4ee0e5072af962cf2aa654ce3f3.tar.xz
perl-URPM-b0326fc123e8a4ee0e5072af962cf2aa654ce3f3.zip
add a comment
Diffstat (limited to 'URPM.xs')
-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 */