diff --git a/.gitignore b/.gitignore index d571792..8adef7e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /anaconda-14.21.tar.bz2 +/anaconda-14.22.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 870cd1a..2c9e808 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 14.21 +Version: 14.22 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -223,6 +223,11 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Tue Oct 19 2010 Brian C. Lane - 14.22-1 +- Properly identify device-mapper partitions set up by kpartx. (#644616) + (dlehman) +- Don't ever try to mount ntfs filesystems. (#637319) (dlehman) + * Mon Oct 18 2010 Brian C. Lane - 14.21-1 - Take into account hidden disks (#583906) (bcl) diff --git a/sources b/sources index c5eeacb..e52e31d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eb652ebe5b0914b5d7153194f314bd10 anaconda-14.21.tar.bz2 +684ca095dd09ced22b5a3b68b8d2a703 anaconda-14.22.tar.bz2