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:
David Lehman 2016-09-20 13:59:12 -04:00
parent f26bcf6398
commit 662fd7082a
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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)

View File

@ -1 +1 @@
108b922f9fabe2c1009a43fe1f55ac50 blivet-2.1.3.tar.gz 8728fe9639fe8d5bc0dda9a65acefe89 blivet-2.1.4.tar.gz