From 03ed3066fd5065f62c0e945ca18cdfb1df430445 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Thu, 13 Mar 2008 00:42:18 +0000 Subject: [PATCH] * Wed Mar 12 2008 Jeremy Katz - 11.4.0.51-1 - yum.remove removes installed packages, not to be installed packages (#436226) (katzj) - Make the /tmp/updates vs RHupdates code at least a little readable. (pjones) - Allow vfat update images. (pjones) - Fix syntax error (pjones) - Add a progress bar for when we're downloading headers (#186789). (clumens) - mount will set up the loopback device if we let it. (clumens) - Fix mounting problems with NFSISO images. (clumens) - Simplify the logic for the upgrade arch check (katzj) - Add a fallback method for determining the architecture of installed system during an upgrade (#430115) (msivak) - Avoid a traceback (#436826) (katzj) - Make sure host lookups work for manual net config (#435574). (dcantrell) --- .cvsignore | 2 +- anaconda.spec | 17 ++++++++++++++++- sources | 2 +- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 812a531..753f473 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anaconda-11.4.0.50.tar.bz2 +anaconda-11.4.0.51.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 65fab3c..4eea361 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 11.4.0.50 +Version: 11.4.0.51 Release: 1 License: GPLv2+ Group: Applications/System @@ -204,6 +204,21 @@ desktop-file-install --vendor="" --dir=%{buildroot}%{_datadir}/applications %{bu /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Wed Mar 12 2008 Jeremy Katz - 11.4.0.51-1 +- yum.remove removes installed packages, not to be installed + packages (#436226) (katzj) +- Make the /tmp/updates vs RHupdates code at least a little readable. (pjones) +- Allow vfat update images. (pjones) +- Fix syntax error (pjones) +- Add a progress bar for when we're downloading headers (#186789). (clumens) +- mount will set up the loopback device if we let it. (clumens) +- Fix mounting problems with NFSISO images. (clumens) +- Simplify the logic for the upgrade arch check (katzj) +- Add a fallback method for determining the architecture of installed + system during an upgrade (#430115) (msivak) +- Avoid a traceback (#436826) (katzj) +- Make sure host lookups work for manual net config (#435574). (dcantrell) + * Tue Mar 11 2008 Jeremy Katz - 11.4.0.50-1 - Focus root password entry box (#436885). (dcantrell) - Make sure default is SHA-512 for libuser.conf. (dcantrell) diff --git a/sources b/sources index 074e6cc..6b72aa9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f09ffd8187704aff26e3eda990a91b8d anaconda-11.4.0.50.tar.bz2 +da74c2ba1f6f4005fb803a2e1b468eff anaconda-11.4.0.51.tar.bz2