diff --git a/.gitignore b/.gitignore index 95a0835..07e4c98 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ anaconda-15.2.tar.bz2 /anaconda-16.14.tar.bz2 /anaconda-16.14.1.tar.bz2 /anaconda-16.14.2.tar.bz2 +/anaconda-16.14.3.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 726a9d2..ab84637 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 16.14.2 +Version: 16.14.3 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -234,6 +234,14 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Mon Aug 08 2011 David Lehman - 16.14.3-1 +- Handle rpmdb open errors by throwing out the root candidate (#723167). + (clumens) +- Check if the potential dep is in done, not the leaf. (#728891) (dlehman) +- Don't crash when checking unpartitioned devices for disklabel. (#720070) + (dlehman) +- Remove "-Alpha" or "-Beta" from yum's $releasever (#728868). (clumens) + * Fri Aug 05 2011 Chris Lumens - 16.14.2-1 - Fix extra quote in grub.conf header string (bcl) - Set EFI mountpoint when using existing partition (#727933) (bcl) diff --git a/sources b/sources index 4c116ec..1504734 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f4d5b23bf3a7e135cd1fcaf2c028768b anaconda-16.14.2.tar.bz2 +8848de20f0de9c9f483706d20062c26f anaconda-16.14.3.tar.bz2