From 1b79c5c6c59a22f51b5db8700091b2d87d31f522 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Jun 28 2014 01:16:36 +0000 Subject: - Switch to tty1 if we get an exception before meh is setup (dshea) - Remove surprises from X startup. (dshea) - Import KS_MISSING_IGNORE from pykickstart.constants in DNF payload (mkolman) - Import Pykickstart constants directly (mkolman) - Switch error exit codes to 1 (bcl) - Add help texts for the remaining Anaconda options (mkolman) --- diff --git a/.gitignore b/.gitignore index 0d5066f..91f2726 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /anaconda-21.42.tar.bz2 /anaconda-21.43.tar.bz2 /anaconda-21.44.tar.bz2 +/anaconda-21.45.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index aca2ca8..099bc51 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 21.44 +Version: 21.45 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -302,6 +302,14 @@ update-desktop-database &> /dev/null || : %{_prefix}/libexec/anaconda/dd_* %changelog +* Fri Jun 27 2014 Brian C. Lane - 21.45-1 +- Switch to tty1 if we get an exception before meh is setup (dshea) +- Remove surprises from X startup. (dshea) +- Import KS_MISSING_IGNORE from pykickstart.constants in DNF payload (mkolman) +- Import Pykickstart constants directly (mkolman) +- Switch error exit codes to 1 (bcl) +- Add help texts for the remaining Anaconda options (mkolman) + * Wed Jun 25 2014 Brian C. Lane - 21.44-1 - Fix storage checker docstring (bcl) - Modify --dirinstall to take a path (bcl) diff --git a/sources b/sources index a2d69e8..36854d9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e52182b57259c5845b0e5b4e34ec465e anaconda-21.44.tar.bz2 +f077134c09931f94259580e26fd96f78 anaconda-21.45.tar.bz2