diff options
author | Jeremy Katz <katzj@redhat.com> | 2007-04-04 20:45:37 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2007-04-04 20:45:37 +0000 |
commit | 7b775cdbe704ea5e005b5b585d893386ce0e6ef3 (patch) | |
tree | f2ba7610c6ed24e3492b1c3b000d58aeae5a03b9 /anaconda.spec | |
parent | a32ad55a624e3585a68c11b4ba8d2c7c8fca0fa3 (diff) | |
download | anaconda-7b775cdbe704ea5e005b5b585d893386ce0e6ef3.tar.gz anaconda-7b775cdbe704ea5e005b5b585d893386ce0e6ef3.tar.xz anaconda-7b775cdbe704ea5e005b5b585d893386ce0e6ef3.zip |
2007-04-04 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r-- | anaconda.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec index d0f36ead8..1bcfb8724 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ %define livearches %{ix86} x86_64 Name: anaconda -Version: 11.2.0.44 +Version: 11.2.0.45 Release: 1 License: GPL Summary: Graphical system installer @@ -142,6 +142,13 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Wed Apr 4 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.45-1 +- More live changes to fix installing from the live image running from RAM + or a USB stick. Note: requires a livecd created with livecd-tools >= 006 +- Make the end button Close for the live case (#225168) +- Unmount installed filesystems at the end of the live install +- Fix an autopart bug (clumens, #235279) + * Tue Apr 3 2007 Jeremy Katz <katzj@redhat.com> - 11.2.0.44-1 - Clean up depsolve callback to work with yum depsolver - More live CD fixing |