diff --git a/.gitignore b/.gitignore index 8ee04bc..7432f7c 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ anaconda-15.2.tar.bz2 /anaconda-17.3.tar.bz2 /anaconda-17.4.tar.bz2 /anaconda-17.5.tar.bz2 +/anaconda-17.6.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index 56599b6..cb36d22 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 17.5 +Version: 17.6 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -232,6 +232,12 @@ update-desktop-database &> /dev/null || : %endif %changelog +* Mon Feb 06 2012 Brian C. Lane - 17.6-1 +- Set the boot flag on the GPT PMBR (#754850) (bcl) +- Add missing _boot_description values for dasd and zfcp (#739620) (dcantrell) +- Select the same device for ksdevice=link in loader and stage2 (#760250) + (rvykydal) + * Wed Feb 01 2012 Brian C. Lane - 17.5-1 - Add a separate function to get an LV's VG name. (dlehman) - util-linux-ng is now util-linux (bcl) diff --git a/sources b/sources index d8b44d3..52b0cca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6ab7625eed59e1017f587e164d2690fe anaconda-17.5.tar.bz2 +1c522f7e0be851f8f032afccd5f61370 anaconda-17.6.tar.bz2