From f396a6e83c9b6b8a82d00b87dfcd924062f89713 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Sep 05 2007 15:35:55 +0000 Subject: * Wed Sep 5 2007 Jeremy Katz - 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) --- diff --git a/.cvsignore b/.cvsignore index f3d0576..f5b4685 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1 @@ -anaconda-11.3.0.26.tar.bz2 -anaconda-11.3.0.27.tar.bz2 +anaconda-11.3.0.28.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index a74ab64..7ebae31 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -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 - 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 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). diff --git a/sources b/sources index 77ae906..52080db 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1a854b0ef23af7429158c1f8e2198541 anaconda-11.3.0.27.tar.bz2 +9e00bb0aebbbe4e388a77e3dcec5866d anaconda-11.3.0.28.tar.bz2