[anaconda] - GCC seriously needs to be less picky. (clumens)

Christopher Edward Lumens clumens at fedoraproject.org
Tue Jan 25 21:37:17 UTC 2011


commit ad3ad7ed25f7d8f7e47fffeffdea901a3f2ce6f1
Author: Chris Lumens <clumens at redhat.com>
Date:   Tue Jan 25 16:37:05 2011 -0500

    - GCC seriously needs to be less picky. (clumens)

 .gitignore    |    1 +
 anaconda.spec |    5 ++++-
 sources       |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
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 <clumens at redhat.com> - 15.18-1
+- GCC seriously needs to be less picky. (clumens)
+
 * Tue Jan 25 2011 Chris Lumens <clumens at redhat.com> - 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


More information about the scm-commits mailing list