[anaconda/f17] - Set serial flag when encountering console argument (#823861) (msivak)

Brian C. Lane bcl at fedoraproject.org
Tue May 22 16:18:06 UTC 2012


commit 3934066303e17c5652e966553d472ae5b9065224
Author: Brian C. Lane <bcl at redhat.com>
Date:   Tue May 22 09:18:00 2012 -0700

    - Set serial flag when encountering console argument (#823861) (msivak)

 .gitignore    |    1 +
 anaconda.spec |    5 ++++-
 sources       |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 307069b..d95385e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -61,3 +61,4 @@ anaconda-15.2.tar.bz2
 /anaconda-17.26.tar.bz2
 /anaconda-17.27.tar.bz2
 /anaconda-17.28.tar.bz2
+/anaconda-17.29.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 63443d0..b7dd78d 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 17.28
+Version: 17.29
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -249,6 +249,9 @@ update-desktop-database &> /dev/null || :
 /usr/lib/dracut/modules.d/80%{name}/*
 
 %changelog
+* Tue May 22 2012 Brian C. Lane <bcl at redhat.com> - 17.29-1
+- Set serial flag when encountering console argument (#823861) (msivak)
+
 * Wed May 16 2012 Brian C. Lane <bcl at redhat.com> - 17.28-1
 - Partially revert "We have a grub2 theme now, so say to use it." (#822123)
   (pjones)
diff --git a/sources b/sources
index de86cd5..c4aa6d7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7861eaab791060daa446cd1c8ea21e8e  anaconda-17.28.tar.bz2
+4096cc92fd59cdfc82b9b5b1e335d4e0  anaconda-17.29.tar.bz2


More information about the scm-commits mailing list