- Fix a syntax error in f16a565aa3a879a94862f4c3e5b2ede792ed05ef. (clumens)

- Pass --noeject to anaconda (#477887) (bcl)
This commit is contained in:
Chris Lumens 2010-12-22 13:41:39 -05:00
parent 6ec82a410b
commit 069cdd3cc7
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@ anaconda-15.2.tar.bz2
/anaconda-15.10.tar.bz2
/anaconda-15.11.tar.bz2
/anaconda-15.12.tar.bz2
/anaconda-15.13.tar.bz2

View File

@ -2,7 +2,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 15.12
Version: 15.13
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
@ -229,6 +229,10 @@ update-desktop-database &> /dev/null || :
%endif
%changelog
* Wed Dec 22 2010 Chris Lumens <clumens@redhat.com> - 15.13-1
- Fix a syntax error in f16a565aa3a879a94862f4c3e5b2ede792ed05ef. (clumens)
- Pass --noeject to anaconda (#477887) (bcl)
* Wed Dec 22 2010 Chris Lumens <clumens@redhat.com> - 15.12-1
- Use cio_ignore and *_cio_free commands in linuxrc.s390 (#633469) (dcantrell)
- Add /sbin/cio_ignore to the KEEPFILE list on s390x (dcantrell)

View File

@ -1 +1 @@
5ead9ed3f1ab03fa2de06b4eb0ad9209 anaconda-15.12.tar.bz2
82360c2970729e9d791dfdb7d6c4337e anaconda-15.13.tar.bz2