[python-blivet] New version: 0.14-1

David Lehman dlehman at fedoraproject.org
Wed May 15 19:10:46 UTC 2013


commit 1ee8392c0f6272583c38e00058fea6412eba6b52
Author: David Lehman <dlehman at redhat.com>
Date:   Wed May 15 14:10:34 2013 -0500

    New version: 0.14-1

 .gitignore         |    1 +
 python-blivet.spec |    9 ++++++++-
 sources            |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7de61b4..2e6e1ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /blivet-0.11.tar.gz
 /blivet-0.12.tar.gz
 /blivet-0.13.tar.gz
+/blivet-0.14.tar.gz
diff --git a/python-blivet.spec b/python-blivet.spec
index d7580c4..41cdfcd 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.13
+Version: 0.14
 Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Libraries
@@ -61,6 +61,13 @@ make DESTDIR=%{buildroot} install
 %{python_sitelib}/*
 
 %changelog
+* Wed May 15 2013 David Lehman <dlehman at redhat.com> - 0.14-1
+- total_memory calculation needs to round up (#962231) (bcl)
+- The dev.node attribute for iscsi devices is not copyable (#962865). (clumens)
+- Wipe partitions before they are created (#950145) (bcl)
+- Pass ROOT_PATH as an argument instead of importing it. (clumens)
+- If no iscsi nodes are discovered, return an empty list instead of None. (clumens)
+
 * 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)
diff --git a/sources b/sources
index 3e60a74..93060f2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-685f9801ab0d9fab051a73adbe1cba26  blivet-0.13.tar.gz
+30592cc8261fb936023b9d466dec68da  blivet-0.14.tar.gz


More information about the scm-commits mailing list