- 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)
This commit is contained in:
Samantha N. Bueno 2015-09-24 19:12:21 -04:00
parent dd7315e4e8
commit 2441bbdb4a
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

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

View File

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

View File

@ -1 +1 @@
f0f03751abd8e144f42e475a58e7cf29 anaconda-23.19.4.tar.bz2
78577f83ece00062d3de6d4183274f80 anaconda-23.19.5.tar.bz2