From b83cd635d79e0d647ea162a4bd21f1bfa9ceac11 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 20 Mar 2014 16:44:53 -0700 Subject: [PATCH] - Changes to allow pylint checks to be run on a distribution of the source. (amulhern) - Remove non-doing check target (amulhern) - Add a script to relate pylint errors to lines changed. (amulhern) - Change output format so that it is suitable for diff-cover. (amulhern) - Do an initial setup for running pylint tests in blivet. (amulhern) - Handle None in devicePathToName(#996303) (dshea) - Remove bootloader.packages from storage.packages (#1074522). (clumens) - Whitespace fixes for the crypto devicelib module (vpodzime) - Use random.choice for generating LUKS backup passphrase (vpodzime) - Trivial fixes for the lvm devicelib module (vpodzime) - Make vginfo work the same way as pvinfo and other LVM functions (vpodzime) - Allow NTFS to be mountable. (#748780) (dshea) - Limit the LV size to VG's free space size (vpodzime) --- .gitignore | 1 + python-blivet.spec | 18 +++++++++++++++++- sources | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ab7b3be..1fafced 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ /blivet-0.42.tar.gz /blivet-0.43.tar.gz /blivet-0.44.tar.gz +/blivet-0.45.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index e48910f..b9dde44 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.44 +Version: 0.45 Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries @@ -62,6 +62,22 @@ make DESTDIR=%{buildroot} install %{python_sitelib}/* %changelog +* Thu Mar 20 2014 Brian C. Lane - 0.45-1 +- Changes to allow pylint checks to be run on a distribution of the source. + (amulhern) +- Remove non-doing check target (amulhern) +- Add a script to relate pylint errors to lines changed. (amulhern) +- Change output format so that it is suitable for diff-cover. (amulhern) +- Do an initial setup for running pylint tests in blivet. (amulhern) +- Handle None in devicePathToName(#996303) (dshea) +- Remove bootloader.packages from storage.packages (#1074522). (clumens) +- Whitespace fixes for the crypto devicelib module (vpodzime) +- Use random.choice for generating LUKS backup passphrase (vpodzime) +- Trivial fixes for the lvm devicelib module (vpodzime) +- Make vginfo work the same way as pvinfo and other LVM functions (vpodzime) +- Allow NTFS to be mountable. (#748780) (dshea) +- Limit the LV size to VG's free space size (vpodzime) + * Fri Mar 07 2014 Brian C. Lane - 0.44-1 - Fix an old typo in zeroing out a PReP partition. (#1072781) (dlehman) - Only count with the extra metadata extents in new VGs and LVs (#1072999) diff --git a/sources b/sources index bc18225..82000f2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3b6c48f71ccc26fee2b7799ea038280c blivet-0.44.tar.gz +7580a849b7ae8377d5dcdb136872976c blivet-0.45.tar.gz