From 069cdd3cc7603dafb70dd18ede3d89abf49ec92c Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Dec 22 2010 18:41:39 +0000 Subject: - Fix a syntax error in f16a565aa3a879a94862f4c3e5b2ede792ed05ef. (clumens) - Pass --noeject to anaconda (#477887) (bcl) --- diff --git a/.gitignore b/.gitignore index 9a96e32..eb9abcb 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/anaconda.spec b/anaconda.spec index 739f22e..d0ee8b1 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -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 - 15.13-1 +- Fix a syntax error in f16a565aa3a879a94862f4c3e5b2ede792ed05ef. (clumens) +- Pass --noeject to anaconda (#477887) (bcl) + * Wed Dec 22 2010 Chris Lumens - 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) diff --git a/sources b/sources index dad08d7..a541e9d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5ead9ed3f1ab03fa2de06b4eb0ad9209 anaconda-15.12.tar.bz2 +82360c2970729e9d791dfdb7d6c4337e anaconda-15.13.tar.bz2