diff --git a/.gitignore b/.gitignore index df5ce56..e63d909 100644 --- a/.gitignore +++ b/.gitignore @@ -71,3 +71,4 @@ /blivet-0.74.tar.gz /blivet-0.75.tar.gz /blivet-0.76.tar.gz +/blivet-1.0.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index 0fcf90d..12ae4aa 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.76 +Version: 1.0 Release: 1%{?dist} Epoch: 1 License: LGPLv2+ @@ -66,6 +66,14 @@ make DESTDIR=%{buildroot} install %{python_sitelib}/* %changelog +* Fri Feb 13 2015 David Lehman - 1.0-1 +- Move autopart and installation-specific code outside of __init__.py + (vpodzime) +- Convert _parseUnits to public function (vtrefny) +- LVMFactory: raise exception when adding LV to full fixed size VG (#1170660) + (vtrefny) +- Do not unhide devices with hidden parents (#1158643) (vtrefny) + * Fri Feb 06 2015 Brian C. Lane - 0.76-1 - Revert "Switch to temporary transifex project" (bcl) - Check parent/container type for thin volumes and normal volumes. (dlehman) diff --git a/sources b/sources index ef078dc..83e30f9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -afd3e348eb7b0fa33a00a0859828010a blivet-0.76.tar.gz +75f65a0a4e606f55a3a98dd45300a49d blivet-1.0.tar.gz