diff --git a/.gitignore b/.gitignore index 1c47997..abf8ada 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ anaconda-15.2.tar.bz2 /anaconda-15.24.tar.bz2 /anaconda-15.25.tar.bz2 /anaconda-15.26.tar.bz2 +/anaconda-15.27.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 5d06f8a..8c22f7d 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 15.26 +Version: 15.27 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -229,6 +229,12 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Wed Apr 06 2011 Chris Lumens - 15.27-1 +- Fix missing , in promptForNfs (bcl) +- Rewrite nfs url parsing in loader (bcl) +- Fix order of nfs mountOpts in promptForNfs (bcl) +- crypttab should not be world-readable (#692254). (clumens) + * Tue Mar 29 2011 Brian C. Lane - 15.26-1 - Fix the logic surrounding use of the filterfunc for get_file_list (#691880). (clumens) diff --git a/sources b/sources index af48c41..920358b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -51bbe5ad97dbf1e4488a6590db22f812 anaconda-15.26.tar.bz2 +8471374e1546420ed7e235d2b897acd0 anaconda-15.27.tar.bz2