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

This commit is contained in:
Chris Lumens 2011-01-25 16:37:05 -05:00
parent b30967b0c6
commit ad3ad7ed25
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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@redhat.com> - 15.18-1
- GCC seriously needs to be less picky. (clumens)
* Tue Jan 25 2011 Chris Lumens <clumens@redhat.com> - 15.17-1
- Don't call preprocessKickstart from within anaconda as well. (clumens)
- We don't need the command names anymore. (clumens)

View File

@ -1 +1 @@
fe54be1899c15cf6e45559114890826a anaconda-15.17.tar.bz2
af4918a6521ded7c4724866442344df1 anaconda-15.18.tar.bz2