- make dev_is_mounted more reliable (wwoods)

- fix failure to run multiple udev-triggered jobs (#811008) (wwoods)
This commit is contained in:
Brian C. Lane 2012-04-09 20:46:44 -07:00
parent 3fdab6e156
commit 8fb835afdf
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <bcl@redhat.com> - 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 <bcl@redhat.com> - 17.19-1
- copy installer image to RAM during upgrades (#810391) (wwoods)
- fix repo={hd,cdrom}:DEV:PATH (#810136) (wwoods)

View File

@ -1 +1 @@
5ee5608075a7dee0181c0868547194e8 anaconda-17.19.tar.bz2
61baab5f3888dc40666898629d02e417 anaconda-17.20.tar.bz2