[anaconda/f20] - Don't try to investigate empty string for unicode chars (#1035799) (vpodzime) - Do not write out t

Brian C. Lane bcl at fedoraproject.org
Tue Dec 3 00:14:57 UTC 2013


commit e95c76ce1a0e1d63778369d0e221694da68a20c0
Author: Brian C. Lane <bcl at redhat.com>
Date:   Mon Dec 2 16:14:47 2013 -0800

    - Don't try to investigate empty string for unicode chars (#1035799) (vpodzime)
    - Do not write out the vconsole.keymap boot option (#1035316) (vpodzime)

 .gitignore    |    1 +
 anaconda.spec |    6 +++++-
 sources       |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eb75e08..f09d0a1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -120,3 +120,4 @@ anaconda-15.2.tar.bz2
 /anaconda-20.25.10.tar.bz2
 /anaconda-20.25.11.tar.bz2
 /anaconda-20.25.12.tar.bz2
+/anaconda-20.25.13.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index ae7b712..01a2ee2 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 20.25.12
+Version: 20.25.13
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -251,6 +251,10 @@ update-desktop-database &> /dev/null || :
 %{_prefix}/libexec/anaconda/dd_*
 
 %changelog
+* Mon Dec 02 2013 Brian C. Lane <bcl at redhat.com> - 20.25.13-1
+- Don't try to investigate empty string for unicode chars (#1035799) (vpodzime)
+- Do not write out the vconsole.keymap boot option (#1035316) (vpodzime)
+
 * Wed Nov 27 2013 Brian C. Lane <bcl at redhat.com> - 20.25.12-1
 - clear software environment (#1029536) (bcl)
 - Update source on errors (#1030997) (bcl)
diff --git a/sources b/sources
index 80e607e..54dd156 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f7017e848ebb84e909906e9a85f2c5e7  anaconda-20.25.12.tar.bz2
+8f3c2e747fecc2ea608dc9a2b833875d  anaconda-20.25.13.tar.bz2


More information about the scm-commits mailing list