* 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)
This commit is contained in:
David Cantrell 2008-01-31 02:40:03 +00:00
parent 68547257f0
commit 5fd3d8aeb3
3 changed files with 12 additions and 3 deletions

View File

@ -1 +1 @@
anaconda-11.4.0.28.tar.bz2 anaconda-11.4.0.29.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer Summary: Graphical system installer
Name: anaconda Name: anaconda
Version: 11.4.0.28 Version: 11.4.0.29
Release: 1 Release: 1
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
@ -211,6 +211,15 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || : /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog %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 * 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) - Go back to the method screen if back is hit on nfs config (#430477). (clumens)
- Fix dmidecode dependency (#430394, Josh Boyer <jwboyer) - Fix dmidecode dependency (#430394, Josh Boyer <jwboyer)

View File

@ -1 +1 @@
d5a4223352ac564c2b59904dc41b4cc0 anaconda-11.4.0.28.tar.bz2 af50594017dddf5818b14d377d76c753 anaconda-11.4.0.29.tar.bz2