diff --git a/.gitignore b/.gitignore index 992892c..aedb4bc 100644 --- a/.gitignore +++ b/.gitignore @@ -88,3 +88,4 @@ /blivet-1.14.tar.gz /blivet-1.15.tar.gz /blivet-1.16.tar.gz +/blivet-1.17.tar.gz diff --git a/python-blivet.spec b/python-blivet.spec index cf561d5..d599af6 100644 --- a/python-blivet.spec +++ b/python-blivet.spec @@ -1,8 +1,8 @@ Summary: A python module for system storage configuration Name: python-blivet Url: http://fedoraproject.org/wiki/blivet -Version: 1.16 -Release: 2%{?dist} +Version: 1.17 +Release: 1%{?dist} Epoch: 1 License: LGPLv2+ Group: System Environment/Libraries @@ -107,9 +107,16 @@ popd %{python3_sitelib}/* %changelog -* Thu Nov 05 2015 Robert Kuska - 1:1.16-2 -- Rebuilt for Python3.5 rebuild -- Remove requires for python3-pocketlint +* Wed Nov 18 2015 Brian C. Lane - 1.17-1 +- Do not catch CryptoError when decrypting LUKS format (#1280239) (vtrefny) +- Do not try to get LVM cache's size from stats for inactive LV (vpodzime) +- Ignore unused memo_dict arguments in __deepcopy__ methods. (clumens) +- Do not create a copy of singleton objects (vpodzime) +- Account for LVM metadata in the LVMFactory (vpodzime) +- Rename size->space in LVMFactory._get_total_space (vpodzime) +- Put the LVM metadata size calculation into a separate property (vpodzime) +- Merge pull request #267 from atodorov/fix_1252703 (vpodzime) +- Update dmdev size when setting up disk images (atodorov) * Wed Oct 28 2015 Brian C. Lane - 1.16-1 - Merge pull request #257 from vpodzime/master-singleton_decorator (vpodzime) diff --git a/sources b/sources index a57d321..c08597f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9f540e1c71701a067d9acc7b08d138f1 blivet-1.16.tar.gz +84953fd8e71773b49cec1ac396c7c4a5 blivet-1.17.tar.gz