[python-blivet] - Always run action's cancel method as part of cancelAction. (dlehman) - Show Invalid Disk Label for

Brian C. Lane bcl at fedoraproject.org
Wed Dec 4 23:54:31 UTC 2013


commit 6274e936866e1e5cfe46fcd6f5e7066475eeee23
Author: Brian C. Lane <bcl at redhat.com>
Date:   Wed Dec 4 15:54:14 2013 -0800

    - Always run action's cancel method as part of cancelAction. (dlehman)
    - Show Invalid Disk Label for damaged GPT (#1020974) (bcl)
    - Make error message in setDefaultFSType more informative (#1019766) (amulhern)
    - Set sysfsPath of LUKSDevice when adding to device tree (#1019638) (jsafrane)
    - Use given format type as format's name instead of type (vpodzime)

 .gitignore         |    1 +
 python-blivet.spec |    9 ++++++++-
 sources            |    2 +-
 3 files changed, 10 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 75fa34f..3bcf86c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
 /blivet-0.27.tar.gz
 /blivet-0.28.tar.gz
 /blivet-0.29.tar.gz
+/blivet-0.30.tar.gz
diff --git a/python-blivet.spec b/python-blivet.spec
index d7d1752..4d69d05 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.29
+Version: 0.30
 Release: 1%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
@@ -61,6 +61,13 @@ make DESTDIR=%{buildroot} install
 %{python_sitelib}/*
 
 %changelog
+* Wed Dec 04 2013 Brian C. Lane <bcl at redhat.com> - 0.30-1
+- Always run action's cancel method as part of cancelAction. (dlehman)
+- Show Invalid Disk Label for damaged GPT (#1020974) (bcl)
+- Make error message in setDefaultFSType more informative (#1019766) (amulhern)
+- Set sysfsPath of LUKSDevice when adding to device tree (#1019638) (jsafrane)
+- Use given format type as format's name instead of type (vpodzime)
+
 * Wed Nov 27 2013 Brian C. Lane <bcl at redhat.com> - 0.29-1
 - btrfs and xfs do not support fsck or dump at boot time (#862871) (bcl)
 - Removed raid level constants from mdraid.py. (amulhern)
diff --git a/sources b/sources
index 9503693..fc4a711 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-199a38ed4f1a1ae0a574ac8a878dfbde  blivet-0.29.tar.gz
+6706e65270e60f2421960c0c9fb547c8  blivet-0.30.tar.gz


More information about the scm-commits mailing list