diff --git a/.cvsignore b/.cvsignore index aecf0df..13f2948 100644 --- a/.cvsignore +++ b/.cvsignore @@ -2,3 +2,4 @@ anaconda-11.2.0.58.tar.bz2 anaconda-11.2.0.59.tar.bz2 anaconda-11.2.0.60.tar.bz2 anaconda-11.3.0.0.tar.bz2 +anaconda-11.3.0.1.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 99e013f..643d4c5 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -1,7 +1,7 @@ %define livearches %{ix86} x86_64 Name: anaconda -Version: 11.3.0.0 +Version: 11.3.0.1 Release: 1 License: GPL Summary: Graphical system installer @@ -142,6 +142,11 @@ rm -rf $RPM_BUILD_ROOT /sbin/chkconfig --del reconfig >/dev/null 2>&1 || : %changelog +* Fri Jun 15 2007 Chris Lumens - 11.3.0.1-1 +- Fix call to mksquashfs in mk-images so we get stage2.img again. +- Other minor image creation fixes. +- Flush drive dict so zFCP devices get device nodes (dcantrell, #236903). + * Tue Jun 12 2007 Chris Lumens - 11.3.0.0-1 - Require libdhcp6client-static. - Remove loopback mounted split ISO install method. diff --git a/sources b/sources index c7590f4..79b57bd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e9f65923f212d05dc66266d75b073543 anaconda-11.3.0.0.tar.bz2 +ae5be5758c845280d3118715c926613f anaconda-11.3.0.1.tar.bz2