diff --git a/.cvsignore b/.cvsignore index b40c031..b0290c5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ anaconda-11.4.0.5.tar.bz2 anaconda-11.4.0.6.tar.bz2 +anaconda-11.4.0.7.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 5519c69..d546be6 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.4.0.6 +Version: 11.4.0.7 Release: 1 License: GPLv2 Group: Applications/System @@ -103,6 +103,7 @@ Requires: system-config-securitylevel Requires: rhpxl >= %{rhpxlver} Requires: system-config-keyboard %endif +Requires: hal, dbus-python %ifarch %livearches Requires: usermode Requires: zenity @@ -215,6 +216,13 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Fri Dec 07 2007 Chris Lumens - 11.4.0.7-1 +- Tweak save-exception-to-disk algorithm. (notting) +- Merge the FTP and HTTP methods into a single URL method. (clumens) +- Fixes to the live install method (katzj) +- Use HAL and DBus for probing and device node creation in stage2. (notting) +- Get rid of /tmp/ramfs usage. (katzj) + * Thu Dec 06 2007 Chris Lumens - 11.4.0.6-1 - Remove confirmation screen (katzj) - Use a better cio_ignore line (#253075). (dcantrell) diff --git a/sources b/sources index abcc262..a495e11 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ced0b28aac2555f13e4c7782b2d132f7 anaconda-11.4.0.6.tar.bz2 +7b6fb4c4c9fb9f671b5b8db57576dd74 anaconda-11.4.0.7.tar.bz2