[anaconda/f16] Don't use GPT disklabels on Lenovo BIOS systems. (#749325) (dlehman)

Christopher Edward Lumens clumens at fedoraproject.org
Wed Oct 26 20:54:58 UTC 2011


commit a7aeaccabd2456a6c7cf96114152cde7a111afd9
Author: Chris Lumens <clumens at redhat.com>
Date:   Wed Oct 26 16:54:47 2011 -0400

    Don't use GPT disklabels on Lenovo BIOS systems. (#749325) (dlehman)

 .gitignore    |    1 +
 anaconda.spec |    5 ++++-
 sources       |    2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c366412..15a8375 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,3 +47,4 @@ anaconda-15.2.tar.bz2
 /anaconda-16.21.tar.bz2
 /anaconda-16.22.tar.bz2
 /anaconda-16.23.tar.bz2
+/anaconda-16.24.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index d197c32..1d88c9d 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 16.23
+Version: 16.24
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -232,6 +232,9 @@ update-desktop-database &> /dev/null || :
 %endif
 
 %changelog
+* Wed Oct 26 2011 Chris Lumens <clumens at redhat.com> - 16.24-1
+- Don't use GPT disklabels on Lenovo BIOS systems. (#749325) (dlehman)
+
 * Tue Oct 25 2011 Chris Lumens <clumens at redhat.com> - 16.23-1
 - Run grub2-config before grub2-mkconfig (#736993) (pjones)
 - Fix typo in call to opt.isdigit (#743787) (pjones)
diff --git a/sources b/sources
index 1a47dcd..d8dd555 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0a5225b76efa7ad9b2ec99aaf158a109  anaconda-16.23.tar.bz2
+1101b403b6239aaefe52c8ee8c957e7d  anaconda-16.24.tar.bz2


More information about the scm-commits mailing list