diff --git a/.gitignore b/.gitignore index d9a076d..54a72db 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /blivet-0.8.tar.gz /blivet-0.9.tar.gz /blivet-0.10.tar.gz +/blivet-0.11.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index 82ed055..5056f32 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.10 +Version: 0.11 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Libraries @@ -61,6 +61,10 @@ make DESTDIR=%{buildroot} install %{python_sitelib}/* %changelog +* Mon Apr 15 2013 David Lehman - 0.11-1 +- Fix handling of isohybrid media. (#950510) (dlehman) +- Fix getting dracut setup args from dasd.conf. (#950964) (dlehman) + * Tue Apr 09 2013 David Lehman - 0.10-1 - Extended partitions containing logical partitions are not leaves. (#949912) (dlehman) - Remove devices in reverse order in Blivet.recursiveRemove. (#949912) (dlehman) diff --git a/sources b/sources index aa77568..0bc4854 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -afa7b69ae4b8e0726423cd4a50a5bf27 blivet-0.10.tar.gz +fb1c3d35668b6fdf1caff32e50f89ce4 blivet-0.11.tar.gz