diff --git a/.gitignore b/.gitignore index dc64e5e..44193e8 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ anaconda-18.24.tar.bz2 /anaconda-18.37.9.tar.bz2 /anaconda-18.37.10.tar.bz2 /anaconda-18.37.11.tar.bz2 +/anaconda-18.37.12.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index f86ab8f..ae5eb6d 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 18.37.11 +Version: 18.37.12 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -301,6 +301,10 @@ update-desktop-database &> /dev/null || : %{_prefix}/lib/dracut/modules.d/80%{name}/* %changelog +* Fri Feb 08 2013 Brian C. Lane - 18.37.12-1 +- Add --dirinstall command (bcl) +- Add mountOnly to turnOnFilesystems (bcl) + * Mon Jan 07 2013 Brian C. Lane - 18.37.11-1 - Fix Quit button in standalone network spoke (#892120) (rvykydal) - Force disk selection for interactive installs. (#888293) (cherry picked from diff --git a/sources b/sources index 2fe2e8d..3fdeda3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -71a3953b7c7053713f45d83f6e7c60d1 anaconda-18.37.11.tar.bz2 +f15efeb0e12198fff76cec40b4605434 anaconda-18.37.12.tar.bz2