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:
parent
6515989c9d
commit
45270d0d24
1
.gitignore
vendored
1
.gitignore
vendored
@ -92,3 +92,4 @@
|
|||||||
/blivet-1.18.tar.gz
|
/blivet-1.18.tar.gz
|
||||||
/blivet-1.19.tar.gz
|
/blivet-1.19.tar.gz
|
||||||
/blivet-2.0.1.tar.gz
|
/blivet-2.0.1.tar.gz
|
||||||
|
/blivet-2.0.2.tar.gz
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
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: 2.0.1
|
Version: 2.0.2
|
||||||
|
|
||||||
#%%define prerelease .b1
|
#%%define prerelease .b1
|
||||||
# prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2
|
# prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2
|
||||||
Release: 3%{?prerelease}%{?dist}
|
Release: 1%{?prerelease}%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -86,11 +86,12 @@ make PYTHON=%{__python3} DESTDIR=%{buildroot} install
|
|||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Mar 29 2016 David Lehman <dlehman@redhat.com> - 2.0.1-3
|
* Mon Apr 04 2016 David Lehman <dlehman@redhat.com> - 2.0.2-1
|
||||||
- Fix requires after shuffling subpackages.
|
- Fix mistake from PEP8 conversion. (#1323012) (dlehman)
|
||||||
|
- Set both req_size and size of thin pool when growing LVM (vpodzime)
|
||||||
* Tue Mar 29 2016 David Lehman <dlehman@redhat.com> - 2.0.1-2
|
- Retrieve udev info as needed in handle_format. (#1322943) (dlehman)
|
||||||
- Fix package naming in specfile.
|
- 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
|
* Tue Mar 29 2016 David Lehman <dlehman@redhat.com> - 2.0.1-1
|
||||||
- Make sure EddMatcher.root is a string. (dlehman)
|
- Make sure EddMatcher.root is a string. (dlehman)
|
||||||
|
Loading…
Reference in New Issue
Block a user