From 3934066303e17c5652e966553d472ae5b9065224 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: May 22 2012 16:18:00 +0000 Subject: - Set serial flag when encountering console argument (#823861) (msivak) --- 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 - 17.29-1 +- Set serial flag when encountering console argument (#823861) (msivak) + * Wed May 16 2012 Brian C. Lane - 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