From ad3ad7ed25f7d8f7e47fffeffdea901a3f2ce6f1 Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Jan 25 2011 21:37:05 +0000 Subject: - GCC seriously needs to be less picky. (clumens) --- diff --git a/.gitignore b/.gitignore index 79bd3e2..df07cdd 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ anaconda-15.2.tar.bz2 /anaconda-15.15.tar.bz2 /anaconda-15.16.tar.bz2 /anaconda-15.17.tar.bz2 +/anaconda-15.18.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 82ef061..5b8bc57 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 15.17 +Version: 15.18 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -229,6 +229,9 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Tue Jan 25 2011 Chris Lumens - 15.18-1 +- GCC seriously needs to be less picky. (clumens) + * Tue Jan 25 2011 Chris Lumens - 15.17-1 - Don't call preprocessKickstart from within anaconda as well. (clumens) - We don't need the command names anymore. (clumens) diff --git a/sources b/sources index b01655b..a4d7a14 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fe54be1899c15cf6e45559114890826a anaconda-15.17.tar.bz2 +af4918a6521ded7c4724866442344df1 anaconda-15.18.tar.bz2