diff options
author | Paul Nasrat <pnasrat@redhat.com> | 2006-08-08 21:48:57 +0000 |
---|---|---|
committer | Paul Nasrat <pnasrat@redhat.com> | 2006-08-08 21:48:57 +0000 |
commit | 9bc57275e7e3af2c10a5b42940c775b3ba8a0d21 (patch) | |
tree | 5702bd4f12a5fddac7756ce2814133469a84d799 | |
parent | ffaefb49156e7927a3e348d37c6c25ec30a2770c (diff) | |
download | anaconda-9bc57275e7e3af2c10a5b42940c775b3ba8a0d21.tar.gz anaconda-9bc57275e7e3af2c10a5b42940c775b3ba8a0d21.tar.xz anaconda-9bc57275e7e3af2c10a5b42940c775b3ba8a0d21.zip |
Bump version
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | anaconda.spec | 8 |
2 files changed, 9 insertions, 1 deletions
@@ -1,5 +1,7 @@ 2006-08-08 Paul Nasrat <pnasrat@redhat.com> + * anaconda.spec: Bump version + * upgrade.py: Blacklist e2fsprogs.ppc64 (#200233) 2006-08-08 David Cantrell <dcantrell@redhat.com> diff --git a/anaconda.spec b/anaconda.spec index 4bae7bb1e..986718d33 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,5 +1,5 @@ Name: anaconda -Version: 11.1.0.79 +Version: 11.1.0.80 Release: 1 License: GPL Summary: Graphical system installer @@ -103,6 +103,12 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Tue Aug 08 2006 Paul Nasrat <pnasrat@redhat.com> 11.1.0.80-1 +- Blacklist e2fsprogs.ppc64 on upgrades (#200233) +- Set self.currentMedia to [] (dcantrel, #201722). +- Remove multiple error messages (dcantrel, #201247) +- Revert logMessage calls (clumens, #201707) + * Mon Aug 07 2006 Chris Lumens <clumens@redhat.com> 11.1.0.79-1 - s390 build fix. |