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 /lib/rpmds.c | |
parent | 299a7af7a8acc0fa4979d71dfaebe87658ee0c1d (diff) | |
download | librpm-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 'lib/rpmds.c')
-rw-r--r-- | lib/rpmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmds.c b/lib/rpmds.c index bc829f4f7..bdc865f39 100644 --- a/lib/rpmds.c +++ b/lib/rpmds.c @@ -998,7 +998,7 @@ static const struct rpmlibProvides_s rpmlibProvides[] = { #endif { "rpmlib(FileDigests)", "4.6.0-1", ( RPMSENSE_EQUAL), - N_("file checksum digest algorithm is per package configurable") }, + N_("file digest algorithm is per package configurable") }, #ifdef WITH_CAP { "rpmlib(FileCaps)", "4.6.1-1", ( RPMSENSE_EQUAL), |