diff --git a/.gitignore b/.gitignore index 65a896a..4998df6 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ anaconda-15.2.tar.bz2 /anaconda-17.13.tar.bz2 /anaconda-17.14.tar.bz2 /anaconda-17.15.tar.bz2 +/anaconda-17.16.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index b575c88..5c915f5 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 17.15 +Version: 17.16 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -255,6 +255,13 @@ update-desktop-database &> /dev/null || : /usr/lib/dracut/modules.d/80%{name}/* %changelog +* Wed Mar 28 2012 Brian C. Lane - 17.16-1 +- makeupdates: install liveinst to /usr/sbin (bcl) +- liveinst: adjust updates path (#807397) (bcl) +- dracut: add missing spaces for module loading (#804522) (bcl) +- Don't set MALLOC_PERTURB_ when calling grub2-install. (workaround #806784) + (pjones) + * Tue Mar 27 2012 Brian C. Lane - 17.15-1 - make ks=file:... parse kickstart earlier (#806931) (wwoods) - Let "root=..." override "repo=..." (wwoods) diff --git a/sources b/sources index 2def745..c6e8a2f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -23c26352c17f3f1d9399f99c926c4ab0 anaconda-17.15.tar.bz2 +38fc654ef67cf9383200c8a7431c8a06 anaconda-17.16.tar.bz2