[python-blivet] - Make RAIDLevel an abstract class using abc. (amulhern) - Restore a util import that was removed in

Brian C. Lane bcl at fedoraproject.org
Thu Dec 5 22:28:55 UTC 2013


commit a2209969c9739cb0af4e9a5e66857cc783f82590
Author: Brian C. Lane <bcl at redhat.com>
Date:   Thu Dec 5 14:28:44 2013 -0800

    - Make RAIDLevel an abstract class using abc. (amulhern)
    - Restore a util import that was removed in a recent commit. (amulhern)

 .gitignore         |    1 +
 python-blivet.spec |    6 +++++-
 sources            |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3bcf86c..53ebd5d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -25,3 +25,4 @@
 /blivet-0.28.tar.gz
 /blivet-0.29.tar.gz
 /blivet-0.30.tar.gz
+/blivet-0.31.tar.gz
diff --git a/python-blivet.spec b/python-blivet.spec
index 4d69d05..244da9a 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.30
+Version: 0.31
 Release: 1%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
@@ -61,6 +61,10 @@ make DESTDIR=%{buildroot} install
 %{python_sitelib}/*
 
 %changelog
+* Thu Dec 05 2013 Brian C. Lane <bcl at redhat.com> - 0.31-1
+- Make RAIDLevel an abstract class using abc. (amulhern)
+- Restore a util import that was removed in a recent commit. (amulhern)
+
 * 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)
diff --git a/sources b/sources
index fc4a711..29bad73 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6706e65270e60f2421960c0c9fb547c8  blivet-0.30.tar.gz
+353f0685923d620f2611283a7575614c  blivet-0.31.tar.gz


More information about the scm-commits mailing list