* Wed Sep 5 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.28-1

- Make sure we find out about all nics (dcantrell)
- Hard drive install fixing (clumens, #287241)
- Make sure iniparse is in the image (notting, #276941)
- Add the short hostname to the localhost entry (dcantrell, #253979)
This commit is contained in:
Jeremy Katz 2007-09-05 15:35:55 +00:00
parent c0a1578c97
commit f396a6e83c
3 changed files with 9 additions and 4 deletions

View File

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

View File

@ -1,7 +1,7 @@
%define livearches %{ix86} x86_64
Name: anaconda
Version: 11.3.0.27
Version: 11.3.0.28
Release: 1
License: GPL
Summary: Graphical system installer
@ -158,6 +158,12 @@ rm -rf $RPM_BUILD_ROOT
/sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
%changelog
* Wed Sep 5 2007 Jeremy Katz <katzj@redhat.com> - 11.3.0.28-1
- Make sure we find out about all nics (dcantrell)
- Hard drive install fixing (clumens, #287241)
- Make sure iniparse is in the image (notting, #276941)
- Add the short hostname to the localhost entry (dcantrell, #253979)
* 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).

View File

@ -1 +1 @@
1a854b0ef23af7429158c1f8e2198541 anaconda-11.3.0.27.tar.bz2
9e00bb0aebbbe4e388a77e3dcec5866d anaconda-11.3.0.28.tar.bz2