summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-10-18 21:35:56 +0000
committerJeremy Katz <katzj@redhat.com>2004-10-18 21:35:56 +0000
commit4e59ca3a6acd200a64b04291e7da7bb0258fafe6 (patch)
tree4a1867a1ff8fd4f5e887398255e2b9e6a09dccc1 /anaconda.spec
parentd998f797c4fa24f9d7c69be36fc830e0375f5ee0 (diff)
downloadanaconda-4e59ca3a6acd200a64b04291e7da7bb0258fafe6.tar.gz
anaconda-4e59ca3a6acd200a64b04291e7da7bb0258fafe6.tar.xz
anaconda-4e59ca3a6acd200a64b04291e7da7bb0258fafe6.zip
2004-10-18 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version. Rebuild against newer bogl to hopefully fix CJK text installs
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec10
1 files changed, 9 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 7f1121992..f08a2d29f 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,6 +1,6 @@
ExcludeArch: ppc64
Name: anaconda
-Version: 10.0.3.19
+Version: 10.0.3.20
Release: 1
License: GPL
Summary: Graphical system installer
@@ -74,6 +74,14 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Mon Oct 18 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.20-1
+- Fix traceback with %post logging (Gijs Hollestelle, #136154)
+- When using a local stage2.img for FTP/HTTP install, give an error earlier
+ if you point at an invalid tree (#135603, #117155, #120101)
+- Add a trailing newline to /etc/sysconfig/kernel
+- Try to fix the icon theme
+- Rebuild against new dietlibc, hopefully fixes CJK text installs
+
* Sun Oct 17 2004 Jeremy Katz <katzj@redhat.com> - 10.0.3.19-1
- Fix font size to fit on disk display better (#135731)
- Write out part lines for autopart lvm correctly (#135714)