- Only skip welcome screen for ks installs (#891755) (bcl)

- protect getDirSize from vanishing files (#891759) (bcl)
- start vnc without ip address (#832510) (bcl)
This commit is contained in:
Brian C. Lane 2013-01-04 16:06:40 -08:00
parent 93ffe0a556
commit fd475bd002
3 changed files with 8 additions and 2 deletions

1
.gitignore vendored
View File

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

View File

@ -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 <bcl@redhat.com> - 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 <bcl@redhat.com> - 18.37.9-1
- Update physical device's sysfs path for btrfs (sub)volumes. (#891443)
(dlehman)

View File

@ -1 +1 @@
8feaec484dddc5db7dceffbbed9fe8ef anaconda-18.37.9.tar.bz2
47b0935251495ce1e268e78d7b636456 anaconda-18.37.10.tar.bz2