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 - 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 - 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