- 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)
This commit is contained in:
Brian C. Lane 2013-12-04 15:54:14 -08:00
parent bb336b9503
commit 6274e93686
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -24,3 +24,4 @@
/blivet-0.27.tar.gz
/blivet-0.28.tar.gz
/blivet-0.29.tar.gz
/blivet-0.30.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.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@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@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)

View File

@ -1 +1 @@
199a38ed4f1a1ae0a574ac8a878dfbde blivet-0.29.tar.gz
6706e65270e60f2421960c0c9fb547c8 blivet-0.30.tar.gz