blivet-2.0.2

- Fix mistake from PEP8 conversion. (#1323012) (dlehman)
- Set both req_size and size of thin pool when growing LVM (vpodzime)
- Retrieve udev info as needed in handle_format. (#1322943) (dlehman)
- Fix requires after subpackage switcharoo. (dlehman)
- Fix package naming in spec file. (dlehman)
This commit is contained in:
David Lehman 2016-04-04 15:04:45 -04:00
parent 6515989c9d
commit 45270d0d24
3 changed files with 10 additions and 8 deletions

1
.gitignore vendored
View File

@ -92,3 +92,4 @@
/blivet-1.18.tar.gz
/blivet-1.19.tar.gz
/blivet-2.0.1.tar.gz
/blivet-2.0.2.tar.gz

View File

@ -1,11 +1,11 @@
Summary: A python module for system storage configuration
Name: python-blivet
Url: http://fedoraproject.org/wiki/blivet
Version: 2.0.1
Version: 2.0.2
#%%define prerelease .b1
# prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2
Release: 3%{?prerelease}%{?dist}
Release: 1%{?prerelease}%{?dist}
Epoch: 1
License: LGPLv2+
Group: System Environment/Libraries
@ -86,11 +86,12 @@ make PYTHON=%{__python3} DESTDIR=%{buildroot} install
%{python3_sitelib}/*
%changelog
* Tue Mar 29 2016 David Lehman <dlehman@redhat.com> - 2.0.1-3
- Fix requires after shuffling subpackages.
* Tue Mar 29 2016 David Lehman <dlehman@redhat.com> - 2.0.1-2
- Fix package naming in specfile.
* Mon Apr 04 2016 David Lehman <dlehman@redhat.com> - 2.0.2-1
- Fix mistake from PEP8 conversion. (#1323012) (dlehman)
- Set both req_size and size of thin pool when growing LVM (vpodzime)
- Retrieve udev info as needed in handle_format. (#1322943) (dlehman)
- Fix requires after subpackage switcharoo. (dlehman)
- Fix package naming in spec file. (dlehman)
* Tue Mar 29 2016 David Lehman <dlehman@redhat.com> - 2.0.1-1
- Make sure EddMatcher.root is a string. (dlehman)

View File

@ -1 +1 @@
623a03902f5eec37c41fe22fc82512e5 blivet-2.0.1.tar.gz
25a36408054f359450af3ce7db45d6b5 blivet-2.0.2.tar.gz