summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2005-04-06 14:56:29 +0000
committerPeter Jones <pjones@redhat.com>2005-04-06 14:56:29 +0000
commit4655a8c1be094a1318a3612be21f02ae5b5e9064 (patch)
tree54f9a960364e6d21625a3863a66d270573287132
parent184e2e4c3285d20927c1b0c2ba2641a86dbe661d (diff)
downloadanaconda-4655a8c1be094a1318a3612be21f02ae5b5e9064.tar.gz
anaconda-4655a8c1be094a1318a3612be21f02ae5b5e9064.tar.xz
anaconda-4655a8c1be094a1318a3612be21f02ae5b5e9064.zip
fix for last night's fix
-rw-r--r--ChangeLog7
-rw-r--r--anaconda.spec3
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f93b2242..aeb3beb8f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-04-06 Peter Jones <pjones@redhat.com>
+
+ * anaconda.spec: bump version
+
+ * scripts-upd-instroot: avoid removing libraries that aren't the ones
+ in obsolete/linuxthreads/
+
2005-04-05 Peter Jones <pjones@redhat.com>
* anaconda.spec: Bump version.
diff --git a/anaconda.spec b/anaconda.spec
index ac379ea97..f6680d26e 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Wed Apr 06 2005 Peter Jones <pjones@redhat.com> - 10.2.0.43-1
+- Don't remove libraries in stage2 that don't match the one from linuxthreads/
+
* Tue Apr 05 2005 Peter Jones <pjones@redhat.com> - 10.2.0.42-1
- Use linuxthreads libraries even if they're not the default, unless
explicitly told to use nptl