[anaconda] - Fix two more syntax errors in the custom spoke. (#952662) (dlehman)

Brian C. Lane bcl at fedoraproject.org
Tue Apr 16 23:59:27 UTC 2013


commit 8f77c9025050d3b076d24e94e100fe68d7f490ef
Author: Brian C. Lane <bcl at redhat.com>
Date:   Tue Apr 16 16:59:18 2013 -0700

    - Fix two more syntax errors in the custom spoke. (#952662) (dlehman)

 .gitignore    |    1 +
 anaconda.spec |    5 ++++-
 sources       |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 870130b..fdc3f4b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -72,3 +72,4 @@ anaconda-15.2.tar.bz2
 /anaconda-19.17.tar.bz2
 /anaconda-19.18.tar.bz2
 /anaconda-19.19.tar.bz2
+/anaconda-19.20.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 7318ce4..33c7b00 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 19.19
+Version: 19.20
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -245,6 +245,9 @@ update-desktop-database &> /dev/null || :
 %{_prefix}/lib/dracut/modules.d/80%{name}/*
 
 %changelog
+* Tue Apr 16 2013 Brian C. Lane <bcl at redhat.com> - 19.20-1
+- Fix two more syntax errors in the custom spoke. (#952662) (dlehman)
+
 * Mon Apr 15 2013 Brian C. Lane <bcl at redhat.com> - 19.19-1
 - Show device size with full precision to avoid spurious resize. (#951276)
   (dlehman)
diff --git a/sources b/sources
index 1515619..37587ce 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e3fc6ea1781137b071b829c8fac7a5dc  anaconda-19.19.tar.bz2
+7c4badf726d30b7990de88708c067b1a  anaconda-19.20.tar.bz2


More information about the scm-commits mailing list