From 5fd3d8aeb38a503b8115cf2cafe3aab84e52d51f Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Jan 31 2008 02:40:03 +0000 Subject: * Wed Jan 30 2008 David Cantrell - 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) --- diff --git a/.cvsignore b/.cvsignore index 8be0646..fd030e8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anaconda-11.4.0.28.tar.bz2 +anaconda-11.4.0.29.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 502aa02..f4f6f60 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 - 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 - 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