[anaconda/f17] - dracut: automatic updates.img for http/ftp (#809647) (wwoods) - Install grub2 /before/ writing the

Brian C. Lane bcl at fedoraproject.org
Wed May 9 23:38:03 UTC 2012


commit 8822315eefd1c937bb8237e14a11ab792afe1dc1
Author: Brian C. Lane <bcl at redhat.com>
Date:   Wed May 9 16:37:54 2012 -0700

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

 .gitignore    |    1 +
 anaconda.spec |   12 +++++++++++-
 sources       |    2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)
---
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 <bcl at 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 at 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
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


More information about the scm-commits mailing list