[anaconda] - Switch to tty1 if we get an exception before meh is setup (dshea) - Remove surprises from X startu

Brian C. Lane bcl at fedoraproject.org
Sat Jun 28 01:16:52 UTC 2014


commit 1b79c5c6c59a22f51b5db8700091b2d87d31f522
Author: Brian C. Lane <bcl at redhat.com>
Date:   Fri Jun 27 18:16:36 2014 -0700

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

 .gitignore    |    1 +
 anaconda.spec |   10 +++++++++-
 sources       |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
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 <bcl at redhat.com> - 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 <bcl at redhat.com> - 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


More information about the scm-commits mailing list