From 97335b314e8663def53076d67ffc6e9b8546642a Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 19 Dec 2013 09:42:16 -0800 Subject: [PATCH] - Forget existing partitions of device becoming a multipath member (#1043444) (rvykydal) - Include blivet.devicelibs.raid in the generated documentation. (amulhern) - Upgrade the comments in raid.py to be compatible with sphinx. (amulhern) - Make space for LUKS metadata if creating encrypted device (#1038847) (vpodzime) - fcoe: give error message in case of fail when adding device (#903122) (rvykydal) - fcoe: adapt bnx2fc detection to changed sysfs path structure (#903122) (rvykydal) - Update format of iscsi device becoming multipath member (#1039086) (rvykydal) --- .gitignore | 1 + python-blivet.spec | 15 ++++++++++++++- sources | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 35a2428..e8b4c77 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ /blivet-0.31.tar.gz /blivet-0.32.tar.gz /blivet-0.33.tar.gz +/blivet-0.34.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index a7849a0..95d0687 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.33 +Version: 0.34 Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries @@ -61,6 +61,19 @@ make DESTDIR=%{buildroot} install %{python_sitelib}/* %changelog +* Thu Dec 19 2013 Brian C. Lane - 0.34-1 +- Forget existing partitions of device becoming a multipath member (#1043444) + (rvykydal) +- Include blivet.devicelibs.raid in the generated documentation. (amulhern) +- Upgrade the comments in raid.py to be compatible with sphinx. (amulhern) +- Make space for LUKS metadata if creating encrypted device (#1038847) + (vpodzime) +- fcoe: give error message in case of fail when adding device (#903122) + (rvykydal) +- fcoe: adapt bnx2fc detection to changed sysfs path structure (#903122) + (rvykydal) +- Update format of iscsi device becoming multipath member (#1039086) (rvykydal) + * Tue Dec 17 2013 Brian C. Lane - 0.33-1 - Add initial 64-bit ARM (aarch64) support (#1034435) (dmarlin) - Convert to sphinx docstrings. (dlehman) diff --git a/sources b/sources index 1dd12f4..03fa5c4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aba7e4bef210de30d64bcab897d59c48 blivet-0.33.tar.gz +67e5c2543ee9b516c9fdc2d59e20d205 blivet-0.34.tar.gz