- Do not run time_initialize for image and directory installations (#1274103)

(bcl)
- Install input checks before modifying the user GUI (#1256065) (dshea)
This commit is contained in:
Samantha N. Bueno 2015-10-22 15:59:32 -04:00
parent ab50bec13f
commit 72c3346461
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

@ -46,3 +46,4 @@
/anaconda-23.19.7.tar.bz2
/anaconda-23.19.8.tar.bz2
/anaconda-23.19.9.tar.bz2
/anaconda-23.19.10.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 23.19.9
Version: 23.19.10
Release: 1%{?dist}
License: GPLv2+ and MIT
Group: Applications/System
@ -305,6 +305,11 @@ update-desktop-database &> /dev/null || :
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Thu Oct 22 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 23.19.10-1
- Do not run time_initialize for image and directory installations (#1274103)
(bcl)
- Install input checks before modifying the user GUI (#1256065) (dshea)
* Wed Oct 21 2015 Samantha N. Bueno <sbueno+anaconda@redhat.com> - 23.19.9-1
- Pass strings to blockdev.dasd_format, not a DASDDevice object. (#1273553)
(sbueno+anaconda)

View File

@ -1 +1 @@
9b1a0d289c3fa4871a3ae1c4d9c12eda anaconda-23.19.9.tar.bz2
03d4b336be46df720f808783b6d71da3 anaconda-23.19.10.tar.bz2