From 816f2b3d450c08971f2654be287931854b91877d Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 28 May 2014 16:58:13 -0700 Subject: [PATCH] - Add tests for setting device's parent list directly (vpodzime) - Do not alter the ParentList being iterated over (#1083581) (vpodzime) - Do not limit ThinLV's size to VG's free space (vpodzime) - Take extra RAID metadata into account when growing LV (#1093144) (vpodzime) - Move apply_chunk_growth outside of a for-cycle (vpodzime) - Multiple arguments for string formatting need to be in parentheses (#1100263) (mkolman) - Make print statements Python 3 compatible (mkolman) - Validate device names (dshea) - Use a setter for Device.name as foretold by the prophecy of TODO (dshea) --- .gitignore | 1 + python-blivet.spec | 14 +++++++++++++- sources | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 830e500..d57def3 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ /blivet-0.51.tar.gz /blivet-0.52.tar.gz /blivet-0.53.tar.gz +/blivet-0.54.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index 4f04ea8..4206ac5 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: 0.53 +Version: 0.54 Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries @@ -62,6 +62,18 @@ make DESTDIR=%{buildroot} install %{python_sitelib}/* %changelog +* Wed May 28 2014 Brian C. Lane - 0.54-1 +- Add tests for setting device's parent list directly (vpodzime) +- Do not alter the ParentList being iterated over (#1083581) (vpodzime) +- Do not limit ThinLV's size to VG's free space (vpodzime) +- Take extra RAID metadata into account when growing LV (#1093144) (vpodzime) +- Move apply_chunk_growth outside of a for-cycle (vpodzime) +- Multiple arguments for string formatting need to be in parentheses (#1100263) + (mkolman) +- Make print statements Python 3 compatible (mkolman) +- Validate device names (dshea) +- Use a setter for Device.name as foretold by the prophecy of TODO (dshea) + * Tue May 20 2014 Brian C. Lane - 0.53-1 - Remove extra quotes from the xfs_db arguments. (dshea) - Factor duplicate code in __deepcopy__ methods into one method (#1095244) diff --git a/sources b/sources index f95d406..a566662 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3bfceeb04a63edf1e5c9069563f11404 blivet-0.53.tar.gz +a193979e38725b89cdded012bfa6cd03 blivet-0.54.tar.gz