diff options
author | Chris Lumens <clumens@redhat.com> | 2008-07-30 17:00:30 -0400 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2008-07-30 17:00:30 -0400 |
commit | 1a87487b7a640b4c59ba7b270617c7daae366338 (patch) | |
tree | c2ee9f5a341a5920d90707cbafe3d95a65e2bec3 /anaconda.spec | |
parent | 2af2c2482e268c9340552f36d30518d4b7ae85df (diff) | |
download | anaconda-1a87487b7a640b4c59ba7b270617c7daae366338.tar.gz anaconda-1a87487b7a640b4c59ba7b270617c7daae366338.tar.xz anaconda-1a87487b7a640b4c59ba7b270617c7daae366338.zip |
New version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r-- | anaconda.spec | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec index c310c5905..6d3035a85 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.4.1.22 +Version: 11.4.1.23 Release: 1 License: GPLv2+ Group: Applications/System @@ -197,6 +197,11 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Wed Jul 30 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.23-1 +- Fix mke2fs argument passing (#457285). (clumens) +- Disable logging in the firmware loader, since it clobbers other + log messages. (pjones) + * Wed Jul 30 2008 Chris Lumens <clumens@redhat.com> - 11.4.1.22-1 - udevsettle takes forever, so display a waitWindow. (clumens) - Leave anaconda-runtime around for mk-images run. (dcantrell) |