python-blivet-2.1.4-1
- Revert unsupported clearing of parted partition 'system'. (dlehman) - Make sure we create a proper GVariant tuple as args (#1375712) (vpodzime) - Do not include both size and percent in logvol ks cmd. (dlehman) - Ignore NVDIMMs at OS installation time. (dlehman) - Don't crash if lvm refuses to activate an lv. (dlehman)
This commit is contained in:
parent
f26bcf6398
commit
662fd7082a
1
.gitignore
vendored
1
.gitignore
vendored
@ -98,3 +98,4 @@
|
|||||||
/blivet-2.1.1.tar.gz
|
/blivet-2.1.1.tar.gz
|
||||||
/blivet-2.1.2.tar.gz
|
/blivet-2.1.2.tar.gz
|
||||||
/blivet-2.1.3.tar.gz
|
/blivet-2.1.3.tar.gz
|
||||||
|
/blivet-2.1.4.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: 2.1.3
|
Version: 2.1.4
|
||||||
|
|
||||||
#%%global prerelease .b1
|
#%%global 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
|
||||||
@ -78,6 +78,13 @@ make PYTHON=%{__python3} DESTDIR=%{buildroot} install
|
|||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 20 2016 David Lehman <dlehman@redhat.com> - 2.1.4-1
|
||||||
|
- Revert unsupported clearing of parted partition 'system'. (dlehman)
|
||||||
|
- Make sure we create a proper GVariant tuple as args (#1375712) (vpodzime)
|
||||||
|
- Do not include both size and percent in logvol ks cmd. (dlehman)
|
||||||
|
- Ignore NVDIMMs at OS installation time. (dlehman)
|
||||||
|
- Don't crash if lvm refuses to activate an lv. (dlehman)
|
||||||
|
|
||||||
* Wed Sep 14 2016 David Lehman <dlehman@redhat.com> - 2.1.3-1
|
* Wed Sep 14 2016 David Lehman <dlehman@redhat.com> - 2.1.3-1
|
||||||
- Remove some deprecated/obsolete bits from spec file. (dlehman)
|
- Remove some deprecated/obsolete bits from spec file. (dlehman)
|
||||||
- Use %%global instead of %%define for specfile macros. (dlehman)
|
- Use %%global instead of %%define for specfile macros. (dlehman)
|
||||||
|
Loading…
Reference in New Issue
Block a user