[anaconda/f17] - Fix a variable reference (#813923) (jkeating) - Complain about "serial" but don't assume ttyS0 (ww

Brian C. Lane bcl at fedoraproject.org
Wed Apr 18 23:54:43 UTC 2012


commit 7bda48385ec0f8be3abbbda5b1d6a516594dd8c1
Author: Brian C. Lane <bcl at redhat.com>
Date:   Wed Apr 18 16:53:42 2012 -0700

    - Fix a variable reference (#813923) (jkeating)
    - Complain about "serial" but don't assume ttyS0 (wwoods)
    - Remove double quotes in nvram (hamzy)
    - add a dialog while running convertfs (#812144) (bcl)
    - mount before resizing live image (#811706) (bcl)
    - check for valid mountpoints (#748209) (bcl)

 .gitignore    |    1 +
 anaconda.spec |   10 +++++++++-
 sources       |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 737a820..6839101 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,3 +53,4 @@ anaconda-15.2.tar.bz2
 /anaconda-17.18.tar.bz2
 /anaconda-17.19.tar.bz2
 /anaconda-17.20.tar.bz2
+/anaconda-17.21.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index cf9dc3d..cd7e5f8 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 17.20
+Version: 17.21
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -249,6 +249,14 @@ update-desktop-database &> /dev/null || :
 /usr/lib/dracut/modules.d/80%{name}/*
 
 %changelog
+* Wed Apr 18 2012 Brian C. Lane <bcl at redhat.com> - 17.21-1
+- Fix a variable reference (#813923) (jkeating)
+- Complain about "serial" but don't assume ttyS0 (wwoods)
+- Remove double quotes in nvram (hamzy)
+- add a dialog while running convertfs (#812144) (bcl)
+- mount before resizing live image (#811706) (bcl)
+- check for valid mountpoints (#748209) (bcl)
+
 * Mon Apr 09 2012 Brian C. Lane <bcl at redhat.com> - 17.20-1
 - make dev_is_mounted more reliable (wwoods)
 - fix failure to run multiple udev-triggered jobs (#811008) (wwoods)
diff --git a/sources b/sources
index a486729..4074f39 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-61baab5f3888dc40666898629d02e417  anaconda-17.20.tar.bz2
+a475398de036b11de2428e248868161d  anaconda-17.21.tar.bz2


More information about the scm-commits mailing list