diff options
author | Jindrich Novy <jnovy@redhat.com> | 2009-02-27 14:34:39 +0100 |
---|---|---|
committer | Jindrich Novy <jnovy@redhat.com> | 2009-02-27 14:34:39 +0100 |
commit | 7acdfded4a82e86a673418c3953aa6bf8106d313 (patch) | |
tree | 55dbba3fc4e91f2aa0a5622b0b5890e24b2ff3b6 /rpmio | |
parent | 299a7af7a8acc0fa4979d71dfaebe87658ee0c1d (diff) | |
download | rpm-7acdfded4a82e86a673418c3953aa6bf8106d313.tar.gz rpm-7acdfded4a82e86a673418c3953aa6bf8106d313.tar.bz2 rpm-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 'rpmio')
-rw-r--r-- | rpmio/rpmfileutil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rpmio/rpmfileutil.h b/rpmio/rpmfileutil.h index 7f92cbc41..fd7a813ba 100644 --- a/rpmio/rpmfileutil.h +++ b/rpmio/rpmfileutil.h @@ -29,8 +29,8 @@ typedef enum rpmCompressedMagic_e { * Calculate a file digest and size. * @param algo digest algorithm * @param fn file name - * @param asAscii return checksum as ascii string? - * @retval digest address of calculated checksum + * @param asAscii return digest as ascii string? + * @retval digest address of calculated digest * @retval *fsizep file size pointer (or NULL) * @return 0 on success, 1 on error */ |