diff --git a/.gitignore b/.gitignore index 42cc5f2..df94158 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/blivet-0.61.0.26.tar.gz +SOURCES/blivet-0.61.0.27.tar.gz diff --git a/.python-blivet.metadata b/.python-blivet.metadata index e4d5abd..517f9c2 100644 --- a/.python-blivet.metadata +++ b/.python-blivet.metadata @@ -1 +1 @@ -1db462b470b76d509dcdd3539fb7c068a363509d SOURCES/blivet-0.61.0.26.tar.gz +ab1e1ef4fb21ed0150a894160d860d40a1a50bee SOURCES/blivet-0.61.0.27.tar.gz diff --git a/SPECS/python-blivet.spec b/SPECS/python-blivet.spec index 6ed2425..3d63b6b 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.0.26 +Version: 0.61.0.27 Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries @@ -62,6 +62,10 @@ make DESTDIR=%{buildroot} install %{python_sitelib}/* %changelog +* Tue Jul 14 2015 Vojtech Trefny - 0.61.0.27-1 +- Improve format handling for lvm snapshots. (vtrefny) + Related: rhbz#1236988 + * Wed Feb 18 2015 Brian C. Lane - 0.61.0.26-1 - Use a safer method to get a dm partition's disk name. (dlehman) Resolves: rhbz#1190886