summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2005-04-06 02:00:25 +0000
committerPeter Jones <pjones@redhat.com>2005-04-06 02:00:25 +0000
commit9a057268bb6462f094dc09312af2271a29263930 (patch)
tree0ab67edda587e1a67caecb7c800137124cd623a8
parent04622d4baf362962da186366f5941b64ca7b27af (diff)
downloadanaconda-9a057268bb6462f094dc09312af2271a29263930.tar.gz
anaconda-9a057268bb6462f094dc09312af2271a29263930.tar.xz
anaconda-9a057268bb6462f094dc09312af2271a29263930.zip
bump to -42, add changelog
-rw-r--r--anaconda.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 225d0a180..ac379ea97 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,5 +1,5 @@
Name: anaconda
-Version: 10.2.0.41
+Version: 10.2.0.42
Release: 1
License: GPL
Summary: Graphical system installer
@@ -69,6 +69,10 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* 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
+
* Tue Apr 05 2005 Chris Lumens <clumens@redhat.com> 10.2.0.41-1
- Make sure $LANG is set right for the second stage.
- Fix kickstart traceback trying to skip a nonexistant step.