forked from rpms/anaconda
- GCC seriously needs to be less picky. (clumens)
This commit is contained in:
parent
b30967b0c6
commit
ad3ad7ed25
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@ anaconda-15.2.tar.bz2
|
|||||||
/anaconda-15.15.tar.bz2
|
/anaconda-15.15.tar.bz2
|
||||||
/anaconda-15.16.tar.bz2
|
/anaconda-15.16.tar.bz2
|
||||||
/anaconda-15.17.tar.bz2
|
/anaconda-15.17.tar.bz2
|
||||||
|
/anaconda-15.18.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 15.17
|
Version: 15.18
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -229,6 +229,9 @@ update-desktop-database &> /dev/null || :
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jan 25 2011 Chris Lumens <clumens@redhat.com> - 15.17-1
|
||||||
- Don't call preprocessKickstart from within anaconda as well. (clumens)
|
- Don't call preprocessKickstart from within anaconda as well. (clumens)
|
||||||
- We don't need the command names anymore. (clumens)
|
- We don't need the command names anymore. (clumens)
|
||||||
|
Loading…
Reference in New Issue
Block a user