From 598e7d8ba518f56fb6e3e90ce3f78ce3efab3115 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Wed, 20 Feb 2013 13:36:36 -0800 Subject: [PATCH] - parse buffer output from resize (#913141) (bcl) - prevent traceback when root device is not defined #rhbz883768 (sbueno+anaconda) - Move empty_disk to a top-level function, and rename. (clumens) - Add some high-level comments to DeviceFactory.configure_device. (dlehman) - Refactor DeviceFactory.set_container_members for clarity. (dlehman) - Rename the main blivet logger from "storage" to "blivet". (dlehman) - Use the blivet domain for translations. (dlehman) - Move DeviceFactory classes and related code into a new file. (dlehman) - New version: 0.5 (dlehman) --- .gitignore | 1 + python-blivet.spec | 13 ++++++++++++- sources | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4d8e037..e6c544a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /blivet-0.4.tar.gz /blivet-0.5.tar.gz +/blivet-0.6.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index 5d040dc..2aa9f1a 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.5 +Version: 0.6 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries @@ -74,6 +74,17 @@ make DESTDIR=%{buildroot} install %{python_sitelib}/* %changelog +* Wed Feb 20 2013 Brian C. Lane - 0.6-1 +- parse buffer output from resize (#913141) (bcl) +- prevent traceback when root device is not defined #rhbz883768 (sbueno+anaconda) +- Move empty_disk to a top-level function, and rename. (clumens) +- Add some high-level comments to DeviceFactory.configure_device. (dlehman) +- Refactor DeviceFactory.set_container_members for clarity. (dlehman) +- Rename the main blivet logger from "storage" to "blivet". (dlehman) +- Use the blivet domain for translations. (dlehman) +- Move DeviceFactory classes and related code into a new file. (dlehman) +- New version: 0.5 (dlehman) + * Fri Feb 08 2013 David Lehman - 0.5-1 - Add mountOnly to turnOnFilesystems (bcl) - Update lvm scanning to account for new ignored device handling. (dlehman) diff --git a/sources b/sources index 1745add..d00c85e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -adb051b166c1f48871110cac7ceeafe5 blivet-0.5.tar.gz +00a2549c76b2b4ccf1a28beee5f78e22 blivet-0.6.tar.gz