[python-blivet] - Skip device name validation for some device types. (dlehman) - Add a property indicating whether a

Brian C. Lane bcl at fedoraproject.org
Fri Jun 13 01:22:01 UTC 2014


commit 599982d0876fb8a3e51e2656a760e0a31ddbba8b
Author: Brian C. Lane <bcl at redhat.com>
Date:   Thu Jun 12 18:21:18 2014 -0700

    - Skip device name validation for some device types. (dlehman)
    - Add a property indicating whether a device is directly accessible. (dlehman)
    - Add support for read-only btrfs snapshots. (dlehman)
    - Add tests for snapshots. (dlehman)
    - Special treatment for getting parted device for old-style lvm snapshots.
      (dlehman)
    - Some devices have immutable formatting. (dlehman)
    - Detect existing btrfs snapshots. (dlehman)
    - Drop special accounting for snapshot space usage in VG. (dlehman)
    - Use LVMSnapshotDevice when populating the devicetree. (dlehman)
    - Add Device classes for snapshots. (dlehman)
    - Add ignore_skip keyword arg to lvactivate. (dlehman)
    - Add optional kwarg to force removal of a logical volume. (dlehman)
    - Add backend functions for creating and managing snapshots. (dlehman)
    - Add docstrings for BTRFSVolumeDevice and BTRFSSubVolumeDevice. (dlehman)
    - Remove duplicate portion of lvm config string. (dlehman)
    - Reset the devicetree before tearing everything down in _cleanUp. (dlehman)
    - Make sure disk filters are applied even if populate fails. (dlehman)
    - Sync the spec file with downstream (vpodzime)

 .gitignore         |    1 +
 python-blivet.spec |   23 ++++++++++++++++++++++-
 sources            |    2 +-
 3 files changed, 24 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b013a36..fc9b584 100644
--- a/.gitignore
+++ b/.gitignore
@@ -50,3 +50,4 @@
 /blivet-0.53.tar.gz
 /blivet-0.54.tar.gz
 /blivet-0.55.tar.gz
+/blivet-0.56.tar.gz
diff --git a/python-blivet.spec b/python-blivet.spec
index 3cc9f04..ba31edc 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.55
+Version: 0.56
 Release: 1%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
@@ -62,6 +62,27 @@ make DESTDIR=%{buildroot} install
 %{python_sitelib}/*
 
 %changelog
+* Thu Jun 12 2014 Brian C. Lane <bcl at redhat.com> - 0.56-1
+- Skip device name validation for some device types. (dlehman)
+- Add a property indicating whether a device is directly accessible. (dlehman)
+- Add support for read-only btrfs snapshots. (dlehman)
+- Add tests for snapshots. (dlehman)
+- Special treatment for getting parted device for old-style lvm snapshots.
+  (dlehman)
+- Some devices have immutable formatting. (dlehman)
+- Detect existing btrfs snapshots. (dlehman)
+- Drop special accounting for snapshot space usage in VG. (dlehman)
+- Use LVMSnapshotDevice when populating the devicetree. (dlehman)
+- Add Device classes for snapshots. (dlehman)
+- Add ignore_skip keyword arg to lvactivate. (dlehman)
+- Add optional kwarg to force removal of a logical volume. (dlehman)
+- Add backend functions for creating and managing snapshots. (dlehman)
+- Add docstrings for BTRFSVolumeDevice and BTRFSSubVolumeDevice. (dlehman)
+- Remove duplicate portion of lvm config string. (dlehman)
+- Reset the devicetree before tearing everything down in _cleanUp. (dlehman)
+- Make sure disk filters are applied even if populate fails. (dlehman)
+- Sync the spec file with downstream (vpodzime)
+
 * Mon Jun 09 2014 Vratislav Podzimek <vpodzime at redhat.com> - 0.55-1
 - IPSeriesPPC now supports GPT in Open Firmware (hamzy)
 - Fix device name validation for devices that can contain / (#1103751) (dshea)
diff --git a/sources b/sources
index 824c821..acc97a1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7c19aa686097f494fe5054f9da7d5e67  blivet-0.55.tar.gz
+524753a15f5dc613e06a897a075bf0a2  blivet-0.56.tar.gz


More information about the scm-commits mailing list