diff options
author | Jeremy Katz <katzj@redhat.com> | 2005-04-28 03:46:59 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2005-04-28 03:46:59 +0000 |
commit | e0e3acb544e87c60c071c94b0ae7b098b3e29200 (patch) | |
tree | 4284ac025ed1ef8d7839055dc9b29d0d83dbe1f1 /anaconda.spec | |
parent | 4f219de9a73969308f39caf16be4d3943da4451b (diff) | |
download | anaconda-e0e3acb544e87c60c071c94b0ae7b098b3e29200.tar.gz anaconda-e0e3acb544e87c60c071c94b0ae7b098b3e29200.tar.xz anaconda-e0e3acb544e87c60c071c94b0ae7b098b3e29200.zip |
2005-04-27 Jeremy Katz <katzj@redhat.com>anaconda-10.2.0.55-1
* anaconda.spec: Bump version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r-- | anaconda.spec | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec index 43d6d621f..fe7b0a9fd 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,5 +1,5 @@ Name: anaconda -Version: 10.2.0.54 +Version: 10.2.0.55 Release: 1 License: GPL Summary: Graphical system installer @@ -69,6 +69,22 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.55-1 +- Don't spam about package downloads in cmdline mode (#155250) +- Apply jnovy's patch to fix space calculations for > 2 TB devices (#155709) +- Set default font for CJK better (clumens, #156052) +- Add --label for part in kickstart (clumens, #79832) +- Ensure decimal IP addrs (#156088) +- Apply patch from Joe Pruett for rpmarch= fixes (#101971) +- Don't set SUPPORTED unnecessarily (#115847) +- Give more room for cyl #s (#119767) +- Bump size of diskboot.img +- Add back button for required media message (#114770) +- Fix lvs showing up with a mountpoint of 0 (#153965) +- Nuke some debug code +- Don't try to unmount (tmpfs) /dev +- Write a minimal mtab to avoid fsck/mount complaints (pjones) + * Wed Apr 27 2005 Jeremy Katz <katzj@redhat.com> - 10.2.0.54-1 - Only select kernel-smp that matches the arch of kernel (#149618) - Apply the read of Dustin Kirkland's checkpoint fragment sum patch |