diff --git a/.cvsignore b/.cvsignore index dc5319e..f3d0576 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ anaconda-11.3.0.26.tar.bz2 +anaconda-11.3.0.27.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 3019ad6..a74ab64 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ %define livearches %{ix86} x86_64 Name: anaconda -Version: 11.3.0.26 +Version: 11.3.0.27 Release: 1 License: GPL Summary: Graphical system installer @@ -158,6 +158,16 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Tue Sep 04 2007 Chris Lumens 11.3.0.27-1 +- Honor hostname= command line option (dcantrell, #186560). +- Set the hostname if provided by the user or by DHCP (dcantrell, #180451). +- Blacklist floppy and iscsi modules (notting). +- Fix traceback on GUI network config screen (dcantrell). +- Kickstart networking interface fixes (dcantrell, #260621). +- Don't traceback when reading kickstart post scripts (#276851). +- On kickstart installs, output the incoming packages section to + anaconda-ks.cfg. + * Fri Aug 31 2007 Jeremy Katz - 11.3.0.26-1 - Some kickstart fixes (clumens, #269721) - More libraries (clumens) diff --git a/sources b/sources index 16ea3d6..77ae906 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -652dbaf824f5ce9579a3f6fb82a15a29 anaconda-11.3.0.26.tar.bz2 +1a854b0ef23af7429158c1f8e2198541 anaconda-11.3.0.27.tar.bz2