From fd475bd00210ea8fe34bcf9c37aea50bba4311cb Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Jan 05 2013 00:06:40 +0000 Subject: - Only skip welcome screen for ks installs (#891755) (bcl) - protect getDirSize from vanishing files (#891759) (bcl) - start vnc without ip address (#832510) (bcl) --- diff --git a/.gitignore b/.gitignore index 1f8aff0..2664566 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ anaconda-18.24.tar.bz2 /anaconda-18.37.7.tar.bz2 /anaconda-18.37.8.tar.bz2 /anaconda-18.37.9.tar.bz2 +/anaconda-18.37.10.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 040e47b..a799392 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 18.37.9 +Version: 18.37.10 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -301,6 +301,11 @@ update-desktop-database &> /dev/null || : %{_prefix}/lib/dracut/modules.d/80%{name}/* %changelog +* Fri Jan 04 2013 Brian C. Lane - 18.37.10-1 +- Only skip welcome screen for ks installs (#891755) (bcl) +- protect getDirSize from vanishing files (#891759) (bcl) +- start vnc without ip address (#832510) (bcl) + * Thu Jan 03 2013 Brian C. Lane - 18.37.9-1 - Update physical device's sysfs path for btrfs (sub)volumes. (#891443) (dlehman) diff --git a/sources b/sources index 864b26d..2bf3a5e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8feaec484dddc5db7dceffbbed9fe8ef anaconda-18.37.9.tar.bz2 +47b0935251495ce1e268e78d7b636456 anaconda-18.37.10.tar.bz2