* Thu Jun 28 2007 Jeremy Katz <katzj@redhat.com> - 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)
This commit is contained in:
Jeremy Katz 2007-06-29 02:25:47 +00:00
parent 186a98c2d3
commit e37681ac0a
3 changed files with 13 additions and 5 deletions

View File

@ -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

View File

@ -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 <katzj@redhat.com> - 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 <clumens@redhat.com> - 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).

View File

@ -1 +1 @@
96b11b433c6ec4c7f51b8f5bdcd5e067 anaconda-11.3.0.4.tar.bz2
d955f9f018da0bb078934f55002749b3 anaconda-11.3.0.5.tar.bz2