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