diff --git a/.gitignore b/.gitignore index 10838c5..86ed21f 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ /anaconda-23.19.2.tar.bz2 /anaconda-23.19.3.tar.bz2 /anaconda-23.19.4.tar.bz2 +/anaconda-23.19.5.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 2d5b60b..f93fd5b 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 23.19.4 +Version: 23.19.5 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -305,6 +305,14 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Thu Sep 24 2015 Samantha N. Bueno - 23.19.5-1 +- Fix branding when iso is downloaded from nfs or hd (#1252756) (jkonecny) +- Fix unused import pylint error (jkonecny) +- Autopart use 90%% of disk capacity for required space compare (#1224048) + (jkonecny) +- Fix include packages install size when downloading on root (#1224048) + (jkonecny) + * Mon Sep 14 2015 Samantha N. Bueno - 23.19.4-1 - Add missing python dependencies for requests. (#1259506) (dshea) - Fix the types passed to chown_dir_tree (#1260318) (dshea) diff --git a/sources b/sources index 952af18..b80fa33 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f0f03751abd8e144f42e475a58e7cf29 anaconda-23.19.4.tar.bz2 +78577f83ece00062d3de6d4183274f80 anaconda-23.19.5.tar.bz2