diff --git a/.gitignore b/.gitignore index b229e07..1c47997 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ anaconda-15.2.tar.bz2 /anaconda-15.23.tar.bz2 /anaconda-15.24.tar.bz2 /anaconda-15.25.tar.bz2 +/anaconda-15.26.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 1ab068d..5d06f8a 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 15.25 +Version: 15.26 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -229,6 +229,12 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Tue Mar 29 2011 Brian C. Lane - 15.26-1 +- Fix the logic surrounding use of the filterfunc for get_file_list (#691880). + (clumens) +- mount needs to be told "nfs" or it assumes any argument is a device + (#678414). (clumens) + * Fri Mar 25 2011 Chris Lumens - 15.25-1 - Revert "Revert "Changes for NetworkManager API 0.9"" (clumens) - Fixup rindex usage (#678086) (bcl) diff --git a/sources b/sources index a663777..af48c41 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9c8815d83c98e33756708f5ab37ab220 anaconda-15.25.tar.bz2 +51bbe5ad97dbf1e4488a6590db22f812 anaconda-15.26.tar.bz2