From b19484f5e87b7028bd7dd8fde4b9ba5d0b169889 Mon Sep 17 00:00:00 2001 From: "Brian C. Lane" Date: Thu, 9 May 2013 11:22:18 -0700 Subject: [PATCH] New version: 0.13-1 - Make sure createBitmap is updated when level changes (#960271) (bcl) - Update biosboot error message (#960691) (bcl) --- .gitignore | 1 + python-blivet.spec | 6 +++++- sources | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c55f22c..7de61b4 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /blivet-0.10.tar.gz /blivet-0.11.tar.gz /blivet-0.12.tar.gz +/blivet-0.13.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index e05ea40..d7580c4 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.12 +Version: 0.13 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries @@ -61,6 +61,10 @@ make DESTDIR=%{buildroot} install %{python_sitelib}/* %changelog +* Thu May 09 2013 Brian C. Lane - 0.13-1 +- Make sure createBitmap is updated when level changes (#960271) (bcl) +- Update biosboot error message (#960691) (bcl) + * Fri May 03 2013 David Lehman - 0.12-1 - Fix a bug in renaming lvm lvs. (dlehman) - Add container size policies for unlimited growth and fixed size. (dlehman) diff --git a/sources b/sources index 4076ca9..3e60a74 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e636bd0c7d4ecd338d5b51ac76393dc8 blivet-0.12.tar.gz +685f9801ab0d9fab051a73adbe1cba26 blivet-0.13.tar.gz