diff --git a/.gitignore b/.gitignore index 9c057fe..10838c5 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ /anaconda-23.19.1.tar.bz2 /anaconda-23.19.2.tar.bz2 /anaconda-23.19.3.tar.bz2 +/anaconda-23.19.4.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index a678ffd..2d5b60b 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 23.19.3 +Version: 23.19.4 Release: 1%{?dist} License: GPLv2+ and MIT Group: Applications/System @@ -305,6 +305,11 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* 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) +- Add a test for home directory reuse (#1260318) (dshea) + * Thu Sep 10 2015 Samantha N. Bueno - 23.19.3-1 - Don't try to concatenate a list with a string (#1252444) (mkolman) - set sysroot correctly when setting root password (#1260875) (awilliam) diff --git a/sources b/sources index 89f744f..952af18 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -71afa8f5dede5fa6ee157b0b0b9544ad anaconda-23.19.3.tar.bz2 +f0f03751abd8e144f42e475a58e7cf29 anaconda-23.19.4.tar.bz2