summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2008-01-30 16:26:11 -1000
committerDavid Cantrell <dcantrell@redhat.com>2008-01-30 16:26:11 -1000
commit5785e22dcbe7926cef31e7a1cc65fa82b51b30bb (patch)
tree2c6ef61d7f4ecbe904557dbd071634dd9e19280a
parente603019ac06e20a4d473f8dfb99c0c1ecc77e93f (diff)
downloadanaconda-5785e22dcbe7926cef31e7a1cc65fa82b51b30bb.tar.gz
anaconda-5785e22dcbe7926cef31e7a1cc65fa82b51b30bb.tar.xz
anaconda-5785e22dcbe7926cef31e7a1cc65fa82b51b30bb.zip
-rw-r--r--anaconda.spec11
1 files changed, 10 insertions, 1 deletions
diff --git a/anaconda.spec b/anaconda.spec
index 502aa025f..f4f6f6014 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
-Version: 11.4.0.28
+Version: 11.4.0.29
Release: 1
License: GPLv2+
Group: Applications/System
@@ -211,6 +211,15 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
+* Wed Jan 30 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.29-1
+- Handle putting updates ahead of anaconda in the updates= case too. (clumens)
+- Make sure the device name starts with /dev (#430811). (clumens)
+- Revert "Initial support for network --bootproto=ask (#401531)." (clumens)
+- (#186439) handle lv names with "-" when doing kickstart. (jgranado)
+- Remove the last references to makeDevInode (#430784). (clumens)
+- Don't traceback trying to raise an exception when making
+ users (#430772). (clumens)
+
* Mon Jan 28 2008 David Cantrell <dcantrell@redhat.com> - 11.4.0.28-1
- Go back to the method screen if back is hit on nfs config (#430477). (clumens)
- Fix dmidecode dependency (#430394, Josh Boyer <jwboyer)