summaryrefslogtreecommitdiffstats
path: root/anaconda.spec
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-08-09 19:24:17 +0000
committerChris Lumens <clumens@redhat.com>2007-08-09 19:24:17 +0000
commit15678702fa84f9d6c6b642e0763ad749266dffda (patch)
treebf138f9200bf2c1ac55ffbf54d99e275483e0686 /anaconda.spec
parentf3adba3c8eadb1442d18615b593de1da4774880f (diff)
downloadanaconda-15678702fa84f9d6c6b642e0763ad749266dffda.tar.gz
anaconda-15678702fa84f9d6c6b642e0763ad749266dffda.tar.xz
anaconda-15678702fa84f9d6c6b642e0763ad749266dffda.zip
New version.
Diffstat (limited to 'anaconda.spec')
-rw-r--r--anaconda.spec15
1 files changed, 14 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 0ae9d2989..7494d1ccd 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -1,7 +1,7 @@
%define livearches %{ix86} x86_64
Name: anaconda
-Version: 11.3.0.17
+Version: 11.3.0.18
Release: 1
License: GPL
Summary: Graphical system installer
@@ -143,6 +143,19 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Thu Aug 09 2007 Chris Lumens <clumens@redhat.com> 11.3.0.18-1
+- Fix "noipv6 ip=dhcp" to not ask about v4 vs. v6 (katzj).
+- Blacklist the ata_generic module (katzj).
+- Don't double add packages to the transaction set (katzj, #249908).
+- Use find_lang (katzj, #251444).
+- Add newt-python and libuser-python packages (katzj, clumens, #251347).
+- Add dosfslabel (katzj, #251217).
+- Enable runlevel 5 if kdm is installed (#251194).
+- Fix disk selection in text UI (#247997, #251150).
+- Don't require a command line option for xfs (katzj).
+- Fix syntax error (pjones).
+- Rework loader flags (dcantrell, #250895).
+
* Mon Aug 06 2007 Chris Lumens <clumens@redhat.com> 11.3.0.17-1
- Check the rpmdb of the installed root (katzj).
- Fix mknod calls (hhara AT miraclelinux DOT com).