summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-01-24 17:02:13 -0500
committerChris Lumens <clumens@redhat.com>2008-01-24 17:02:13 -0500
commita162a4cd6c41c84dc9a2d726b5c8faec25c78e80 (patch)
treee8d45032e39fb2cee84ccc07604ff1a0c855257a /anaconda.spec
parent699f7b81fe512d1c764c0392390638fe27c9a9cc (diff)
downloadanaconda-a162a4cd6c41c84dc9a2d726b5c8faec25c78e80.tar.gz
anaconda-a162a4cd6c41c84dc9a2d726b5c8faec25c78e80.tar.xz
anaconda-a162a4cd6c41c84dc9a2d726b5c8faec25c78e80.zip
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index d3860f75c..725e79ea6 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
-Version: 11.4.0.25
+Version: 11.4.0.26
Release: 1
License: GPLv2+
Group: Applications/System
@@ -209,6 +209,12 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Thu Jan 24 2008 Chris Lumens <clumens@redhat.com> - 11.4.0.26-1
+- Fix a traceback on the driver selection screen (#428810). (clumens)
+- Map 'nousb', 'nofirewire', etc. to be proper module blacklists. (notting)
+- Clean off leading and trailing whitespace from descriptions. (notting)
+- Write out /etc/rpm/platform on livecd installs. (clumens)
+
* Wed Jan 23 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.25-1
- Include new firstboot module. (clumens)
- Conditionalize ntfsprogs as not all arches include it. (clumens)