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 - 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 - 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