- 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)
This commit is contained in:
Brian C. Lane 2012-05-09 16:37:54 -07:00
parent e714f9b5fb
commit 8822315eef
3 changed files with 13 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <bcl@redhat.com> - 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 <bcl@redhat.com> - 17.25-1
- lower minimum memory requirements by 256M (#708966) (bcl)
- liveinst/gnome: Add a welcome screen for use by the Desktop spin

View File

@ -1 +1 @@
13e326509cbd0530465f8864c7c6dff3 anaconda-17.25.tar.bz2
8f6e1dd8236bdcb442522ccff72c4726 anaconda-17.26.tar.bz2