[python-blivet] New version: 0.29-1

Brian C. Lane bcl at fedoraproject.org
Thu Nov 28 00:48:36 UTC 2013


commit bb336b9503f782cbf8e280a538cac31debf91710
Author: Brian C. Lane <bcl at redhat.com>
Date:   Wed Nov 27 16:47:42 2013 -0800

    New version: 0.29-1
    
    - btrfs and xfs do not support fsck or dump at boot time (#862871) (bcl)
    - Removed raid level constants from mdraid.py. (amulhern)
    - Remove raidLevel and get_raid_min_members for mdraid.py. (amulhern)
    - Remove raidLevelString in raid and mdraid. (amulhern)
    - In devicefactory.py change mdraid procedures call to raid method calls.
      (amulhern)
    - Removed mdraid.raid_levels (amulhern)
    - Removed mdraid.get_raid_max_spares. (amulhern)
    - Change MDRaidArrayDevice to use raid package. (amulhern)
    - Changed devicelibs.mdraid to make use of devicelibs.raid. (amulhern)
    - Implement a RAID class hierarchy. (amulhern)
    - A few small tests for MDFactory class. (amulhern)
    - Add some additional unit tests in mdraid_tests.py. (amulhern)
    - Make MDRaidArrayDevice initializer not except raid level of None. (amulhern)
    - Add some basic unit tests for MDRaidArrayDevice. (amulhern)
    - Move pyanaconda import into blivet.enable_installer_mode. (amulhern)

 .gitignore         |    1 +
 python-blivet.spec |   20 +++++++++++++++++++-
 sources            |    2 +-
 3 files changed, 21 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8c04075..75fa34f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@
 /blivet-0.26.tar.gz
 /blivet-0.27.tar.gz
 /blivet-0.28.tar.gz
+/blivet-0.29.tar.gz
diff --git a/python-blivet.spec b/python-blivet.spec
index ca69fb3..d7d1752 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.28
+Version: 0.29
 Release: 1%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
@@ -61,6 +61,24 @@ make DESTDIR=%{buildroot} install
 %{python_sitelib}/*
 
 %changelog
+* Wed Nov 27 2013 Brian C. Lane <bcl at redhat.com> - 0.29-1
+- btrfs and xfs do not support fsck or dump at boot time (#862871) (bcl)
+- Removed raid level constants from mdraid.py. (amulhern)
+- Remove raidLevel and get_raid_min_members for mdraid.py. (amulhern)
+- Remove raidLevelString in raid and mdraid. (amulhern)
+- In devicefactory.py change mdraid procedures call to raid method calls.
+  (amulhern)
+- Removed mdraid.raid_levels (amulhern)
+- Removed mdraid.get_raid_max_spares. (amulhern)
+- Change MDRaidArrayDevice to use raid package. (amulhern)
+- Changed devicelibs.mdraid to make use of devicelibs.raid. (amulhern)
+- Implement a RAID class hierarchy. (amulhern)
+- A few small tests for MDFactory class. (amulhern)
+- Add some additional unit tests in mdraid_tests.py. (amulhern)
+- Make MDRaidArrayDevice initializer not except raid level of None. (amulhern)
+- Add some basic unit tests for MDRaidArrayDevice. (amulhern)
+- Move pyanaconda import into blivet.enable_installer_mode. (amulhern)
+
 * Mon Nov 25 2013 David Lehman <dlehman at redhat.com> - 0.28-1
 - Clear whole-disk formatting before initializing disks. (#1032380) (dlehman)
 - Simplify calculation of vol size when adding a btrfs subvol. (#1033356)
diff --git a/sources b/sources
index 8860fb9..9503693 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2d2f69ef07037ebd8d93897208c5afe9  blivet-0.28.tar.gz
+199a38ed4f1a1ae0a574ac8a878dfbde  blivet-0.29.tar.gz


More information about the scm-commits mailing list