diff --git a/.gitignore b/.gitignore index 249b088..3ac78a5 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ anaconda-18.12.tar.bz2 /anaconda-18.18.tar.bz2 /anaconda-18.19.tar.bz2 /anaconda-18.20.tar.bz2 +/anaconda-18.21.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 6c08cba..321adb5 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 18.20 +Version: 18.21 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -300,6 +300,16 @@ update-desktop-database &> /dev/null || : /usr/lib/dracut/modules.d/80%{name}/* %changelog +* Thu Oct 25 2012 Brian C. Lane - 18.21-1 +- Add PowerNV as a recognized PPC platform (nacc) +- anaconda should print unknown platform information (hamzy) +- Toggle chosen property on focus change (MountpointSelector) (vpodzime) +- Lock source spoke while depsolving (#867591) (jkeating) +- In custom part, don't display mountpoints without associated disks (#865942). + (clumens) +- Tie "Reclaim Space" button sensitivity to how much space the user freed + (#869375). (clumens) + * Tue Oct 23 2012 Brian C. Lane - 18.20-1 - Add dialog for configuring layout switching options (vpodzime) - Initialize layout switching if needed (vpodzime) diff --git a/sources b/sources index 5669c03..dfaae89 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -57ddf5ed03542df9ccfeb4c9c89c2cf6 anaconda-18.20.tar.bz2 +f4b72a4f09e81e91157b1d4d7594c872 anaconda-18.21.tar.bz2