[python-blivet/f21] - Branch transifex for the f21-branch (#1151750) (vpodzime) - Remove unused import introduced by por

Samantha N. Bueno sbueno at fedoraproject.org
Wed Oct 15 01:33:29 UTC 2014


commit 276a348661bf9e14996777346f97337aa2df9b40
Author: Samantha N. Bueno <sbueno+anaconda at redhat.com>
Date:   Tue Oct 14 21:33:11 2014 -0400

    - Branch transifex for the f21-branch (#1151750) (vpodzime)
    - Remove unused import introduced by porting patches (vpodzime)
    - Allow specifying thin pool profiles (vpodzime)
    - Remove tests for the sanityCheck (vpodzime)
    - Move _verifyLUKSDevicesHaveKey and its exception to anaconda (vpodzime)
    - Remove sanityCheck functions from blivet sources (vpodzime)
    - Allow specifying minimum entropy when creating LUKS (vpodzime)
    - Allow user code provide callbacks for various actions/events (vpodzime)
    - Allow user code creating free space snapshot (vpodzime)
    - Update tests to bring into line w/ previous commit (#1150147) (amulhern)
    - Abstract ContainerDevice member format check into a method (#1150147)
      (amulhern)
    - Register DeviceFormat class (#1150147) (amulhern)
    - Don't append btrfs mount options to None (#1150872) (dshea)
    - Convert int to str before passing it to run_program (#1151129) (amulhern)
    - Avoid unneccesarily tripping raid-level member count checks. (dlehman)
    - Allow toggling encryption of raid container members. (#1148373) (dlehman)
    - Organize installer block device name blacklist. (#1148923) (dlehman)

 .gitignore         |    1 +
 python-blivet.spec |   22 +++++++++++++++++++++-
 sources            |    2 +-
 3 files changed, 23 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 68fe3fa..e1761bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -61,3 +61,4 @@
 /blivet-0.61.2.tar.gz
 /blivet-0.61.3.tar.gz
 /blivet-0.61.4.tar.gz
+/blivet-0.61.5.tar.gz
diff --git a/python-blivet.spec b/python-blivet.spec
index 04690c2..e995e13 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.61.4
+Version: 0.61.5
 Release: 1%{?dist}
 Epoch: 1
 License: LGPLv2+
@@ -64,6 +64,26 @@ make DESTDIR=%{buildroot} install
 %{python_sitelib}/*
 
 %changelog
+* Tue Oct 14 2014 Samantha N. Bueno <sbueno+anaconda at redhat.com> - 0.61.5-1
+- Branch transifex for the f21-branch (#1151750) (vpodzime)
+- Remove unused import introduced by porting patches (vpodzime)
+- Allow specifying thin pool profiles (vpodzime)
+- Remove tests for the sanityCheck (vpodzime)
+- Move _verifyLUKSDevicesHaveKey and its exception to anaconda (vpodzime)
+- Remove sanityCheck functions from blivet sources (vpodzime)
+- Allow specifying minimum entropy when creating LUKS (vpodzime)
+- Allow user code provide callbacks for various actions/events (vpodzime)
+- Allow user code creating free space snapshot (vpodzime)
+- Update tests to bring into line w/ previous commit (#1150147) (amulhern)
+- Abstract ContainerDevice member format check into a method (#1150147)
+  (amulhern)
+- Register DeviceFormat class (#1150147) (amulhern)
+- Don't append btrfs mount options to None (#1150872) (dshea)
+- Convert int to str before passing it to run_program (#1151129) (amulhern)
+- Avoid unneccesarily tripping raid-level member count checks. (dlehman)
+- Allow toggling encryption of raid container members. (#1148373) (dlehman)
+- Organize installer block device name blacklist. (#1148923) (dlehman)
+
 * Wed Oct 08 2014 Samantha N. Bueno <sbueno+anaconda at redhat.com> - 0.61.4-1
 - Canonicalize MD_UUID* values in udev.py (#1147087) (amulhern)
 - Add a test for activation. (amulhern)
diff --git a/sources b/sources
index 48df6b3..f65c5f0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b50cf3b3bf96eb0d39ac6b530e7d1ff0  blivet-0.61.4.tar.gz
+90482e6b81a3b0cc7a9286973d462395  blivet-0.61.5.tar.gz


More information about the scm-commits mailing list