- Make RAIDLevel an abstract class using abc. (amulhern)

- Restore a util import that was removed in a recent commit. (amulhern)
This commit is contained in:
Brian C. Lane 2013-12-05 14:28:44 -08:00
parent 6274e93686
commit a2209969c9
3 changed files with 7 additions and 2 deletions

1
.gitignore vendored
View File

@ -25,3 +25,4 @@
/blivet-0.28.tar.gz
/blivet-0.29.tar.gz
/blivet-0.30.tar.gz
/blivet-0.31.tar.gz

View File

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

View File

@ -1 +1 @@
6706e65270e60f2421960c0c9fb547c8 blivet-0.30.tar.gz
353f0685923d620f2611283a7575614c blivet-0.31.tar.gz