From 8f77c9025050d3b076d24e94e100fe68d7f490ef Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: Apr 16 2013 23:59:18 +0000 Subject: - Fix two more syntax errors in the custom spoke. (#952662) (dlehman) --- 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 - 19.20-1 +- Fix two more syntax errors in the custom spoke. (#952662) (dlehman) + * Mon Apr 15 2013 Brian C. Lane - 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