From e714f9b5fb25a4ac83faa3d52ca3d047515a8d4d Mon Sep 17 00:00:00 2001 From: Brian C. Lane Date: May 04 2012 22:44:55 +0000 Subject: - 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: (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) --- 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 - 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: (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 - 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