From e37681ac0a1a9899560f78a330339c4addfb504c Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Jun 29 2007 02:25:47 +0000 Subject: * Thu Jun 28 2007 Jeremy Katz - 11.3.0.5-1 - Fix traceback opening disks (dcantrell, #245609) - Fix live installs with /usr/local and /usr as separate partitions (#244913) - Driver disk reworking (clumens, #213318) - Write out additional repos in anaconda-ks.cfg (clumens, #206152) - Fix iscsi error reporting (pjones) - Add nss/nspr libs to stage2 (clumens) - Fix code to work with yum 3.2.1 (#245918) - Preserve owners on live install copy (#243479) --- diff --git a/.cvsignore b/.cvsignore index 1b17997..4879417 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1 @@ -anaconda-11.3.0.2.tar.bz2 -anaconda-11.3.0.3.tar.bz2 -anaconda-11.3.0.4.tar.bz2 +anaconda-11.3.0.5.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index d21907b..82517e2 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ %define livearches %{ix86} x86_64 Name: anaconda -Version: 11.3.0.4 +Version: 11.3.0.5 Release: 1 License: GPL Summary: Graphical system installer @@ -142,6 +142,16 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Thu Jun 28 2007 Jeremy Katz - 11.3.0.5-1 +- Fix traceback opening disks (dcantrell, #245609) +- Fix live installs with /usr/local and /usr as separate partitions (#244913) +- Driver disk reworking (clumens, #213318) +- Write out additional repos in anaconda-ks.cfg (clumens, #206152) +- Fix iscsi error reporting (pjones) +- Add nss/nspr libs to stage2 (clumens) +- Fix code to work with yum 3.2.1 (#245918) +- Preserve owners on live install copy (#243479) + * Fri Jun 22 2007 Chris Lumens - 11.3.0.4-1 - Add a firmware loader, remove nash firmware bits (pjones). - Fix module loading to work for multiple modules.cgz locations (pjones). diff --git a/sources b/sources index 300e501..fb59f02 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -96b11b433c6ec4c7f51b8f5bdcd5e067 anaconda-11.3.0.4.tar.bz2 +d955f9f018da0bb078934f55002749b3 anaconda-11.3.0.5.tar.bz2