[anaconda/f17] - only allow GPT boot flag on EFI System partition (#746895) (bcl) - Add dracut args for /usr to boo

Brian C. Lane bcl at fedoraproject.org
Tue Mar 6 14:45:14 UTC 2012


commit d9affcb66fcc25f5d786d012affe152827763c06
Author: Brian C. Lane <bcl at redhat.com>
Date:   Tue Mar 6 06:45:06 2012 -0800

    - only allow GPT boot flag on EFI System partition (#746895) (bcl)
    - Add dracut args for /usr to bootloader (#787893) (bcl)
    - Make sure all kickstart partition reqs get appropriate weight setting.
      (dlehman)
    - Fix test for unsupported format type in kickstart. (dlehman)
    - Update the fs size limit for ext3/ext4 from 8TB to 16TB. (dlehman)
    - Don't allow /boot on logical partition except for grub. (dlehman)
    - empty versions shouldn't be upgradable or traceback (#791317) (bcl)
    - Don't crash when broken md devices are present. (#731177) (dlehman)
    - Add missing definition of BTRFSError. (#796013) (dlehman)

 .gitignore    |    1 +
 anaconda.spec |   14 +++++++++++++-
 sources       |    2 +-
 3 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e969728..82c19b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,3 +44,4 @@ anaconda-15.2.tar.bz2
 /anaconda-17.9.tar.bz2
 /anaconda-17.10.tar.bz2
 /anaconda-17.11.tar.bz2
+/anaconda-17.12.tar.bz2
diff --git a/anaconda.spec b/anaconda.spec
index e6fab0c..5902be3 100644
--- a/anaconda.spec
+++ b/anaconda.spec
@@ -2,7 +2,7 @@
 
 Summary: Graphical system installer
 Name:    anaconda
-Version: 17.11
+Version: 17.12
 Release: 1%{?dist}
 License: GPLv2+
 Group:   Applications/System
@@ -236,6 +236,18 @@ update-desktop-database &> /dev/null || :
 %endif
 
 %changelog
+* Tue Mar 06 2012 Brian C. Lane <bcl at redhat.com> - 17.12-1
+- only allow GPT boot flag on EFI System partition (#746895) (bcl)
+- Add dracut args for /usr to bootloader (#787893) (bcl)
+- Make sure all kickstart partition reqs get appropriate weight setting.
+  (dlehman)
+- Fix test for unsupported format type in kickstart. (dlehman)
+- Update the fs size limit for ext3/ext4 from 8TB to 16TB. (dlehman)
+- Don't allow /boot on logical partition except for grub. (dlehman)
+- empty versions shouldn't be upgradable or traceback (#791317) (bcl)
+- Don't crash when broken md devices are present. (#731177) (dlehman)
+- Add missing definition of BTRFSError. (#796013) (dlehman)
+
 * Tue Feb 21 2012 Brian C. Lane <bcl at redhat.com> - 17.11-1
 - import using the right path to iutil (bcl)
 
diff --git a/sources b/sources
index 8105605..31c4bee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2750128750ecc8fea769dc1f864bb09e  anaconda-17.11.tar.bz2
+12a9e0c0af601e9fb5e811b2563713f9  anaconda-17.12.tar.bz2


More information about the scm-commits mailing list