From 72c3346461419bed8aadc5d02d13fcfde7506e53 Mon Sep 17 00:00:00 2001 From: Samantha N. Bueno Date: Oct 22 2015 19:59:32 +0000 Subject: - Do not run time_initialize for image and directory installations (#1274103) (bcl) - Install input checks before modifying the user GUI (#1256065) (dshea) --- diff --git a/.gitignore b/.gitignore index 293d4b2..2f85db2 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/anaconda.spec b/anaconda.spec index 75eef12..629f4a0 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -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 - 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 - 23.19.9-1 - Pass strings to blockdev.dasd_format, not a DASDDevice object. (#1273553) (sbueno+anaconda) diff --git a/sources b/sources index edb25ec..2bcea91 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9b1a0d289c3fa4871a3ae1c4d9c12eda anaconda-23.19.9.tar.bz2 +03d4b336be46df720f808783b6d71da3 anaconda-23.19.10.tar.bz2