diff options
| author | Chris Lumens <clumens@redhat.com> | 2007-11-28 13:35:23 -0500 |
|---|---|---|
| committer | Chris Lumens <clumens@redhat.com> | 2007-11-28 13:35:23 -0500 |
| commit | 2aac38821cf72d2bbb42a7cb85a89c871c706422 (patch) | |
| tree | 00b33e6de4ff70effc3dc93f11b7162fc12c9714 /scripts | |
| parent | 41d614819ed8c5458a2165b17ce03e5601f6732d (diff) | |
Include nss libraries in the stage2 image (#396851).
rpm now uses nss instead of beecrypt. Unfortunately, these libraries are
dlopened instead of linked, so our smart library dependency code in
upd-instroot won't pick them up. They'll need to go back in the list of
files to include.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/upd-instroot | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/upd-instroot b/scripts/upd-instroot index a61ca7c70..3bdbfb20e 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -495,6 +495,13 @@ usr/lib/yaboot/addnote usr/lib/yaboot/ofboot usr/lib/yaboot/yaboot usr/lib/yum-plugins/fedorakmod.py* +usr/$LIBDIR/libfreebl3.so +usr/$LIBDIR/libnss3.so +usr/$LIBDIR/libnssckbi.so +usr/$LIBDIR/libnsspem.so +usr/$LIBDIR/libsmime3.so +usr/$LIBDIR/libsoftokn3.so +usr/$LIBDIR/libssl3.so usr/libexec/convertdb1 usr/share/locale/*/LC_MESSAGES/anaconda.mo usr/share/locale/*/LC_MESSAGES/system-config-date.mo |
