[python-blivet] - Make sure bootloader is setup after autopart (#1015277) (bcl) - Let setUpBootLoader raise Bootload

Brian C. Lane bcl at fedoraproject.org
Wed Oct 9 23:51:49 UTC 2013


commit cf952071a95eb84a976dbf2f65fb044188dabfd9
Author: Brian C. Lane <bcl at redhat.com>
Date:   Wed Oct 9 16:51:30 2013 -0700

    - Make sure bootloader is setup after autopart (#1015277) (bcl)
    - Let setUpBootLoader raise BootloaderError (#1015277) (bcl)
    - Limit the maximum swap size to 10 % of disk space (if given) (vpodzime)
    - support ppc64le architecture (hamzy)
    - Don't call handleUdevDeviceFormat without udev device (#1009809) (dshea)

 .gitignore         |    1 +
 python-blivet.spec |    9 ++++++++-
 sources            |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 129dfe5..20cbcad 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,4 @@
 /blivet-0.20.tar.gz
 /blivet-0.21.tar.gz
 /blivet-0.22.tar.gz
+/blivet-0.23.tar.gz
diff --git a/python-blivet.spec b/python-blivet.spec
index 04a928f..ac56f42 100644
--- a/python-blivet.spec
+++ b/python-blivet.spec
@@ -1,7 +1,7 @@
 Summary:  A python module for system storage configuration
 Name: python-blivet
 Url: http://fedoraproject.org/wiki/blivet
-Version: 0.22
+Version: 0.23
 Release: 1%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
@@ -61,6 +61,13 @@ make DESTDIR=%{buildroot} install
 %{python_sitelib}/*
 
 %changelog
+* Wed Oct 09 2013 Brian C. Lane <bcl at redhat.com> - 0.23-1
+- Make sure bootloader is setup after autopart (#1015277) (bcl)
+- Let setUpBootLoader raise BootloaderError (#1015277) (bcl)
+- Limit the maximum swap size to 10 % of disk space (if given) (vpodzime)
+- support ppc64le architecture (hamzy)
+- Don't call handleUdevDeviceFormat without udev device (#1009809) (dshea)
+
 * Fri Sep 06 2013 David Lehman <dlehman at redhat.com> - 0.22-1
 - Allow implicit inclusion of multipath/fwraid by including all members. (dlehman)
 - If a device has been removed, omit it from the copied root. (#1004572) (dlehman)
diff --git a/sources b/sources
index 8515b5c..de9d4c8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f278d07e9f455cb79f559628d603a367  blivet-0.22.tar.gz
+9d39826c53ddf0131ea2af175aa08c45  blivet-0.23.tar.gz


More information about the scm-commits mailing list