From 8822315eefd1c937bb8237e14a11ab792afe1dc1 Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: May 09 2012 23:37:54 +0000 Subject: - dracut: automatic updates.img for http/ftp (#809647) (wwoods) - Install grub2 /before/ writing the config file (re: rhbz #809111) (pjones) - makeupdates: ignore most of data directory (bcl) - handle 'cdrom' methodstr (#817084) (bcl) - Simplify what we dump in device.map for grub2-2.0-0.24.beta4.fc17 . (pjones) - be more clear about kickstart keyboard errors (#789725) (bcl) - Fix suggestDeviceName to correctly avoid in-use lv names. (#812528) (dlehman) - Notify the kernel/udev after creating swap space. (#818352) (dlehman) --- diff --git a/.gitignore b/.gitignore index fa1743c..11c5a77 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,4 @@ anaconda-15.2.tar.bz2 /anaconda-17.23.tar.bz2 /anaconda-17.24.tar.bz2 /anaconda-17.25.tar.bz2 +/anaconda-17.26.tar.bz2 diff --git a/anaconda.spec b/anaconda.spec index c549c18..f0eb582 100644 --- a/anaconda.spec +++ b/anaconda.spec @@ -2,7 +2,7 @@ Summary: Graphical system installer Name: anaconda -Version: 17.25 +Version: 17.26 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -249,6 +249,16 @@ update-desktop-database &> /dev/null || : /usr/lib/dracut/modules.d/80%{name}/* %changelog +* Wed May 09 2012 Brian C. Lane - 17.26-1 +- dracut: automatic updates.img for http/ftp (#809647) (wwoods) +- Install grub2 /before/ writing the config file (re: rhbz #809111) (pjones) +- makeupdates: ignore most of data directory (bcl) +- handle 'cdrom' methodstr (#817084) (bcl) +- Simplify what we dump in device.map for grub2-2.0-0.24.beta4.fc17 . (pjones) +- be more clear about kickstart keyboard errors (#789725) (bcl) +- Fix suggestDeviceName to correctly avoid in-use lv names. (#812528) (dlehman) +- Notify the kernel/udev after creating swap space. (#818352) (dlehman) + * Fri May 04 2012 Brian C. Lane - 17.25-1 - lower minimum memory requirements by 256M (#708966) (bcl) - liveinst/gnome: Add a welcome screen for use by the Desktop spin diff --git a/sources b/sources index 07d8df5..31e62d2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -13e326509cbd0530465f8864c7c6dff3 anaconda-17.25.tar.bz2 +8f6e1dd8236bdcb442522ccff72c4726 anaconda-17.26.tar.bz2