summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-02-06 09:10:23 +0200
committerPanu Matilainen <pmatilai@redhat.com>2009-02-06 09:18:53 +0200
commitb422f2bf3adafa832e1e2e73e017a18c8c1a6e09 (patch)
tree9aff0f454e8dc81e1ce1b386ba3f803e5fc18360
parent2c7631d85c8a413e5bbcc8a3a7e81fe3b82f7122 (diff)
downloadrpm-b422f2bf3adafa832e1e2e73e017a18c8c1a6e09.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 (cherry picked from commit 750802fd5f1accd5eacf54e3676f656019a24d1f)
-rw-r--r--build/files.c2
-rw-r--r--lib/rpmds.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/build/files.c b/build/files.c
index de306a2b8..60c1dcb35 100644
--- a/build/files.c
+++ b/build/files.c
@@ -1161,7 +1161,7 @@ static void genCpioListAndHeader(FileList fl,
if (digestalgo != defaultalgo) {
headerPutUint32(h, RPMTAG_FILEDIGESTALGO, &digestalgo, 1);
- rpmlibNeedsFeature(h, "FileDigests", "4.4.90-1");
+ rpmlibNeedsFeature(h, "FileDigests", "4.6.0-1");
}
if (_addDotSlash)
diff --git a/lib/rpmds.c b/lib/rpmds.c
index 75ff6fed6..cdcf3a85a 100644
--- a/lib/rpmds.c
+++ b/lib/rpmds.c
@@ -1011,7 +1011,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") },
{ NULL, NULL, 0, NULL }