[anaconda/f17] - dracut: add anaconda_auto_updates() (product.img/updates.img) (#800107) (wwoods) - dracut: support

Brian C. Lane bcl at fedoraproject.org
Tue May 1 22:30:14 UTC 2012


commit 488a79e60328bd57b8119dfe972586bfe180c1dd
Author: Brian C. Lane <bcl at redhat.com>
Date:   Tue May 1 15:29:57 2012 -0700

    - dracut: add anaconda_auto_updates() (product.img/updates.img) (#800107) (wwoods)
    - dracut: support updates=hd:... (#807982) (wwoods)
    - dracut: add copytree, rename dev_is_mounted->find_mount (wwoods)
    - dracut: fix typo (stray '\n' in anaconda.rules) (wwoods)
    - Configure Mac bootloader (mjg)
    - Activate devices as needed when parsing /etc/fstab. (#813120) (dlehman)
    - We support resizing ntfs even though it is not supported. (#756319) (dlehman)
    - Fix the permissions on one of the files we write out. (#817171) (pjones)
    - Fix twisty logic around forcing text mode (#811868) (wwoods)
    - s390 systems are always headless (wwoods)
    - default to msdos disk labels (#816701) (bcl)
    - Wrong kickstart bootloader written (hamzy)

 .gitignore    |    1 +
 anaconda.spec |   17 ++++++++++++++++-
 sources       |    2 +-
 3 files changed, 18 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c99b971..7df70fd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -56,3 +56,4 @@ anaconda-15.2.tar.bz2
 /anaconda-17.21.tar.bz2
 /anaconda-17.22.tar.bz2
 /anaconda-17.23.tar.bz2
+/anaconda-17.24.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 30ae4ab..f68bdc1 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 17.23
+Version: 17.24
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -249,6 +249,21 @@ update-desktop-database &> /dev/null || :
 /usr/lib/dracut/modules.d/80%{name}/*
 
 %changelog
+* Tue May 01 2012 Brian C. Lane <bcl at redhat.com> - 17.24-1
+- dracut: add anaconda_auto_updates() (product.img/updates.img) (#800107)
+  (wwoods)
+- dracut: support updates=hd:... (#807982) (wwoods)
+- dracut: add copytree, rename dev_is_mounted->find_mount (wwoods)
+- dracut: fix typo (stray '\n' in anaconda.rules) (wwoods)
+- Configure Mac bootloader (mjg)
+- Activate devices as needed when parsing /etc/fstab. (#813120) (dlehman)
+- We support resizing ntfs even though it is not supported. (#756319) (dlehman)
+- Fix the permissions on one of the files we write out. (#817171) (pjones)
+- Fix twisty logic around forcing text mode (#811868) (wwoods)
+- s390 systems are always headless (wwoods)
+- default to msdos disk labels (#816701) (bcl)
+- Wrong kickstart bootloader written (hamzy)
+
 * Thu Apr 26 2012 Brian C. Lane <bcl at redhat.com> - 17.23-1
 - Check /run/initramfs/live/ for packages (#806166) (bcl)
 - Add 'cms' dracut module on s390 (wwoods)
diff --git a/sources b/sources
index 37d3ab3..2af708f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c7ef3659e517c8917c33bb6601f86e87  anaconda-17.23.tar.bz2
+25df2076546d82a9d8c15af590b7cf42  anaconda-17.24.tar.bz2


More information about the scm-commits mailing list