New version.

This commit is contained in:
Christopher Edward Lumens 2007-09-04 21:40:38 +00:00
parent 06c70413fe
commit c0a1578c97
3 changed files with 13 additions and 2 deletions

View File

@ -1 +1,2 @@
anaconda-11.3.0.26.tar.bz2
anaconda-11.3.0.27.tar.bz2

View File

@ -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 <clumens@redhat.com> 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 <katzj@redhat.com> - 11.3.0.26-1
- Some kickstart fixes (clumens, #269721)
- More libraries (clumens)

View File

@ -1 +1 @@
652dbaf824f5ce9579a3f6fb82a15a29 anaconda-11.3.0.26.tar.bz2
1a854b0ef23af7429158c1f8e2198541 anaconda-11.3.0.27.tar.bz2