From 09ea638e1dd128c5be6debdef8de7cd9d54f26c8 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 25 Jun 2014 16:58:40 -0700 Subject: [PATCH] - Only import ROOT_PATH if needed (bcl) - Add early keyword to setUpBootLoader (#1086811) (bcl) - Only log a warning about labeling if something is wrong (#1075136) (amulhern) - When adding an md array, allow adding incomplete arrays (#1090009) (amulhern) - Add a flag to control whether a degraded md raid array is used (#1090009) (amulhern) - Remove preferLeaves parameter from getDeviceByPath() (amulhern) - Factor out commonalities among getDevice[s|]By* methods. (amulhern) - Omit special check for md devices in addUdevDevice(). (amulhern) - Remove unused 'slaves' variable. (amulhern) - Move down or remove assignment to device in add* methods. (amulhern) - Move DevicelibsTestCase up to the top level of the testing directory. (amulhern) - Accept None for btrfs raid levels (#1109195) (amulhern) - Add a test for a btrfs error associated with small devices (#1109195) (amulhern) --- .gitignore | 1 + python-blivet.spec | 20 +++++++++++++++++++- sources | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ed59fe2..580e900 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ /blivet-0.55.tar.gz /blivet-0.56.tar.gz /blivet-0.57.tar.gz +/blivet-0.58.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index 49751d4..e454631 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.57 +Version: 0.58 Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries @@ -62,6 +62,24 @@ make DESTDIR=%{buildroot} install %{python_sitelib}/* %changelog +* Wed Jun 25 2014 Brian C. Lane - 0.58-1 +- Only import ROOT_PATH if needed (bcl) +- Add early keyword to setUpBootLoader (#1086811) (bcl) +- Only log a warning about labeling if something is wrong (#1075136) (amulhern) +- When adding an md array, allow adding incomplete arrays (#1090009) (amulhern) +- Add a flag to control whether a degraded md raid array is used (#1090009) + (amulhern) +- Remove preferLeaves parameter from getDeviceByPath() (amulhern) +- Factor out commonalities among getDevice[s|]By* methods. (amulhern) +- Omit special check for md devices in addUdevDevice(). (amulhern) +- Remove unused 'slaves' variable. (amulhern) +- Move down or remove assignment to device in add* methods. (amulhern) +- Move DevicelibsTestCase up to the top level of the testing directory. + (amulhern) +- Accept None for btrfs raid levels (#1109195) (amulhern) +- Add a test for a btrfs error associated with small devices (#1109195) + (amulhern) + * Thu Jun 19 2014 Brian C. Lane - 0.57-1 - Make DevicelibsTestCase devices configurable. (amulhern) - Use correct parameters in __init__() in subclasses of unittest.TestCase. diff --git a/sources b/sources index f19fd77..1295b13 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -21192fef055fcc1485330137125382c4 blivet-0.57.tar.gz +76e45dfb3dd7132e58e472626f6b3b51 blivet-0.58.tar.gz