summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2004-08-12 16:42:59 +0000
committerBill Nottingham <notting@redhat.com>2004-08-12 16:42:59 +0000
commitece24c2e7849fddccbae13f56ba4e19c06c78c29 (patch)
treedc9e6f45a2765b0fa571166789383822b554172d /scripts
parentddc1140ce9acaf1e0506a909125a5d0b4e367cc9 (diff)
downloadanaconda-ece24c2e7849fddccbae13f56ba4e19c06c78c29.tar.gz
anaconda-ece24c2e7849fddccbae13f56ba4e19c06c78c29.tar.xz
anaconda-ece24c2e7849fddccbae13f56ba4e19c06c78c29.zip
SELinux grew a library (#129774)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mk-images1
-rwxr-xr-xscripts/upd-instroot3
2 files changed, 3 insertions, 1 deletions
diff --git a/scripts/mk-images b/scripts/mk-images
index b81bd3d43..fc5453ce3 100755
--- a/scripts/mk-images
+++ b/scripts/mk-images
@@ -494,6 +494,7 @@ EOF
$IMGPATH/$LIBDIR/libutil-*.so* \
$IMGPATH/$LIBDIR/libcrypt*so* \
$IMGPATH/$LIBDIR/libselinux*so* \
+ $IMGPATH/$LIBDIR/libsepol*so* \
$IMGPATH/$LIBDIR/libattr*so* \
$IMGPATH/$LIBDIR/libresolv.so* \
$IMGPATH/$LIBDIR/libresolv-*.so* \
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index a8520f0d2..3228aab6a 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -111,7 +111,7 @@ mkdir -p $DEST
mkdir -p $DESTGR
PACKAGES="glibc glibc-common setup openssl python newt slang libselinux
- libtermcap zlib ash e2fsprogs util-linux raidtools popt mdadm
+ libsepol libtermcap zlib ash e2fsprogs util-linux raidtools popt mdadm
procps rpm XFree86 Xconfigurator anaconda tzdata
anaconda-runtime kudzu hwdata bzip2 beecrypt
bzip2-libs dosfstools pciutils reiserfs-utils parted sed
@@ -259,6 +259,7 @@ $LIBDIR/libpthread*
$LIBDIR/libresolv*
$LIBDIR/librt[-.]*
$LIBDIR/libselinux*
+$LIBDIR/libsepol*
$LIBDIR/libss*
$LIBDIR/libtermcap*
$LIBDIR/libhandle*