[anaconda/f16] Fix the path for splash.xpm.gz in grub.conf (pjones) Write the grub.conf after setting up the new EF

Brian C. Lane bcl at fedoraproject.org
Thu Sep 29 01:03:34 UTC 2011


commit 24e017f7dbf2dc90d41545f4b452e13f5dc3ecac
Author: Brian C. Lane <bcl at redhat.com>
Date:   Wed Sep 28 18:03:05 2011 -0700

    Fix the path for splash.xpm.gz in grub.conf (pjones)
    Write the grub.conf after setting up the new EFI bootloader (#741994) (bcl)

 .gitignore    |    1 +
 anaconda.spec |    6 +++++-
 sources       |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2481a63..4579147 100644
--- a/.gitignore
+++ b/.gitignore
@@ -43,3 +43,4 @@ anaconda-15.2.tar.bz2
 /anaconda-16.17.tar.bz2
 /anaconda-16.18.tar.bz2
 /anaconda-16.19.tar.bz2
+/anaconda-16.20.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index 5bba70c..5d87beb 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 16.19
+Version: 16.20
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -232,6 +232,10 @@ update-desktop-database &> /dev/null || :
 %endif
 
 %changelog
+* Wed Sep 28 2011 Brian C. Lane <bcl at redhat.com> - 16.20-1
+- Fix the path for splash.xpm.gz in grub.conf (pjones)
+- Write the grub.conf after setting up the new EFI bootloader (#741994) (bcl)
+
 * Fri Sep 23 2011 Chris Lumens <clumens at redhat.com> - 16.19-1
 - Change default bootloader timeout from 20sec to 5sec. (#727831) (dlehman)
 - Bootloader stage1_drive is more than a suggestion. (#738964) (dlehman)
diff --git a/sources b/sources
index 81ad57f..2044fb4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e54ec1b2dad5de2db96334827358bf9e  anaconda-16.19.tar.bz2
+248572fc64cddfa76f95ede0359ba822  anaconda-16.20.tar.bz2


More information about the scm-commits mailing list