summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-06-18 14:09:33 +0000
committerChris Lumens <clumens@redhat.com>2007-06-18 14:09:33 +0000
commite375a107df49a3c4f69dc014e5f4c86ba6c989ee (patch)
tree397f0e9adb5c7a22b7e7904b7ea877bd44d8ce6f
parentb4fd4a84b6acb41e73d0dbcbc4c7ab293acf9d95 (diff)
downloadanaconda-e375a107df49a3c4f69dc014e5f4c86ba6c989ee.tar.gz
anaconda-e375a107df49a3c4f69dc014e5f4c86ba6c989ee.tar.xz
anaconda-e375a107df49a3c4f69dc014e5f4c86ba6c989ee.zip
libbz2 has changed location (#243566).
-rw-r--r--ChangeLog2
-rwxr-xr-xscripts/upd-instroot2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index aa0ae7d6d..a62e3b74a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
* urlinstall.py (UrlInstallMethod.__init__): Remove call to
removed function (#244528).
+ * scripts/upd-instroot: libbz2 has changed location (#243566).
+
2007-06-15 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index 53ff4e4ad..099a1ca7b 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -286,6 +286,7 @@ $LIBDIR/libpthread*
$LIBDIR/librt[-.]*
$LIBDIR/ld*.so*
$LIBDIR/libblkid*
+$LIBDIR/libbz2*
$LIBDIR/libcom_err*
$LIBDIR/libcrypt*
$LIBDIR/libdb-*
@@ -396,7 +397,6 @@ usr/$LIBDIR/gconv/gconv-modules
usr/$LIBDIR/libbeecrypt*
usr/$LIBDIR/libssl*
usr/$LIBDIR/libcrypto*
-usr/$LIBDIR/libbz2*
usr/$LIBDIR/libdhcp*
usr/$LIBDIR/libelf*
usr/$LIBDIR/libnash*