diff --git a/.gitignore b/.gitignore index 785e229..737a820 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ anaconda-15.2.tar.bz2 /anaconda-17.17.tar.bz2 /anaconda-17.18.tar.bz2 /anaconda-17.19.tar.bz2 +/anaconda-17.20.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 82b04d3..cf9dc3d 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 17.19 +Version: 17.20 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -249,6 +249,10 @@ update-desktop-database &> /dev/null || : /usr/lib/dracut/modules.d/80%{name}/* %changelog +* Mon Apr 09 2012 Brian C. Lane - 17.20-1 +- make dev_is_mounted more reliable (wwoods) +- fix failure to run multiple udev-triggered jobs (#811008) (wwoods) + * Fri Apr 06 2012 Brian C. Lane - 17.19-1 - copy installer image to RAM during upgrades (#810391) (wwoods) - fix repo={hd,cdrom}:DEV:PATH (#810136) (wwoods) diff --git a/sources b/sources index 5542a8b..a486729 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5ee5608075a7dee0181c0868547194e8 anaconda-17.19.tar.bz2 +61baab5f3888dc40666898629d02e417 anaconda-17.20.tar.bz2