diff --git a/.gitignore b/.gitignore index 00aac3d..785e229 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,4 @@ anaconda-15.2.tar.bz2 /anaconda-17.16.tar.bz2 /anaconda-17.17.tar.bz2 /anaconda-17.18.tar.bz2 +/anaconda-17.19.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 954abb9..82b04d3 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 17.18 +Version: 17.19 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -249,6 +249,14 @@ update-desktop-database &> /dev/null || : /usr/lib/dracut/modules.d/80%{name}/* %changelog +* Fri Apr 06 2012 Brian C. Lane - 17.19-1 +- copy installer image to RAM during upgrades (#810391) (wwoods) +- fix repo={hd,cdrom}:DEV:PATH (#810136) (wwoods) +- read flags using filename globs (bcl) +- Fix repo={http,ftp,nfs} (#810005) (wwoods) +- Fix "memcheck=0" (and other store_true boot args) (wwoods) +- write new options to zipl.conf (dan) + * Tue Apr 03 2012 Brian C. Lane - 17.18-1 - Revert "Wait for device activation / "online" hook if rd.neednet is set" (bcl) diff --git a/sources b/sources index 3a561d2..5542a8b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9155de4333a60a08186c90827f14b965 anaconda-17.18.tar.bz2 +5ee5608075a7dee0181c0868547194e8 anaconda-17.19.tar.bz2