From 662fd7082a5e835cc9c469412fc2863ff541c131 Mon Sep 17 00:00:00 2001 From: David Lehman Date: Tue, 20 Sep 2016 13:59:12 -0400 Subject: [PATCH] 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) --- .gitignore | 1 + python-blivet.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 956366b..66529c9 100644 --- a/.gitignore +++ b/.gitignore @@ -98,3 +98,4 @@ /blivet-2.1.1.tar.gz /blivet-2.1.2.tar.gz /blivet-2.1.3.tar.gz +/blivet-2.1.4.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index 23c3749..e566296 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -1,7 +1,7 @@ Summary: A python module for system storage configuration Name: python-blivet Url: http://fedoraproject.org/wiki/blivet -Version: 2.1.3 +Version: 2.1.4 #%%global prerelease .b1 # 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}/* %changelog +* Tue Sep 20 2016 David Lehman - 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 - 2.1.3-1 - Remove some deprecated/obsolete bits from spec file. (dlehman) - Use %%global instead of %%define for specfile macros. (dlehman) diff --git a/sources b/sources index a1b5e02..e2c7487 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -108b922f9fabe2c1009a43fe1f55ac50 blivet-2.1.3.tar.gz +8728fe9639fe8d5bc0dda9a65acefe89 blivet-2.1.4.tar.gz