[python-blivet/f20] New version: 0.23.6-1

David Lehman dlehman at fedoraproject.org
Mon Nov 25 22:38:39 UTC 2013


commit 5ec730a3867a30b270c5f2062741528966edacf2
Author: David Lehman <dlehman at redhat.com>
Date:   Mon Nov 25 16:37:58 2013 -0600

    New version: 0.23.6-1
    
    - Fix handling of overcommitted thin pools in thinp factory. (#1024144) (dlehman)
    - Clear whole-disk formatting before initializing disks. (#1032380) (dlehman)
    - Handle passing a btrfs volume as device to BTRFSFactory. (dlehman)
    - Handle nested btrfs subvolumes correctly. (#1016959) (dlehman)
    - Add parameters for untranslated Size specs. (dshea)
    - Fix usage of _ vs N_ (dshea)
    - Added a i18n module for gettext functions. (dshea)
    - Allow non-ASCII characters in the size spec (dshea)

 .gitignore         |    1 +
 python-blivet.spec |   12 +++++++++++-
 sources            |    2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ab6f29f..9ac809d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@
 /blivet-0.23.3.tar.gz
 /blivet-0.23.4.tar.gz
 /blivet-0.23.5.tar.gz
+/blivet-0.23.6.tar.gz
diff --git a/python-blivet.spec b/python-blivet.spec
index a4dd4c5..1f3c795 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.23.5
+Version: 0.23.6
 Release: 1%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
@@ -61,6 +61,16 @@ make DESTDIR=%{buildroot} install
 %{python_sitelib}/*
 
 %changelog
+* Mon Nov 25 2013 David Lehman <dlehman at redhat.com> - 0.23.6-1
+- Fix handling of overcommitted thin pools in thinp factory. (#1024144) (dlehman)
+- Clear whole-disk formatting before initializing disks. (#1032380) (dlehman)
+- Handle passing a btrfs volume as device to BTRFSFactory. (dlehman)
+- Handle nested btrfs subvolumes correctly. (#1016959) (dlehman)
+- Add parameters for untranslated Size specs. (dshea)
+- Fix usage of _ vs N_ (dshea)
+- Added a i18n module for gettext functions. (dshea)
+- Allow non-ASCII characters in the size spec (dshea)
+
 * Fri Nov 15 2013 Brian C. Lane <bcl at redhat.com> - 0.23.5-1
 - Preparation for lv resize is a subset of that for lv destroy. (#1027682) (dlehman)
 - Devices with non-existent formatting are resizable. (#1027714) (dlehman)
diff --git a/sources b/sources
index 1407b3d..9c06bce 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cde16a666ea02c6e4667d41624948ccd  blivet-0.23.5.tar.gz
+9ffd88b949168fad4128b864670b9ba4  blivet-0.23.6.tar.gz


More information about the scm-commits mailing list