[anaconda/f17] - lower minimum memory requirements by 256M (#708966) (bcl) - liveinst/gnome: Add a welcome screen f

Brian C. Lane bcl at fedoraproject.org
Fri May 4 22:45:11 UTC 2012


commit e714f9b5fb25a4ac83faa3d52ca3d047515a8d4d
Author: Brian C. Lane <bcl at redhat.com>
Date:   Fri May 4 15:44:55 2012 -0700

    - lower minimum memory requirements by 256M (#708966) (bcl)
    - liveinst/gnome: Add a welcome screen for use by the Desktop spin
      (kalevlember)
    - Fix anaconda not finding CD when booting without root=live:<CD> (wwoods)
    - Fix anaconda not finding CD for kickstart with 'cdrom' (#817084) (wwoods)
    - dracut parse-kickstart: don't write empty "nameserver=" (wwoods)
    - dracut: fix "repo=cdrom" (also kickstart with "cdrom") (wwoods)
    - dracut: fix kickstarting with 'network --device=MAC' (wwoods)
    - check treeinfo retrieval for stage2 (#790348) (bcl)

 .gitignore    |    1 +
 anaconda.spec |   13 ++++++++++++-
 sources       |    2 +-
 3 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7df70fd..fa1743c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -57,3 +57,4 @@ anaconda-15.2.tar.bz2
 /anaconda-17.22.tar.bz2
 /anaconda-17.23.tar.bz2
 /anaconda-17.24.tar.bz2
+/anaconda-17.25.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index f68bdc1..c549c18 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 17.24
+Version: 17.25
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -249,6 +249,17 @@ update-desktop-database &> /dev/null || :
 /usr/lib/dracut/modules.d/80%{name}/*
 
 %changelog
+* 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
+  (kalevlember)
+- Fix anaconda not finding CD when booting without root=live:<CD> (wwoods)
+- Fix anaconda not finding CD for kickstart with 'cdrom' (#817084) (wwoods)
+- dracut parse-kickstart: don't write empty "nameserver=" (wwoods)
+- dracut: fix "repo=cdrom" (also kickstart with "cdrom") (wwoods)
+- dracut: fix kickstarting with 'network --device=MAC' (wwoods)
+- check treeinfo retrieval for stage2 (#790348) (bcl)
+
 * 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)
diff --git a/sources b/sources
index 2af708f..07d8df5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-25df2076546d82a9d8c15af590b7cf42  anaconda-17.24.tar.bz2
+13e326509cbd0530465f8864c7c6dff3  anaconda-17.25.tar.bz2


More information about the scm-commits mailing list