New version: 0.22
- 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) - Thinp metadata and chunk size default to 0 -- not None. (#1004718) (dlehman) - Revert "Do not try to align partitions to optimal_io_size. (#989333)" (dlehman)
This commit is contained in:
parent
46037985b9
commit
4e8d066d80
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
|||||||
/blivet-0.19.tar.gz
|
/blivet-0.19.tar.gz
|
||||||
/blivet-0.20.tar.gz
|
/blivet-0.20.tar.gz
|
||||||
/blivet-0.21.tar.gz
|
/blivet-0.21.tar.gz
|
||||||
|
/blivet-0.22.tar.gz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A python module for system storage configuration
|
Summary: A python module for system storage configuration
|
||||||
Name: python-blivet
|
Name: python-blivet
|
||||||
Url: http://fedoraproject.org/wiki/blivet
|
Url: http://fedoraproject.org/wiki/blivet
|
||||||
Version: 0.21
|
Version: 0.22
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -61,6 +61,12 @@ make DESTDIR=%{buildroot} install
|
|||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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)
|
||||||
|
- Thinp metadata and chunk size default to 0 -- not None. (#1004718) (dlehman)
|
||||||
|
- Revert "Do not try to align partitions to optimal_io_size. (#989333)" (dlehman)
|
||||||
|
|
||||||
* Thu Sep 05 2013 Brian C. Lane <bcl@redhat.com> - 0.21-1
|
* Thu Sep 05 2013 Brian C. Lane <bcl@redhat.com> - 0.21-1
|
||||||
- Only force luks map names to include UUID during OS installation. (#996457) (dlehman)
|
- Only force luks map names to include UUID during OS installation. (#996457) (dlehman)
|
||||||
- Allow DiskLabelCommitError to reach the caller. (#1001586) (dlehman)
|
- Allow DiskLabelCommitError to reach the caller. (#1001586) (dlehman)
|
||||||
|
Loading…
Reference in New Issue
Block a user