diff --git a/.gitignore b/.gitignore index 377da43..1fc86df 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/python-blivet.spec b/python-blivet.spec index 6fb4963..2d034ee 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -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 - 2.0.1-3 -- Fix requires after shuffling subpackages. - -* Tue Mar 29 2016 David Lehman - 2.0.1-2 -- Fix package naming in specfile. +* Mon Apr 04 2016 David Lehman - 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 - 2.0.1-1 - Make sure EddMatcher.root is a string. (dlehman) diff --git a/sources b/sources index 3d7b1c4..4db39bf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -623a03902f5eec37c41fe22fc82512e5 blivet-2.0.1.tar.gz +25a36408054f359450af3ce7db45d6b5 blivet-2.0.2.tar.gz