diff --git a/.gitignore b/.gitignore index bec8f12..ed2fb93 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ anaconda-15.2.tar.bz2 /anaconda-18.6.tar.bz2 /anaconda-18.6.1.tar.bz2 /anaconda-18.6.2.tar.bz2 +/anaconda-18.6.3.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 4f44d12..bae3e4b 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 18.6.2 +Version: 18.6.3 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -295,6 +295,10 @@ update-desktop-database &> /dev/null || : /usr/lib/dracut/modules.d/80%{name}/* %changelog +* Thu Aug 30 2012 Chris Lumens - 18.6.3-1 +- Setup python path /after/ we've done updates (jkeating) +- Fix a string substitution think-o (jkeating) + * Wed Aug 29 2012 Chris Lumens - 18.6.2-1 - We now BuildRequires python-babel as well. (clumens) - Update TODO list. (clumens) diff --git a/sources b/sources index 38d2099..c314ffe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7627548e5d790b96f4fb935a5e92e48a anaconda-18.6.2.tar.bz2 +48d978584b282e3dec2a2e5f6549ddcc anaconda-18.6.3.tar.bz2