diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-02-06 09:10:23 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-02-06 09:10:23 +0200 |
commit | 750802fd5f1accd5eacf54e3676f656019a24d1f (patch) | |
tree | 286a4416403e519e3d5ea31f303abeeaa10cbb1a /lib/rpmds.c | |
parent | 3d314301ca11b10d2fed8f7a48acb735847d78b2 (diff) | |
download | rpm-750802fd5f1accd5eacf54e3676f656019a24d1f.tar.gz |
Bump FileDigests rpmlib dependency version
- should've really been in commit 1f6ad324dbf4bebec905ddbb76d274345673a5b3,
the tag adjustment is an incompatible change from what was in
rpm 4.6.0-rc's, ugh
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 3d54e0961..02b539cdf 100644 --- a/lib/rpmds.c +++ b/lib/rpmds.c @@ -997,7 +997,7 @@ static const struct rpmlibProvides_s rpmlibProvides[] = { ( RPMSENSE_EQUAL), N_("internal support for lua scripts.") }, #endif - { "rpmlib(FileDigests)", "4.4.90-1", + { "rpmlib(FileDigests)", "4.6.0-1", ( RPMSENSE_EQUAL), N_("file checksum digest algorithm is per package configurable") }, #ifdef WITH_CAP |