summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-08-30 21:45:13 +0000
committerJeremy Katz <katzj@redhat.com>2007-08-30 21:45:13 +0000
commit3f4d1af555976ae729a1dd26bad51492733e2195 (patch)
tree9186712f26b549f467641c4fc97a3d3d632ea477 /anaconda.spec
parent915bd04727141910218226887da0020168e68f9b (diff)
downloadanaconda-3f4d1af555976ae729a1dd26bad51492733e2195.tar.gz
anaconda-3f4d1af555976ae729a1dd26bad51492733e2195.tar.xz
anaconda-3f4d1af555976ae729a1dd26bad51492733e2195.zip
2007-08-30 Jeremy Katz <katzj@redhat.com>
* anaconda.spec: Bump version.
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 f54cfb9f7..031cb8c25 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,7 +1,7 @@
%define livearches %{ix86} x86_64
Name: anaconda
-Version: 11.3.0.23
+Version: 11.3.0.24
Release: 1
License: GPL
Summary: Graphical system installer
@@ -158,6 +158,12 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Thu Aug 30 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.24-1
+- Use the right network kickstart object (clumens)
+- More firmware fixes (dcantrell, #177452)
+- Skip devices without firmware (dcantrell, #251941)
+- Attempt to fix out dso depsolving for stage2
+
* Tue Aug 28 2007 Chris Lumens <clumens@redhat.com> 11.3.0.23-1
- Fix symlink handling in stage2 creation (katzj).
- Make man pages work when chrooted in rescue mode (jgranado, #254014).