From 306152be48fe4fbdae1a1bc8280e2c29888c4a45 Mon Sep 17 00:00:00 2001 From: David Lehman Date: Thu, 12 May 2016 14:39:48 -0400 Subject: [PATCH] New version: 2.1.0 - Add name of problematic device to UnusableConfigurationError (vtrefny) - LVM data are now global (japokorn) - Allow custom chunk size specification for MDRaidArrayDevice (vtrefny) - Mock all blockdev's listing functions for populator tests (vpodzime) - Add zanata-python-client to TEST_DEPENDENCIES (bcl) --- .gitignore | 1 + python-blivet.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b58b145..93c5cf6 100644 --- a/.gitignore +++ b/.gitignore @@ -94,3 +94,4 @@ /blivet-2.0.1.tar.gz /blivet-2.0.2.tar.gz /blivet-2.0.3.tar.gz +/blivet-2.1.0.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index 08a0410..2f39056 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: 2.0.3 +Version: 2.1.0 #%%define prerelease .b1 # prerelease, if defined, should be something like .a1, .b1, .b2.dev1, or .c2 @@ -78,6 +78,13 @@ make PYTHON=%{__python3} DESTDIR=%{buildroot} install %{python3_sitelib}/* %changelog +* Thu May 12 2016 David Lehman - 2.1.0-1 +- Add name of problematic device to UnusableConfigurationError (vtrefny) +- LVM data are now global (japokorn) +- Allow custom chunk size specification for MDRaidArrayDevice (vtrefny) +- Mock all blockdev's listing functions for populator tests (vpodzime) +- Add zanata-python-client to TEST_DEPENDENCIES (bcl) + * Thu May 12 2016 David Lehman - 2.0.3-1 - Fix protected status for extended partitions (vtrefny) - Improve documentation of the udev.resolve_glob() function (vpodzime) diff --git a/sources b/sources index 1716462..af8f404 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6a04f9819c73606b927dbb14eeac5a9f blivet-2.0.3.tar.gz +6c9df4fee8dc20d84e37ca04902783e5 blivet-2.1.0.tar.gz