summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rwxr-xr-xscripts/upd-instroot1
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e98a9e14..9bc5b30aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
* iw/congrats_gui.py: Kill the big empty box on the congrats screen
to fix word wrap (#149526).
+ * scripts/upd-instroot: rpm needs libstdc++.so.6 in the network
+ install images.
* ui/anaconda.glade: Don't constrain the button bar so much so the
buttons can grow a bit for wordy translations (#151208).
diff --git a/scripts/upd-instroot b/scripts/upd-instroot
index 5e8376d32..90b0e8e29 100755
--- a/scripts/upd-instroot
+++ b/scripts/upd-instroot
@@ -361,6 +361,7 @@ usr/$LIBDIR/librpmbuild-*4.?.so*
usr/$LIBDIR/librpmdb*4.?.so*
usr/$LIBDIR/librpmio*4.?.so*
usr/$LIBDIR/libslang*
+usr/$LIBDIR/libstdc++.so.6*
usr/$LIBDIR/libxml2.so*
usr/$LIBDIR/libz.*
usr/$LIBDIR/libbogl.so*