[python-blivet/f19] New version: 0.13-1

Brian C. Lane bcl at fedoraproject.org
Thu May 9 18:29:34 UTC 2013


commit 6a063eac1ea937fe7cdb92e766bb1846f2855786
Author: Brian C. Lane <bcl at redhat.com>
Date:   Thu May 9 11:29:06 2013 -0700

    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 <bcl at redhat.com> - 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 <dlehman at redhat.com> - 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


More information about the scm-commits mailing list