diff options
author | jbj <devnull@localhost> | 2002-06-20 02:19:21 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-06-20 02:19:21 +0000 |
commit | 0a7481d0f777a6fc0e578b31d08312f5376cb125 (patch) | |
tree | dd551f77e9a9fb87499e28b77115ca8ac6603a94 /build/files.c | |
parent | 3255a1e854607cd1f39e3f0688f63eb790387f87 (diff) | |
download | rpm-0a7481d0f777a6fc0e578b31d08312f5376cb125.tar.gz rpm-0a7481d0f777a6fc0e578b31d08312f5376cb125.tar.bz2 rpm-0a7481d0f777a6fc0e578b31d08312f5376cb125.zip |
- make sure that rpm can verify prelinked shared libraries.
- don't install /usr/lib/rpm/redhat per-vendor configuration anymore.
CVS patchset: 5512
CVS date: 2002/06/20 02:19:21
Diffstat (limited to 'build/files.c')
-rw-r--r-- | build/files.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/files.c b/build/files.c index b227700cc..8912bf2ba 100644 --- a/build/files.c +++ b/build/files.c @@ -1271,7 +1271,7 @@ static void genCpioListAndHeader(/*@partial@*/ FileList fl, buf[0] = '\0'; if (S_ISREG(flp->fl_mode)) - (void) domd5(flp->diskURL, buf, 1); + (void) domd5(flp->diskURL, buf, 1, NULL); s = buf; (void) headerAddOrAppendEntry(h, RPMTAG_FILEMD5S, RPM_STRING_ARRAY_TYPE, &s, 1); |