diff --git a/.gitignore b/.gitignore index 89b3b9d..e29a5ea 100644 --- a/.gitignore +++ b/.gitignore @@ -81,3 +81,4 @@ /blivet-1.0.7.tar.gz /blivet-1.0.8.tar.gz /blivet-1.0.9.tar.gz +/blivet-1.0.10.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index 85c5b77..99a6d8b 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: 1.0.9 +Version: 1.0.10 Release: 1%{?dist} Epoch: 1 License: LGPLv2+ @@ -58,6 +58,13 @@ make DESTDIR=%{buildroot} install %{python_sitelib}/* %changelog +* Wed Jun 17 2015 Samantha N. Bueno - 1.0.10-1 +- Fix setting original size for format resize action. (#1225352) (vtrefny) +- Merge pull request #141 from vojtechtrefny/f22-branch-fix_active_parted + (vtrefny) +- Fix status for LVMPhysicalVolume format (vtrefny) +- Allow adding new partitions to disks with active devices (vtrefny) + * Thu May 07 2015 Samantha N. Bueno - 1.0.9-1 - Use VGname-LVname as key for LVinfo cache (#1214241) (vpodzime) diff --git a/sources b/sources index f98f516..a49af8b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -047f16838b28f44f0975a905e833229c blivet-1.0.9.tar.gz +520850ff7b1c0b4ee073f015a180b1a2 blivet-1.0.10.tar.gz