- Fix a syntax error in f16a565aa3a879a94862f4c3e5b2ede792ed05ef. (clumens)
- Pass --noeject to anaconda (#477887) (bcl)
This commit is contained in:
parent
6ec82a410b
commit
069cdd3cc7
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ anaconda-15.2.tar.bz2
|
|||||||
/anaconda-15.10.tar.bz2
|
/anaconda-15.10.tar.bz2
|
||||||
/anaconda-15.11.tar.bz2
|
/anaconda-15.11.tar.bz2
|
||||||
/anaconda-15.12.tar.bz2
|
/anaconda-15.12.tar.bz2
|
||||||
|
/anaconda-15.13.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: Graphical system installer
|
Summary: Graphical system installer
|
||||||
Name: anaconda
|
Name: anaconda
|
||||||
Version: 15.12
|
Version: 15.13
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@ -229,6 +229,10 @@ update-desktop-database &> /dev/null || :
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Dec 22 2010 Chris Lumens <clumens@redhat.com> - 15.12-1
|
||||||
- Use cio_ignore and *_cio_free commands in linuxrc.s390 (#633469) (dcantrell)
|
- Use cio_ignore and *_cio_free commands in linuxrc.s390 (#633469) (dcantrell)
|
||||||
- Add /sbin/cio_ignore to the KEEPFILE list on s390x (dcantrell)
|
- Add /sbin/cio_ignore to the KEEPFILE list on s390x (dcantrell)
|
||||||
|
Loading…
Reference in New Issue
Block a user