summaryrefslogtreecommitdiff
path: root/python/rpmmodule.c
diff options
context:
space:
mode:
authorJindrich Novy <jnovy@redhat.com>2009-02-27 14:34:39 +0100
committerJindrich Novy <jnovy@redhat.com>2009-02-27 14:34:39 +0100
commit7acdfded4a82e86a673418c3953aa6bf8106d313 (patch)
tree55dbba3fc4e91f2aa0a5622b0b5890e24b2ff3b6 /python/rpmmodule.c
parent299a7af7a8acc0fa4979d71dfaebe87658ee0c1d (diff)
downloadlibrpm-tizen-7acdfded4a82e86a673418c3953aa6bf8106d313.tar.gz
librpm-tizen-7acdfded4a82e86a673418c3953aa6bf8106d313.tar.bz2
librpm-tizen-7acdfded4a82e86a673418c3953aa6bf8106d313.zip
Add md5->filedigest aliases (rhbz#487597)
- add %verify(nofiledigest) as %verify(nomd5) file attribute alias - reference digests as digests not checksums - make old md5 related symbols obsolete and use newer reference - update man page accordingly
Diffstat (limited to 'python/rpmmodule.c')
-rw-r--r--python/rpmmodule.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/rpmmodule.c b/python/rpmmodule.c
index bf1356d84..0e292d442 100644
--- a/python/rpmmodule.c
+++ b/python/rpmmodule.c
@@ -409,6 +409,7 @@ void init_rpm(void)
REGISTER_ENUM(RPMTRANS_FLAG_NOPOSTUN);
REGISTER_ENUM(RPMTRANS_FLAG_NOTRIGGERPOSTUN);
REGISTER_ENUM(RPMTRANS_FLAG_NOMD5);
+ REGISTER_ENUM(RPMTRANS_FLAG_NOFILEDIGEST);
REGISTER_ENUM(RPMTRANS_FLAG_NOSUGGEST);
REGISTER_ENUM(RPMTRANS_FLAG_ADDINDEPS);
REGISTER_ENUM(RPMTRANS_FLAG_NOCONFIGS);