- 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)
This commit is contained in:
Samantha N. Bueno 2015-09-14 13:06:21 -04:00
parent 3d7f1536d5
commit dd7315e4e8
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <sbueno+anaconda@redhat.com> - 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 <sbueno+anaconda@redhat.com> - 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)

View File

@ -1 +1 @@
71afa8f5dede5fa6ee157b0b0b9544ad anaconda-23.19.3.tar.bz2
f0f03751abd8e144f42e475a58e7cf29 anaconda-23.19.4.tar.bz2