diff --git a/.gitignore b/.gitignore index b92d57b..ebe6e9b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/blivet-0.61.15.74.tar.gz +SOURCES/blivet-0.61.15.75.tar.gz diff --git a/.python-blivet.metadata b/.python-blivet.metadata index 95da2cd..d626eaf 100644 --- a/.python-blivet.metadata +++ b/.python-blivet.metadata @@ -1 +1 @@ -d13c828a5274dfbc17f1ffbf2c6c6ea555f48d71 SOURCES/blivet-0.61.15.74.tar.gz +142a677a3223256260c159a8e75b1ab40759302b SOURCES/blivet-0.61.15.75.tar.gz diff --git a/SPECS/python-blivet.spec b/SPECS/python-blivet.spec index a7b5cfd..8884e9d 100644 --- a/SPECS/python-blivet.spec +++ b/SPECS/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.61.15.74 +Version: 0.61.15.75 Release: 1%{?dist} Epoch: 1 License: LGPLv2+ @@ -67,6 +67,10 @@ make DESTDIR=%{buildroot} install %{python_sitelib}/* %changelog +* Tue Aug 13 2019 Vojtech Trefny - 0.61.15.75-1 +- Always set default key size to 512 bits for ciphers with XTS mode (vtrefny) + Resolves: rhbz#1716674 + * Tue Jun 18 2019 David Lehman - 0.61.15.74-1 - Handle exceptions raised from parted.Disk ctor. (dlehman) Related: rhbz#1677383