diff --git a/.gitignore b/.gitignore index 9d431ea..9f9aa2c 100644 --- a/.gitignore +++ b/.gitignore @@ -95,3 +95,4 @@ anaconda-15.2.tar.bz2 /anaconda-19.30.10.tar.bz2 /anaconda-19.30.11.tar.bz2 /anaconda-19.30.12.tar.bz2 +/anaconda-19.30.13.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 85ba862..ba2e6c5 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 19.30.12 +Version: 19.30.13 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -256,6 +256,12 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Jun 27 2013 Brian C. Lane - 19.30.13-1 +- Do not preselect the environment if using kickstart packages (#978852) + (vpodzime) +- Skip network.execute for dirInstall (cherry picked from commit + e073327df9ed6a650884bac95db71c3e04ace0d7) (bcl) + * Tue Jun 25 2013 Brian C. Lane - 19.30.12-1 - Clear the list of packages on environment change (#977715) (vpodzime) diff --git a/sources b/sources index 6994099..5ea97f6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -09bc584b72c8b9dcb781286f5205c24a anaconda-19.30.12.tar.bz2 +2311ba7f84e44723d4400a169f21304d anaconda-19.30.13.tar.bz2