From 3dfb8301f3bf9847c7d58f9c79d6015d6a8a04b6 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 9 Oct 2014 17:36:35 -0700 Subject: [PATCH] - Don't pass --disable-overwrite to tx pull. (dlehman) - Avoid unneccesarily tripping raid-level member count checks. (dlehman) - Allow toggling encryption of raid container members. (#1148373) (dlehman) - Include the new blivet.devices submodule in the built package. (clumens) - Add a few test for setting dataLevel and metaDataLevel in BTRFS (amulhern) - Add dataLevel and metaDataLevel attributes for testing. (amulhern) - Add isleaf and direct to _state_functions (amulhern) - Refactor setup of _state_functions into __init__() methods (amulhern) - Move getting the attribute into the check methods. (amulhern) - Adjust detection of exceptions raised. (amulhern) - Update test setup so that it obeys RAID level requirements. (amulhern) - Use new RaidDevice class in appropriate Device subclasses. (amulhern) - Add new RaidDevice class for handling RAID aspects of devices. (amulhern) - Do not set parents attribute if parents param is bad. (amulhern) --- .gitignore | 1 + python-blivet.spec | 18 +++++++++++++++++- sources | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 952aba1..91e3ad1 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,4 @@ /blivet-0.64.tar.gz /blivet-0.65.tar.gz /blivet-0.66.tar.gz +/blivet-0.67.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index b2ccbfa..a632fe3 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.66 +Version: 0.67 Release: 1%{?dist} Epoch: 1 License: LGPLv2+ @@ -65,6 +65,22 @@ make DESTDIR=%{buildroot} install %{python_sitelib}/* %changelog +* Thu Oct 09 2014 Brian C. Lane - 0.67-1 +- Don't pass --disable-overwrite to tx pull. (dlehman) +- Avoid unneccesarily tripping raid-level member count checks. (dlehman) +- Allow toggling encryption of raid container members. (#1148373) (dlehman) +- Include the new blivet.devices submodule in the built package. (clumens) +- Add a few test for setting dataLevel and metaDataLevel in BTRFS (amulhern) +- Add dataLevel and metaDataLevel attributes for testing. (amulhern) +- Add isleaf and direct to _state_functions (amulhern) +- Refactor setup of _state_functions into __init__() methods (amulhern) +- Move getting the attribute into the check methods. (amulhern) +- Adjust detection of exceptions raised. (amulhern) +- Update test setup so that it obeys RAID level requirements. (amulhern) +- Use new RaidDevice class in appropriate Device subclasses. (amulhern) +- Add new RaidDevice class for handling RAID aspects of devices. (amulhern) +- Do not set parents attribute if parents param is bad. (amulhern) + * Wed Oct 08 2014 Brian C. Lane - 0.66-1 - Organize installer block device name blacklist. (#1148923) (dlehman) - Add likely to be raised exceptions to catch block (#1150174) (amulhern) diff --git a/sources b/sources index 0b044e8..7dcbc9b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0248c134cf2fe8aaf2f19980f4750e7a blivet-0.66.tar.gz +c1913c8ddb67f062909c137f26bf7536 blivet-0.67.tar.gz