diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-10-26 23:13:56 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-10-26 23:13:56 +0000 |
commit | aa84dfc0bcf69ee1605603531fe9b98baed834ff (patch) | |
tree | c374d93032c158dd0deea69800dbfea0e8ce26b5 /anaconda.spec | |
parent | 5f24cf8eeeb90226232011f080d3356ea7ea7f24 (diff) | |
download | anaconda-aa84dfc0bcf69ee1605603531fe9b98baed834ff.tar.gz anaconda-aa84dfc0bcf69ee1605603531fe9b98baed834ff.tar.xz anaconda-aa84dfc0bcf69ee1605603531fe9b98baed834ff.zip |
2004-10-26 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r-- | anaconda.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec index 001a5031c..eca535cb9 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,6 +1,6 @@ ExcludeArch: ppc64 Name: anaconda -Version: 10.1.1.2 +Version: 10.1.1.3 Release: 1 License: GPL Summary: Graphical system installer @@ -74,6 +74,10 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Tue Oct 26 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.3-1 +- Pull in firefox on upgrade if mozilla/netscape were installed (#137244) +- Fix s390 tracebacks (#130123, #137239) + * Tue Oct 26 2004 Jeremy Katz <katzj@redhat.com> - 10.1.1.2-1 - Handle our LVM autopart lines slightly better (#137120) - Use busybox sleep for s390 since sleep requires librt again (#131167) |