- 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)
This commit is contained in:
Brian C. Lane 2013-10-09 16:51:30 -07:00
parent 4e8d066d80
commit cf952071a9
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@
/blivet-0.20.tar.gz
/blivet-0.21.tar.gz
/blivet-0.22.tar.gz
/blivet-0.23.tar.gz

View File

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

View File

@ -1 +1 @@
f278d07e9f455cb79f559628d603a367 blivet-0.22.tar.gz
9d39826c53ddf0131ea2af175aa08c45 blivet-0.23.tar.gz