From e0d4a28e8c1e5ce9a637dd6f506b58807761af16 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Mon, 3 Jun 2013 16:40:49 -0700 Subject: [PATCH] - New version: 0.15 (bcl) - Switch to the LGPLv2+. (dlehman) - Clear md arrays' sysfs path after deactivating them. (#954062) (dlehman) - Factories with existing containers use the container's disk set. (dlehman) - Don't set up a child factory if the container is set and exists. (dlehman) - Set a non-zero size for new btrfs subvols in an existing volume. (dlehman) - Open as many luks devs as possible with any given passphrase. (#965754) (dlehman) - Make sure container changes worked before applying device changes. (#965805) (dlehman) - Re-initialize platform in storageInitialize (#962104) (bcl) - Make a copy of devicetree._devices before using the append operator. (clumens) - Handle incomplete devices becoming complete on device rescan. (clumens) - Don't allow a device to be on the hidden list more than once. (clumens) --- .gitignore | 1 + python-blivet.spec | 17 +++++++++++++++-- sources | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2e6e1ed..cebdb46 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /blivet-0.12.tar.gz /blivet-0.13.tar.gz /blivet-0.14.tar.gz +/blivet-0.15.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index 41cdfcd..636bbc7 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -1,9 +1,9 @@ Summary: A python module for system storage configuration Name: python-blivet Url: http://fedoraproject.org/wiki/blivet -Version: 0.14 +Version: 0.15 Release: 1%{?dist} -License: GPLv2+ +License: LGPLv2+ Group: System Environment/Libraries %define realname blivet Source0: http://git.fedorahosted.org/cgit/blivet.git/snapshot/%{realname}-%{version}.tar.gz @@ -61,6 +61,19 @@ make DESTDIR=%{buildroot} install %{python_sitelib}/* %changelog +* Mon Jun 03 2013 Brian C. Lane - 0.15-1 +- Switch to the LGPLv2+. (dlehman) +- Clear md arrays' sysfs path after deactivating them. (#954062) (dlehman) +- Factories with existing containers use the container's disk set. (dlehman) +- Don't set up a child factory if the container is set and exists. (dlehman) +- Set a non-zero size for new btrfs subvols in an existing volume. (dlehman) +- Open as many luks devs as possible with any given passphrase. (#965754) (dlehman) +- Make sure container changes worked before applying device changes. (#965805) (dlehman) +- Re-initialize platform in storageInitialize (#962104) (bcl) +- Make a copy of devicetree._devices before using the append operator. (clumens) +- Handle incomplete devices becoming complete on device rescan. (clumens) +- Don't allow a device to be on the hidden list more than once. (clumens) + * Wed May 15 2013 David Lehman - 0.14-1 - total_memory calculation needs to round up (#962231) (bcl) - The dev.node attribute for iscsi devices is not copyable (#962865). (clumens) diff --git a/sources b/sources index 93060f2..7dfa152 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -30592cc8261fb936023b9d466dec68da blivet-0.14.tar.gz +57a53787c95e84eb0d5bf3aade94593e blivet-0.15.tar.gz